aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jsyn/unitgen
Commit message (Collapse)AuthorAgeFilesLines
* Restructured project, added gradle, JUnit, logger, and moreRubbaBoy2020-10-30125-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 TolentinoPhil Burk2020-10-306-6/+6
|
* jsyn: some minor improvementsPhil Burk2020-07-021-1/+1
| | | | Use final in MultiPassThrough
* jsyn docs: various small improvementsPhil Burk2020-07-022-1/+3
| | | | Update build.xml to use newer versions of javadoc
* MultiPassThrough: multi-channel passthroughPhil Burk2017-07-312-3/+74
|
* Filter docs, add some see links.Phil Burk2016-12-152-9/+12
|
* fix javadocsPhil Burk2016-12-031-1/+1
|
* Cleanup EdgeDetectorPhil Burk2016-11-301-9/+4
|
* add isStartRequired, add GroupChannel to synthPhil Burk2016-11-299-26/+76
|
* Instruments: add better synth, pitch controlPhil Burk2016-10-2414-101/+316
|
* Add doc target to ant build.xmlPhil Burk2016-03-2312-93/+107
| | | | Also fixed Javadoc errors.
* Setup CrossFade port so it ranges from -1 to +1.Phil Burk2016-03-231-3/+4
|
* FilterFourPole: raise minimum frequency to prevent blowupPhil Burk2015-08-261-1/+1
| | | | Feedback was causing the filter to hit NaN.
* Experiment with BLITPhil Burk2015-08-261-2/+2
|
* Use AudioMath for pitch to frequency conversion.Phil Burk2015-04-291-1/+1
| | | | | | Fix ListDevices default. Cleanup interpolator in AutoCorrelator. Remove empty string from SubtractiveSynth library.
* Added a new BrownNoise unit generator that generatePhil Burk2015-01-312-0/+76
| | | | noise based on Brownian motion.
* Initial commit of code.Phil Burk2014-12-30121-0/+8709