diff options
| author | pepper <peppersclothescult@gmail.com> | 2015-01-19 00:02:46 -0800 |
|---|---|---|
| committer | pepper <peppersclothescult@gmail.com> | 2015-01-19 00:02:46 -0800 |
| commit | 760d4d5a0fc89e5b14681879577a80e79795e4a3 (patch) | |
| tree | 3698995f434a00a904f9fdff64a739eb21f53fdb /midicsv-1.1/types.h | |
Diffstat (limited to 'midicsv-1.1/types.h')
| -rw-r--r-- | midicsv-1.1/types.h | 10 |
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). */ |
