The VSTMIDIEventQueue interface queues incoming MIDI messages and blasts them out during the buffer processing phase.
More...
#include <vst3plugin.h>
The VSTMIDIEventQueue interface queues incoming MIDI messages and blasts them out during the buffer processing phase.
NOTES:
- this is a simple object because the VST spec automatically delivers queues of MIDI messages
- so this provides a kind of thin wrapper around those messages to deliver to the core
- Author
- Will Pirkle http://www.willpirkle.com
- Version
- Revision : 1.0
- Date
- Date : 2018 / 09 / 7
◆ fireMidiEvents() [1/2]
virtual bool Steinberg::Vst::ASPiK::VSTMIDIEventQueue::fireMidiEvents |
( |
unsigned int |
sampleOffset | ) |
|
|
inlinevirtual |
send MIDI event at this sample offset to core
◆ fireMidiEvents() [2/2]
virtual bool Steinberg::Vst::ASPiK::VSTMIDIEventQueue::fireMidiEvents |
( |
unsigned int |
sampleOffset | ) |
|
|
inlinevirtual |
send MIDI event at this sample offset to core
◆ getEventCount() [1/2]
virtual unsigned int Steinberg::Vst::ASPiK::VSTMIDIEventQueue::getEventCount |
( |
| ) |
|
|
inlinevirtual |
◆ getEventCount() [2/2]
virtual unsigned int Steinberg::Vst::ASPiK::VSTMIDIEventQueue::getEventCount |
( |
| ) |
|
|
inlinevirtual |
◆ setEventList() [1/2]
void Steinberg::Vst::ASPiK::VSTMIDIEventQueue::setEventList |
( |
IEventList * |
_inputEvents | ) |
|
|
inline |
set a new list from VST host
◆ setEventList() [2/2]
void Steinberg::Vst::ASPiK::VSTMIDIEventQueue::setEventList |
( |
IEventList * |
_inputEvents | ) |
|
|
inline |
set a new list from VST host
The documentation for this class was generated from the following file:
- C:/RackAFX_v7/ASPIK_SDK/PluginTemplate/project_source/source/vst_source/vst3plugin.h