Check This Out

Pyo - modular synthesis API for Python

Our Links

JSyn - modular synthesis API for Java.
JMSL - Java Music Specification Language
PortAudio - cross platform audio I/O API for 'C'

JSyn Examples now using the Beta Pure Java JSyn

Note: to hear the Pure Java JSyn you may need to uninstall your old native JSyn plugin. If you had installed it then you can uninstall it using the tool on this page.

To check whether you are running the new version, look in the Java Console when you run the Applet. You should see "Pure Java JSyn".

Envelope Editor

How it works:

An envelope contains an array of {duration,value} pairs called frames. In this example the contour described by these shapes is used to control the amplitude of an oscillator.




Click here to see the source code for TJ_EnvEdit1.java.