diff options
author | Phil Burk <[email protected]> | 2014-12-30 16:53:03 -0800 |
---|---|---|
committer | Phil Burk <[email protected]> | 2014-12-30 16:53:03 -0800 |
commit | 534969d42ca5168d645678345cd21242fe41f389 (patch) | |
tree | e8f5d1cba1ec57685e76ceb923d8da25a7846cfb /README.txt | |
parent | a4d8ca95178d2e3acfc3299a4b73e84c2646d24e (diff) |
Initial commit of code.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..edb93d0 --- /dev/null +++ b/README.txt @@ -0,0 +1,23 @@ +README for JSyn + +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 |