1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
JSynJava synthesizer library with unit generators JSyn - Copyright 1997-2014 Mobileer Inc JSyn was released under Apache License Version 2.0 in December 2014. JSyn is a modular audio synthesizer for Java by Phil Burk. You can use JSyn to create unit generators, such as oscillators, filters, and envelopes. Units can be connected together and controlled in real-time from a Java program. The JSyn source code is available at: https://github.com/philburk/jsyn More information about JSyn, including documentation, is at: http://www.softsynth.com/jsyn/ Pre-compiled JSyn JAR files are at: http://www.softsynth.com/jsyn/developers/download.php To build JSyn, use ant. Just enter:
The resulting jar will be placed in "/dist/lib/". To run the built-in test App on a desktop, enter something like this:
but with the correct date. |