Start midi file processing.

This commit is contained in:
jmsgrogan 2020-05-03 07:56:27 +01:00
parent 59c6161fdb
commit 36826fa1d4
22 changed files with 528 additions and 44 deletions

View file

@ -0,0 +1,6 @@
#include "MidiEvent.h"
MidiEvent::MidiEvent()
{
}