SynthLab SDK
SynthLab::MIDINoteEvent Struct Reference

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)
 

Detailed Description

Information about a MIDI note event (note on or note off).

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: