Instrument

INSTRUMENT design -- base class for INSTRUMENT creation

The Instrument object is used as the base class for deriving RTcmix user-written INSTRUMENTS. It is never used directly, although many of its attributes are essential to RTcmix INSTRUMENT design. Someone writing an RTcmix instrument generally only needs to fill in two of the Instrument methods: the INSTRUMENT::init() method for initializing INSTRUMENT notes, and the INSTRUMENT::run() method for computing samples. See the Writing an RTcmix Instrument tutorial for how this is done.



Class Variables

NOTE: Although older RTcmix instruments access and modify many of these variables directly, it is better to use the Access Methods described below.

Access Methods



Examples

oh there are many of them...