diff options
Diffstat (limited to 'include/event.h')
-rw-r--r-- | include/event.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/event.h b/include/event.h index 30155ce..2e46f8c 100644 --- a/include/event.h +++ b/include/event.h @@ -31,9 +31,9 @@ #define TYPE_STOP 1 typedef struct { - int type; - int instrument; - int offset; + size_t type; + size_t instrument; + size_t offset; float velocity; } event_t; |