aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jsyn/engine
Commit message (Collapse)AuthorAgeFilesLines
* Restructured project, added gradle, JUnit, logger, and moreRubbaBoy2020-10-303-989/+0
| | | | Added Gradle (and removed ant), modernized testing via the JUnit framework, moved standalone examples from the tests directory to a separate module, removed sparsely used Java logger and replaced it with SLF4J. More work could be done, however this is a great start to greatly improving the health of the codebase.
* Ensure upper bound for argument to Thread#setPriority is less thanNathan Mulcahey2017-07-171-1/+3
| | | | Thread#MAX_PRIORITY
* Throttle the CPU if there are no audio devices.Phil Burk2016-12-011-0/+7
|
* Instruments: add better synth, pitch controlPhil Burk2016-10-242-13/+3
|
* Fix race condition when stopping and restarting the synthesizer.Phil Burk2016-08-091-77/+88
| | | | https://github.com/philburk/jsyn/issues/30
* Add clearCommandQueue() to Synthesizer.Phil Burk2015-12-141-12/+17
| | | | Also make some members final in SynthesisEngine.
* Initial commit of code.Phil Burk2014-12-303-0/+974