Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #41 from philburk/instruments | Phil Burk | 2016-11-29 | 37 | -216/+1385 |
|\ | | | | | Instruments | ||||
| * | Instruments: add voice operation. | Phil Burk | 2016-10-31 | 2 | -16/+35 |
| | | |||||
| * | Instruments: add better synth, pitch control | Phil Burk | 2016-10-24 | 36 | -210/+1360 |
| | | |||||
* | | Check for bounds when sample or envelope data is queued. | Phil Burk | 2016-11-27 | 1 | -14/+18 |
|/ | | | | | | Add unit test. Fix: #15 | ||||
* | Fix race condition when stopping and restarting the synthesizer. | Phil Burk | 2016-08-09 | 3 | -87/+95 |
| | | | | https://github.com/philburk/jsyn/issues/30 | ||||
* | Add doc target to ant build.xml | Phil Burk | 2016-03-23 | 23 | -168/+192 |
| | | | | Also fixed Javadoc errors. | ||||
* | Setup CrossFade port so it ranges from -1 to +1. | Phil Burk | 2016-03-23 | 1 | -3/+4 |
| | |||||
* | Add clearCommandQueue() to Synthesizer. | Phil Burk | 2015-12-14 | 3 | -26/+41 |
| | | | | Also make some members final in SynthesisEngine. | ||||
* | Bump build date. | Phil Burk | 2015-11-02 | 1 | -7/+7 |
| | |||||
* | Merge pull request #10 from philburk/fixfft | Phil Burk | 2015-11-02 | 2 | -6/+6 |
|\ | | | | | fix scaling in FFT | ||||
| * | fix scaling in FFT | Phil Burk | 2015-11-02 | 2 | -6/+6 |
| | | |||||
* | | JavaSoundSampleLoader: remove verbose message on load | Phil Burk | 2015-09-14 | 1 | -1/+0 |
|/ | |||||
* | 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 |
| | |||||
* | Instruments: browser | Phil Burk | 2015-04-30 | 1 | -7/+6 |
| | |||||
* | Use AudioMath for pitch to frequency conversion. | Phil Burk | 2015-04-29 | 3 | -41/+6 |
| | | | | | | 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 | 5 | -9/+94 |
| | | | | noise based on Brownian motion. | ||||
* | Remove obsolete com.softsynth.util package. | Phil Burk | 2014-12-30 | 22 | -1590/+18 |
| | | | | Fix a few warnings. | ||||
* | Initial commit of code. | Phil Burk | 2014-12-30 | 263 | -0/+25985 |