SynthLab SDK
SynthLab::MidiOutputData Struct Reference

MIDI output message and data information. More...

#include <synthstructures.h>

Public Attributes

uint32_t globalMIDIData [kNumMIDIGlobals] = { 0 }
 the global MIDI INPUT table that is shared across the voices via the IMIDIData interface
 
uint32_t ccMIDIData [kNumMIDICCs] = { 0 }
 the global MIDI CC INPUT table that is shared across the voices via the IMIDIData interface
 

Detailed Description

MIDI output message and data information.

  • not used in SynthLab
Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included in Designing Software Synthesizer Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2021 / 05 / 02

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