ASPiK SDK
Loading...
Searching...
No Matches
IMidiEventQueue Class Referenceabstract

Double buffered queue for MIDI messages. More...

#include <pluginstructures.h>

Inheritance diagram for IMidiEventQueue:
AAXMIDIEventQueue AUMIDIEventQueue Steinberg::Vst::ASPiK::VSTMIDIEventQueue

Public Member Functions

virtual uint32_t getEventCount ()=0
 
virtual bool fireMidiEvents (uint32_t uSampleOffset)=0
 

Detailed Description

Double buffered queue for MIDI messages.

Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included in Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2018 / 09 / 7

Member Function Documentation

◆ fireMidiEvents()

virtual bool IMidiEventQueue::fireMidiEvents ( uint32_t  uSampleOffset)
pure virtual

Fire off the next <IDI event

◆ getEventCount()

virtual uint32_t IMidiEventQueue::getEventCount ( )
pure virtual

Get the event count (extra, does not really need to be used)

Implemented in AAXMIDIEventQueue, AUMIDIEventQueue, AUMIDIEventQueue, and Steinberg::Vst::ASPiK::VSTMIDIEventQueue.


The documentation for this class was generated from the following file: