aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jsyn/ports
Commit message (Collapse)AuthorAgeFilesLines
* Restructured project, added gradle, JUnit, logger, and moreRubbaBoy2020-10-3021-2306/+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/+2
| | | | Update build.xml to use newer versions of javadoc
* MultiPassThrough: multi-channel passthroughPhil Burk2017-07-311-4/+4
|
* Merge pull request #41 from philburk/instrumentsPhil Burk2016-11-293-34/+57
|\ | | | | Instruments
| * Instruments: add better synth, pitch controlPhil Burk2016-10-243-34/+57
| |
* | Check for bounds when sample or envelope data is queued.Phil Burk2016-11-271-14/+18
|/ | | | | | Add unit test. Fix: #15
* Add doc target to ant build.xmlPhil Burk2016-03-231-7/+7
| | | | Also fixed Javadoc errors.
* Initial commit of code.Phil Burk2014-12-3021-0/+2281