Adds a plugin to the list.
Locks the manager and all audio modules within it to avoid interference from GC.
MIDI commands are received here from modules.
Puts the output to the final destination.
Renders a single frame of audio.
Sets up a specific number of buffers.
Unlocks the manager and all audio modules within it to allow GC allocation, which is needed for loading, etc.
Rendering buffer size in samples, also the length of a single frame.
List of the buffers themselves.
Current audio frame.
Pointer to the audio device handler.
Final buffers.
List of pointers to input buffers.
List of modules.
Number of maximum frames that can be put into the output buffer.
List of pointers to output buffers.
Output buffer size in samples.
Manages all audio modules complete with routing, MIDI2.0, etc.