|
|
| JSyn | |
| Tutorial | |
We learned how to connect one JSyn oscillator to another. There are dozens of unit generators in JSyn that provide all sorts of sound generating and sound modifying functions. These can all be connected together like we did with the two oscillators. We will be developing a large library of these sounds by connecting various units.
It would be nice to be able to wrap up a complex sound so that we can use it easily in various music programs. We can do this by subclassing the SynthCircuit. A SynthCircuit can contain multiple JSyn units connected together. You can give the circuit its own ports so that it behaves very much like a unit generator.
When you start a SynthCircuit, all of its sub units are started simultaneously. This can be important when you want all the parts of a sound to be synchronized.
© 1997-2008 Mobileer Inc All Rights Reserved