aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add clearCommandQueue() to Synthesizer.Phil Burk2015-12-143-26/+41
| | | | Also make some members final in SynthesisEngine.
* Bump build date.Phil Burk2015-11-021-7/+7
|
* Merge pull request #10 from philburk/fixfftPhil Burk2015-11-022-6/+6
|\ | | | | fix scaling in FFT
| * fix scaling in FFTPhil Burk2015-11-022-6/+6
| |
* | JavaSoundSampleLoader: remove verbose message on loadPhil Burk2015-09-141-1/+0
|/
* 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
|
* Instruments: browserPhil Burk2015-04-301-7/+6
|
* Use AudioMath for pitch to frequency conversion.Phil Burk2015-04-293-41/+6
| | | | | | Fix ListDevices default. Cleanup interpolator in AutoCorrelator. Remove empty string from SubtractiveSynth library.
* Added a new BrownNoise unit generator that generatePhil Burk2015-01-315-9/+94
| | | | noise based on Brownian motion.
* Remove obsolete com.softsynth.util package.Phil Burk2014-12-3022-1590/+18
| | | | Fix a few warnings.
* Initial commit of code.Phil Burk2014-12-30263-0/+25985