Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructured project, added gradle, JUnit, logger, and more | RubbaBoy | 2020-10-30 | 18 | -2566/+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. | ||||
* | ui: use safeRepaint() | Phil Burk | 2019-09-15 | 1 | -1/+7 |
| | | | | | To allow workaround for OpenJDK bug. https://github.com/philburk/syntona/issues/13 | ||||
* | Instruments: add better synth, pitch control | Phil Burk | 2016-10-24 | 2 | -7/+5 |
| | |||||
* | Add doc target to ant build.xml | Phil Burk | 2016-03-23 | 4 | -35/+42 |
| | | | | Also fixed Javadoc errors. | ||||
* | Instruments: browser | Phil Burk | 2015-04-30 | 1 | -7/+6 |
| | |||||
* | Added a new BrownNoise unit generator that generate | Phil Burk | 2015-01-31 | 1 | -2/+2 |
| | | | | noise based on Brownian motion. | ||||
* | Remove obsolete com.softsynth.util package. | Phil Burk | 2014-12-30 | 4 | -14/+10 |
| | | | | Fix a few warnings. | ||||
* | Initial commit of code. | Phil Burk | 2014-12-30 | 18 | -0/+2560 |