Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructured project, added gradle, JUnit, logger, and more | RubbaBoy | 2020-10-30 | 125 | -9136/+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: fix spelling of Lisa Tolentino | Phil Burk | 2020-10-30 | 6 | -6/+6 |
| | |||||
* | jsyn: some minor improvements | Phil Burk | 2020-07-02 | 1 | -1/+1 |
| | | | | Use final in MultiPassThrough | ||||
* | jsyn docs: various small improvements | Phil Burk | 2020-07-02 | 2 | -1/+3 |
| | | | | Update build.xml to use newer versions of javadoc | ||||
* | MultiPassThrough: multi-channel passthrough | Phil Burk | 2017-07-31 | 2 | -3/+74 |
| | |||||
* | Filter docs, add some see links. | Phil Burk | 2016-12-15 | 2 | -9/+12 |
| | |||||
* | fix javadocs | Phil Burk | 2016-12-03 | 1 | -1/+1 |
| | |||||
* | Cleanup EdgeDetector | Phil Burk | 2016-11-30 | 1 | -9/+4 |
| | |||||
* | add isStartRequired, add GroupChannel to synth | Phil Burk | 2016-11-29 | 9 | -26/+76 |
| | |||||
* | Instruments: add better synth, pitch control | Phil Burk | 2016-10-24 | 14 | -101/+316 |
| | |||||
* | Add doc target to ant build.xml | Phil Burk | 2016-03-23 | 12 | -93/+107 |
| | | | | Also fixed Javadoc errors. | ||||
* | Setup CrossFade port so it ranges from -1 to +1. | Phil Burk | 2016-03-23 | 1 | -3/+4 |
| | |||||
* | FilterFourPole: raise minimum frequency to prevent blowup | Phil Burk | 2015-08-26 | 1 | -1/+1 |
| | | | | Feedback was causing the filter to hit NaN. | ||||
* | Experiment with BLIT | Phil Burk | 2015-08-26 | 1 | -2/+2 |
| | |||||
* | Use AudioMath for pitch to frequency conversion. | Phil Burk | 2015-04-29 | 1 | -1/+1 |
| | | | | | | Fix ListDevices default. Cleanup interpolator in AutoCorrelator. Remove empty string from SubtractiveSynth library. | ||||
* | Added a new BrownNoise unit generator that generate | Phil Burk | 2015-01-31 | 2 | -0/+76 |
| | | | | noise based on Brownian motion. | ||||
* | Initial commit of code. | Phil Burk | 2014-12-30 | 121 | -0/+8709 |