| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Used for MIDI message parsing.
|
|
|
|
|
|
|
|
|
|
| |
The read() could hang forever waiting for data when the
WaveRecorder was stopped.
Now it terminates the thread.
Also fix bug in AudioFifo when partially full. It would not read any data!
Fixes #105
|
|
|
| |
Add new TestCircuit unit test.
|
|
|
|
|
|
| |
It was causing too many problems and had no apparent benefit.
Fixes #101
|
|
|
|
|
|
| |
Negative input could cause a crash.
Fixes #92
|
|
|
|
| |
Fold waveforms using sin(a*x).
|
|
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.
|