|
Class Summary |
| Audio |
The Audio class provides a number of static methods to help pass
a jmusic score to the audio architecture and for putting a notes
sample information into the correct location in a global audio file.
WARNING !!!!!!!
This class is an absolute disgrace ;) It works but is very ugly
and I can't be bothered to clean it up at the moment. |
| AudioObject |
Audio Object is the super class of all audio reading, writing, processing
and generating units. |
| Instrument |
An Instrument in jMusic is a chain of AudioObjects which are strung
together to form a signal processing chain. |
| RTMixer |
RTMixer is responsible for convolving the audio signals being pulled from
n number of RTLines. |