Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ExponentialRamp exception | Phil Burk | 2021-04-11 | 1 | -9/+9 |
| | | | | | | Negative input could cause a crash. Fixes #92 | ||||
* | Add WaveFolder unit generator. | Phil Burk | 2020-11-24 | 2 | -5/+87 |
| | | | | Fold waveforms using sin(a*x). | ||||
* | Restructured project, added gradle, JUnit, logger, and more | RubbaBoy | 2020-10-30 | 248 | -0/+24919 |
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. |