LoadInstrument()
.
DSP instruments are programs that run on the DSP. They provide the functionality of oscillators, filters, envelopes, sample playback, and so on.
ConnectInstruments().
This action is similar to patching a modular synthesizer.
directout.dsp
.
StartInstrument()
to start executing the DSP instrument.
See Audio Folio Calls, in the 3DO Music and Audio Programmer's Reference for descriptions of the calls.
See beep.c in the Examples folder for a complete example of making a simple sound.