|
OpenWareLaboratory
|


Public Member Functions | |
| float | process (float input) |
| void | process (FloatArray input, FloatArray output) |
| virtual void | process (MidiMessage msg) |
| template<typename... Args> | |
| VoiceAllocatorSignalProcessor (FloatArray buffer, Args &&... args) | |
| virtual | ~VoiceAllocatorSignalProcessor () |
Static Public Member Functions | |
| static MyClass * | create (size_t blocksize) |
| static void | destroy (MyClass *obj) |
Protected Attributes | |
| FloatArray | buffer |
Definition at line 185 of file VoiceAllocator.h.
|
inline |
Definition at line 192 of file VoiceAllocator.h.
|
inlinevirtual |
Definition at line 194 of file VoiceAllocator.h.
|
inlinestatic |
Definition at line 208 of file VoiceAllocator.h.
References VoiceAllocatorSignalProcessor< Allocator, SynthVoice, VOICES >::buffer, and FloatArray::create().
|
inlinestatic |
Definition at line 212 of file VoiceAllocator.h.
References VoiceAllocatorSignalProcessor< Allocator, SynthVoice, VOICES >::buffer, and FloatArray::destroy().
|
inlinevirtual |
Reimplemented from SignalProcessor.
Definition at line 196 of file VoiceAllocator.h.
References VoiceAllocatorSignalProcessor< Allocator, SynthVoice, VOICES >::process().
|
inlinevirtual |
Reimplemented from SignalProcessor.
Definition at line 202 of file VoiceAllocator.h.
References FloatArray::add(), and VoiceAllocatorSignalProcessor< Allocator, SynthVoice, VOICES >::buffer.
|
inline |
Definition at line 22 of file MidiProcessor.h.
Referenced by VoiceAllocatorSignalProcessor< Allocator, SynthVoice, VOICES >::process().
|
protected |