-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule midifile
updated
10 files
+6 −0 | include/MidiEvent.h | |
+4 −0 | include/MidiMessage.h | |
+14 −0 | src/MidiEvent.cpp | |
+31 −3 | src/MidiMessage.cpp | |
+167 −36 | tools/midi2chords.cpp | |
+465 −0 | tools/mididiss.cpp | |
+80 −0 | tools/midimean.cpp | |
+85 −0 | tools/midirange.cpp | |
+104 −0 | tools/midireg.cpp | |
+97 −0 | tools/midiuniq.cpp |