Example Note Expression Audio Processor. More...
#include <note_expression_synth_processor.h>

Public Member Functions | |
| Processor () | |
| tresult | initialize (FUnknown *context) |
| tresult | setBusArrangements (SpeakerArrangement *inputs, int32 numIns, SpeakerArrangement *outputs, int32 numOuts) |
| tresult | setState (IBStream *state) |
| tresult | getState (IBStream *state) |
| tresult | canProcessSampleSize (int32 symbolicSampleSize) |
| tresult | setActive (TBool state) |
| tresult | process (ProcessData &data) |
Static Public Member Functions | |
| static FUnknown * | createInstance (void *) |
Static Public Attributes | |
| static FUID | cid |
Protected Attributes | |
| VoiceProcessor * | voiceProcessor |
| GlobalParameterState | paramState |
Example Note Expression Audio Processor.
| Processor | ( | ) |
| tresult setBusArrangements | ( | SpeakerArrangement * | inputs, | |
| int32 | numIns, | |||
| SpeakerArrangement * | outputs, | |||
| int32 | numOuts | |||
| ) | [virtual] |
Reimplemented from AudioEffect.
Reimplemented from AudioEffect.
| tresult process | ( | ProcessData & | data | ) | [virtual] |
Reimplemented from AudioEffect.
| static FUnknown* createInstance | ( | void * | ) | [inline, static] |
Reimplemented in ProcessorWithUIController.
Reimplemented in ProcessorWithUIController.
VoiceProcessor* voiceProcessor [protected] |
GlobalParameterState paramState [protected] |