Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructured project, added gradle, JUnit, logger, and more | RubbaBoy | 2020-10-30 | 3 | -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 than | Nathan Mulcahey | 2017-07-17 | 1 | -1/+3 |
| | | | | Thread#MAX_PRIORITY | ||||
* | Throttle the CPU if there are no audio devices. | Phil Burk | 2016-12-01 | 1 | -0/+7 |
| | |||||
* | Instruments: add better synth, pitch control | Phil Burk | 2016-10-24 | 2 | -13/+3 |
| | |||||
* | Fix race condition when stopping and restarting the synthesizer. | Phil Burk | 2016-08-09 | 1 | -77/+88 |
| | | | | https://github.com/philburk/jsyn/issues/30 | ||||
* | Add clearCommandQueue() to Synthesizer. | Phil Burk | 2015-12-14 | 1 | -12/+17 |
| | | | | Also make some members final in SynthesisEngine. | ||||
* | Initial commit of code. | Phil Burk | 2014-12-30 | 3 | -0/+974 |