aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Enable examples in ant build.xml -> jsyn-examples-${dstamp}.jarHEADmasterjoalSven Gothel2023-05-231-0/+2
|
* Add PlateReverb, RoomReverb and MultiTapDelay units (#115)Phil Burk2023-04-101-0/+2
| | | | | | | | | | | | | PlateReverb is a simulation of a metal plate based on all-pass delays. RoomReverb uses a MultiTapDelay for early reflections and a PlateReverb for diffusion. Add a DSP package with utility classes used to build unit generators. Add TuneReverb app with faders for experimenting and hearing reverb. Add unit tests for SimpleDelay. Co-authored-by: Phil Burk <[email protected]>
* build: fix ANT buildPhil Burk2020-10-301-0/+5
| | | | It was broken by the changes made for gradle.
* Removed .settings/RubbaBoy2020-10-301-0/+1
|
* Restructured project, added gradle, JUnit, logger, and moreRubbaBoy2020-10-301-5/+9
| | | | Added Gradle (and removed ant), modernized testing via the JUnit framework, moved standalone examples from the tests directory to a separate module, removed sparsely used Java logger and replaced it with SLF4J. More work could be done, however this is a great start to greatly improving the health of the codebase.
* Add a doc target to the Ant build script.Phil Burk2016-03-231-1/+2
| | | | | You can now generate Javadocs by entering: ant doc
* Added a new BrownNoise unit generator that generatePhil Burk2015-01-311-0/+5
noise based on Brownian motion.