Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove LOGGER references and a '== Double.NaN' check (#113) | Santiago Seifert | 2022-08-04 | 1 | -2/+2 |
| | | | | LOGGER is not imported, and Double.NaN doesn't follow traditional '==' comparison rules. | ||||
* | Restructured project, added gradle, JUnit, logger, and more | RubbaBoy | 2020-10-30 | 2 | -2/+4 |
| | | | | 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 AndroidAudioForJsyn.java, a utility class to integrate Jsyn with Android. | David Konerding | 2016-02-10 | 1 | -0/+201 |