aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16 from philburk/fixbuildPhil Burk2016-02-032-1/+18
|\ | | | | Add jportaudio.jar to the classpath.
| * Add jportaudio.jar to the classpath.Phil Burk2016-02-032-1/+18
|/
* Merge pull request #13 from philburk/clearcmdPhil Burk2015-12-144-28/+76
|\ | | | | Add clearCommandQueue() to Synthesizer.
| * Add clearCommandQueue() to Synthesizer.Phil Burk2015-12-144-28/+76
|/ | | | Also make some members final in SynthesisEngine.
* Merge pull request #11 from philburk/bumpdatePhil Burk2015-11-032-10/+12
|\ | | | | Bump build date, add FFT test
| * Bump build date.Phil Burk2015-11-022-10/+12
|/
* Merge pull request #10 from philburk/fixfftPhil Burk2015-11-023-24/+133
|\ | | | | fix scaling in FFT
| * fix scaling in FFTPhil Burk2015-11-023-24/+133
| |
* | Merge pull request #8 from philburk/no-format-msgPhil Burk2015-09-141-1/+0
|\ \ | |/ |/| JavaSoundSampleLoader: remove verbose message on load
| * JavaSoundSampleLoader: remove verbose message on loadPhil Burk2015-09-141-1/+0
|/
* Merge pull request #7 from philburk/fix-four-polePhil Burk2015-08-263-10/+9
|\ | | | | Fix four pole
| * 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
|/
* Merge pull request #5 from philburk/examplesPhil Burk2015-04-296-57/+56
|\ | | | | Use AudioMath for pitch to frequency conversion. Cleanup PitchDetector.
| * Use AudioMath for pitch to frequency conversion.Phil Burk2015-04-296-57/+56
|/ | | | | | Fix ListDevices default. Cleanup interpolator in AutoCorrelator. Remove empty string from SubtractiveSynth library.
* Merge pull request #4 from philburk/noisePhil Burk2015-01-318-15/+108
|\ | | | | Added a new BrownNoise unit generator
| * Added a new BrownNoise unit generator that generatePhil Burk2015-01-318-15/+108
|/ | | | noise based on Brownian motion.
* Update README.mdPhil Burk2015-01-011-3/+3
|
* Merge pull request #3 from philburk/build-scriptPhil Burk2014-12-311-0/+44
|\ | | | | Build script
| * Add Manifest for AboutJSyn app.Phil Burk2014-12-311-5/+11
| |
| * Ant script for building JSyn JAR file.Phil Burk2014-12-311-0/+38
|/
* Merge pull request #2 from philburk/fix-warningsPhil Burk2014-12-3022-1590/+18
|\ | | | | Remove obsolete com.softsynth.util package.
| * Remove obsolete com.softsynth.util package.Phil Burk2014-12-3022-1590/+18
| | | | | | | | Fix a few warnings.
* | Update README.mdPhil Burk2014-12-301-1/+23
|/
* Merge pull request #1 from philburk/fix-eclipsePhil Burk2014-12-304-0/+387
|\ | | | | Restore Eclipse files needed for project maintenance.
| * Restore Eclipse files needed for project maintenance.Phil Burk2014-12-304-0/+387
|/
* Initial commit of code.Phil Burk2014-12-30339-0/+35446
|
* Initial commitPhil Burk2014-12-302-0/+206