summaryrefslogtreecommitdiff
path: root/midicsv-1.1/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'midicsv-1.1/types.h')
-rw-r--r--midicsv-1.1/types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/midicsv-1.1/types.h b/midicsv-1.1/types.h
new file mode 100644
index 0000000..3d16657
--- /dev/null
+++ b/midicsv-1.1/types.h
@@ -0,0 +1,10 @@
+/*
+
+ Type definitions for MIDI tools
+
+*/
+
+typedef unsigned char byte; /* MIDI data stream byte */
+typedef unsigned long vlint; /* Variable length integer: this must
+ be an unsigned type of at least
+ 32 bits (longer is OK). */