|
| void | perform (AudioBuffer< float > &buffer, MidiBuffer &midiMessages, AudioPlayHead *audioPlayHead) |
| void | addClearChannelOp (int index) |
| void | addCopyChannelOp (int srcIndex, int dstIndex) |
| void | addAddChannelOp (int srcIndex, int dstIndex) |
| void | addClearMidiBufferOp (int index) |
| void | addCopyMidiBufferOp (int srcIndex, int dstIndex) |
| void | addAddMidiBufferOp (int srcIndex, int dstIndex) |
| void | addDelayChannelOp (int chan, int delaySize) |
| void | addProcessOp (const AudioProcessorGraph::Node::Ptr &node, const Array< int > &audioChannelsUsed, int totalNumChans, int midiBuffer) |
| void | prepareBuffers (int blockSize) |
| void | releaseBuffers () |
| int | numBuffersNeeded |
| int | numMidiBuffersNeeded |
| AudioBuffer< float > | renderingBuffer |
| AudioBuffer< float > | currentAudioOutputBuffer |
| AudioBuffer< float > * | currentAudioInputBuffer |
| MidiBuffer * | currentMidiInputBuffer |
| MidiBuffer | currentMidiOutputBuffer |
| Array< MidiBuffer > | midiBuffers |
| MidiBuffer | midiChunk |
The documentation for this struct was generated from the following file: