diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-03 10:31:38 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-03 10:31:38 +0100 |
commit | 4af400141af0c97c4e4bcd47acf78107a17eafbe (patch) | |
tree | cd919376466679f4177d68cf6c14bdf9a0f80595 /MIDI.cpp | |
parent | 7b9e5cb03b530458b7f9df1fee678e2ba3a746da (diff) |
Separated class files
Diffstat (limited to 'MIDI.cpp')
-rw-r--r-- | MIDI.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MIDI.cpp b/MIDI.cpp new file mode 100644 index 0000000..1fe49fe --- /dev/null +++ b/MIDI.cpp @@ -0,0 +1,2 @@ +#include "MIDI.h" + |