blob: 3d16657e5e3d30802a265839319eb0f627271f30 (
plain)
1
2
3
4
5
6
7
8
9
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). */
|