SynthLab SDK
|
Information about a MIDI note event (note on or note off). More...
#include <synthstructures.h>
Public Member Functions | |
MIDINoteEvent (double _midiPitch=0.0, uint32_t _midiNoteNumber=0, uint32_t _midiNoteVelocity=0) | |
Public Attributes | |
double | midiPitch = 0.0 |
pitch in Hz of the MIDI note that was played | |
uint32_t | midiNoteNumber = 0 |
note number (saved for portamento and voice steal) | |
uint32_t | midiNoteVelocity = 0 |
note velocity (saved for portamento and voice steal) | |
Information about a MIDI note event (note on or note off).