Spacing
This commit is contained in:
parent
751fdc599e
commit
cc7218c19d
|
@ -116,7 +116,8 @@ struct MidiEvent
|
||||||
{
|
{
|
||||||
MidiEventType type;
|
MidiEventType type;
|
||||||
uint32_t delta;
|
uint32_t delta;
|
||||||
union {
|
union
|
||||||
|
{
|
||||||
ChannelEvent chan;
|
ChannelEvent chan;
|
||||||
NoteOnEvent noteOn;
|
NoteOnEvent noteOn;
|
||||||
NoteOffEvent noteOff;
|
NoteOffEvent noteOff;
|
||||||
|
|
Loading…
Reference in New Issue