summaryrefslogtreecommitdiff
path: root/midicsv-1.1/types.h
diff options
context:
space:
mode:
authorpepper <peppersclothescult@gmail.com>2015-01-19 00:02:46 -0800
committerpepper <peppersclothescult@gmail.com>2015-01-19 00:02:46 -0800
commit760d4d5a0fc89e5b14681879577a80e79795e4a3 (patch)
tree3698995f434a00a904f9fdff64a739eb21f53fdb /midicsv-1.1/types.h
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). */