Spacing
This commit is contained in:
parent
751fdc599e
commit
cc7218c19d
1 changed files with 11 additions and 10 deletions
|
@ -116,7 +116,8 @@ struct MidiEvent
|
|||
{
|
||||
MidiEventType type;
|
||||
uint32_t delta;
|
||||
union {
|
||||
union
|
||||
{
|
||||
ChannelEvent chan;
|
||||
NoteOnEvent noteOn;
|
||||
NoteOffEvent noteOff;
|
||||
|
|
Loading…
Add table
Reference in a new issue