blob: edb93d043e86535429896d4c4384dee55f0b2d80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|