The AUMIDIEventQueue interface queues incoming MIDI messages and blasts them out during the buffer processing phase.
More...
#include <aufxplugin.h>
The AUMIDIEventQueue interface queues incoming MIDI messages and blasts them out during the buffer processing phase.
NOTES:
- the current version uses a pair of queues and an atomic boolean flag to implement a double-buffer scheme
- this will be updated later to use a lock-free ring buffer but the operation will remain transparemt
- Author
- Will Pirkle http://www.willpirkle.com
- Version
- Revision : 1.0
- Date
- Date : 2018 / 09 / 7
◆ AUMIDIEventQueue() [1/4]
AUMIDIEventQueue::AUMIDIEventQueue |
( |
PluginCore * |
_pluginCore | ) |
|
|
inline |
consruct with a core pointer
◆ ~AUMIDIEventQueue() [1/4]
virtual AUMIDIEventQueue::~AUMIDIEventQueue |
( |
| ) |
|
|
inlinevirtual |
just clear out the events that may remain
◆ AUMIDIEventQueue() [2/4]
AUMIDIEventQueue::AUMIDIEventQueue |
( |
PluginCore * |
_pluginCore | ) |
|
|
inline |
consruct with a core pointer
◆ ~AUMIDIEventQueue() [2/4]
virtual AUMIDIEventQueue::~AUMIDIEventQueue |
( |
| ) |
|
|
inlinevirtual |
just clear out the events that may remain
◆ AUMIDIEventQueue() [3/4]
AUMIDIEventQueue::AUMIDIEventQueue |
( |
PluginCore * |
_pluginCore | ) |
|
|
inline |
consruct with a core pointer
◆ ~AUMIDIEventQueue() [3/4]
virtual AUMIDIEventQueue::~AUMIDIEventQueue |
( |
| ) |
|
|
inlinevirtual |
just clear out the events that may remain
◆ AUMIDIEventQueue() [4/4]
AUMIDIEventQueue::AUMIDIEventQueue |
( |
PluginCore * |
_pluginCore | ) |
|
|
inline |
consruct with a core pointer
◆ ~AUMIDIEventQueue() [4/4]
virtual AUMIDIEventQueue::~AUMIDIEventQueue |
( |
| ) |
|
|
inlinevirtual |
just clear out the events that may remain
◆ addEvent() [1/4]
void AUMIDIEventQueue::addEvent |
( |
midiEvent |
event | ) |
|
|
inline |
add a MIDI event to the currently active writing queue
◆ addEvent() [2/4]
void AUMIDIEventQueue::addEvent |
( |
midiEvent |
event | ) |
|
|
inline |
add a MIDI event to the currently active writing queue
◆ addEvent() [3/4]
void AUMIDIEventQueue::addEvent |
( |
midiEvent |
event | ) |
|
|
inline |
add a MIDI event to the currently active writing queue
◆ addEvent() [4/4]
void AUMIDIEventQueue::addEvent |
( |
midiEvent |
event | ) |
|
|
inline |
add a MIDI event to the currently active writing queue
◆ clearEvents() [1/4]
void AUMIDIEventQueue::clearEvents |
( |
| ) |
|
|
inline |
clear both A and B queues
◆ clearEvents() [2/4]
void AUMIDIEventQueue::clearEvents |
( |
| ) |
|
|
inline |
clear both A and B queues
◆ clearEvents() [3/4]
void AUMIDIEventQueue::clearEvents |
( |
| ) |
|
|
inline |
clear both A and B queues
◆ clearEvents() [4/4]
void AUMIDIEventQueue::clearEvents |
( |
| ) |
|
|
inline |
clear both A and B queues
◆ clearQueueAEvents() [1/4]
void AUMIDIEventQueue::clearQueueAEvents |
( |
| ) |
|
|
inline |
◆ clearQueueAEvents() [2/4]
void AUMIDIEventQueue::clearQueueAEvents |
( |
| ) |
|
|
inline |
◆ clearQueueAEvents() [3/4]
void AUMIDIEventQueue::clearQueueAEvents |
( |
| ) |
|
|
inline |
◆ clearQueueAEvents() [4/4]
void AUMIDIEventQueue::clearQueueAEvents |
( |
| ) |
|
|
inline |
◆ clearQueueBEvents() [1/4]
void AUMIDIEventQueue::clearQueueBEvents |
( |
| ) |
|
|
inline |
◆ clearQueueBEvents() [2/4]
void AUMIDIEventQueue::clearQueueBEvents |
( |
| ) |
|
|
inline |
◆ clearQueueBEvents() [3/4]
void AUMIDIEventQueue::clearQueueBEvents |
( |
| ) |
|
|
inline |
◆ clearQueueBEvents() [4/4]
void AUMIDIEventQueue::clearQueueBEvents |
( |
| ) |
|
|
inline |
◆ fireMidiEvents() [1/4]
virtual bool AUMIDIEventQueue::fireMidiEvents |
( |
unsigned int |
sampleOffset | ) |
|
|
inlinevirtual |
send MIDI event with this sample offset to the core for processing
◆ fireMidiEvents() [2/4]
virtual bool AUMIDIEventQueue::fireMidiEvents |
( |
unsigned int |
sampleOffset | ) |
|
|
inlinevirtual |
send MIDI event with this sample offset to the core for processing
◆ fireMidiEvents() [3/4]
virtual bool AUMIDIEventQueue::fireMidiEvents |
( |
unsigned int |
sampleOffset | ) |
|
|
inlinevirtual |
send MIDI event with this sample offset to the core for processing
◆ fireMidiEvents() [4/4]
virtual bool AUMIDIEventQueue::fireMidiEvents |
( |
unsigned int |
sampleOffset | ) |
|
|
inlinevirtual |
send MIDI event with this sample offset to the core for processing
◆ getEventCount() [1/4]
virtual unsigned int AUMIDIEventQueue::getEventCount |
( |
| ) |
|
|
inlinevirtual |
get a MIDI event from the currently active reading queue
Implements IMidiEventQueue.
◆ getEventCount() [2/4]
virtual unsigned int AUMIDIEventQueue::getEventCount |
( |
| ) |
|
|
inlinevirtual |
get a MIDI event from the currently active reading queue
Implements IMidiEventQueue.
◆ getEventCount() [3/4]
virtual unsigned int AUMIDIEventQueue::getEventCount |
( |
| ) |
|
|
inlinevirtual |
get a MIDI event from the currently active reading queue
Implements IMidiEventQueue.
◆ getEventCount() [4/4]
virtual unsigned int AUMIDIEventQueue::getEventCount |
( |
| ) |
|
|
inlinevirtual |
get a MIDI event from the currently active reading queue
Implements IMidiEventQueue.
◆ toggleQueue() [1/4]
void AUMIDIEventQueue::toggleQueue |
( |
| ) |
|
|
inline |
◆ toggleQueue() [2/4]
void AUMIDIEventQueue::toggleQueue |
( |
| ) |
|
|
inline |
◆ toggleQueue() [3/4]
void AUMIDIEventQueue::toggleQueue |
( |
| ) |
|
|
inline |
◆ toggleQueue() [4/4]
void AUMIDIEventQueue::toggleQueue |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files:
- C:/RackAFX_v7/ASPIK_SDK/PluginTemplate/project_source/source/au_source/aufxplugin.h
- C:/RackAFX_v7/ASPIK_SDK/PluginTemplate/project_source/source/au_source/ausynthplugin.h