aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jsyn/unitgen
Commit message (Collapse)AuthorAgeFilesLines
* 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