aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jsyn/Synthesizer.java
Commit message (Collapse)AuthorAgeFilesLines
* Restructured project, added gradle, JUnit, logger, and moreRubbaBoy2020-10-301-202/+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.
* jsyn docs: various small improvementsPhil Burk2020-07-021-4/+12
| | | | Update build.xml to use newer versions of javadoc
* Add doc target to ant build.xmlPhil Burk2016-03-231-1/+1
| | | | Also fixed Javadoc errors.
* Add clearCommandQueue() to Synthesizer.Phil Burk2015-12-141-10/+16
| | | | Also make some members final in SynthesisEngine.
* Added a new BrownNoise unit generator that generatePhil Burk2015-01-311-1/+10
| | | | noise based on Brownian motion.
* Initial commit of code.Phil Burk2014-12-301-0/+179