aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jsyn/swing
Commit message (Collapse)AuthorAgeFilesLines
* Restructured project, added gradle, JUnit, logger, and moreRubbaBoy2020-10-3018-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 Burk2019-09-151-1/+7
| | | | | To allow workaround for OpenJDK bug. https://github.com/philburk/syntona/issues/13
* Instruments: add better synth, pitch controlPhil Burk2016-10-242-7/+5
|
* Add doc target to ant build.xmlPhil Burk2016-03-234-35/+42
| | | | Also fixed Javadoc errors.
* Instruments: browserPhil Burk2015-04-301-7/+6
|
* Added a new BrownNoise unit generator that generatePhil Burk2015-01-311-2/+2
| | | | noise based on Brownian motion.
* Remove obsolete com.softsynth.util package.Phil Burk2014-12-304-14/+10
| | | | Fix a few warnings.
* Initial commit of code.Phil Burk2014-12-3018-0/+2560