aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* JOAL/OpenAL: Adjust build.xml for gluegen-rt + joal jars; Add com.jsyn.device...Sven Gothel2023-05-232-0/+559
* Bump version to 17.1.0 (#116)Phil Burk2023-04-101-6/+6
* Add PlateReverb, RoomReverb and MultiTapDelay units (#115)Phil Burk2023-04-109-5/+817
* midi: fixes for ExoSynth (#114)Phil Burk2022-08-113-45/+75
* Remove LOGGER references and a '== Double.NaN' check (#113)Santiago Seifert2022-08-041-1/+1
* Add support for arbitrary offsets in MessageParser.parse (#112)Santiago Seifert2022-08-032-12/+37
* WaveRecorder: fix hang in StreamingThread (#106)Phil Burk2022-01-305-29/+118
* Add getUnits() method to Circuit. (#104)Phil Burk2021-10-302-0/+53
* Remove SLF4J from tests and gradlePhil Burk2021-09-0614-103/+40
* jsyn: remove dependency on SLF4JPhil Burk2021-09-0118-234/+70
* tests: fix unit testsPhil Burk2021-08-296-14/+31
* Fix ExponentialRamp exceptionPhil Burk2021-04-111-9/+9
* Add WaveFolder unit generator.Phil Burk2020-11-242-5/+87
* Removed shadow jarRubbaBoy2020-10-301-0/+15
* Downgraded to Java 8RubbaBoy2020-10-304-10/+10
* Restructured project, added gradle, JUnit, logger, and moreRubbaBoy2020-10-30290-301/+5068
* JSyn: fix spelling of Lisa TolentinoPhil Burk2020-10-307-7/+7
* jsyn: bump to build 464, version 16.8.1Phil Burk2020-07-021-2/+2
* jsyn: some minor improvementsPhil Burk2020-07-021-1/+1
* jsyn docs: various small improvementsPhil Burk2020-07-027-27/+60
* ui: use safeRepaint()Phil Burk2019-09-151-1/+7
* JSyn: bump to build 463, version 16.8.0Phil Burk2019-03-171-5/+5
* MultiChannelSynthesizer: add noteOn and noteOff with timestampPhil Burk2017-07-311-1/+31
* MultiPassThrough: multi-channel passthroughPhil Burk2017-07-313-7/+78
* Ensure upper bound for argument to Thread#setPriority is less thanNathan Mulcahey2017-07-171-1/+3
* AudioFifo: remove extra white spacePhil Burk2016-12-151-12/+11
* Filter docs, add some see links.Phil Burk2016-12-152-9/+12
* Fix deadlock in AudioFifo.Greg2016-12-121-23/+42
* fix javadocsPhil Burk2016-12-033-4/+3
* Throttle the CPU if there are no audio devices.Phil Burk2016-12-011-0/+7
* Added evaluate() to FloatSample.Phil Burk2016-11-301-9/+21
* Cleanup EdgeDetectorPhil Burk2016-11-301-9/+4
* cleanup for 16.7.8, doc MultiChannelSynthesizer, add DoubleTable.length()Phil Burk2016-11-305-15/+85
* add isStartRequired, add GroupChannel to synthPhil Burk2016-11-2911-76/+151
* Merge pull request #41 from philburk/instrumentsPhil Burk2016-11-2937-216/+1385
|\
| * Instruments: add voice operation.Phil Burk2016-10-312-16/+35
| * Instruments: add better synth, pitch controlPhil Burk2016-10-2436-210/+1360
* | Check for bounds when sample or envelope data is queued.Phil Burk2016-11-271-14/+18
|/
* Fix race condition when stopping and restarting the synthesizer.Phil Burk2016-08-093-87/+95
* Add doc target to ant build.xmlPhil Burk2016-03-2323-168/+192
* Setup CrossFade port so it ranges from -1 to +1.Phil Burk2016-03-231-3/+4
* Add clearCommandQueue() to Synthesizer.Phil Burk2015-12-143-26/+41
* Bump build date.Phil Burk2015-11-021-7/+7
* Merge pull request #10 from philburk/fixfftPhil Burk2015-11-022-6/+6
|\
| * 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
* 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