From e6a9a30ba09f71e18ec85aa613fb0ebdd6c9bec6 Mon Sep 17 00:00:00 2001 From: npisanti Date: Mon, 28 Nov 2022 11:05:51 +0100 Subject: [PATCH] Enable the use of up to 35 arguments for the OSC operator --- vmio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmio.h b/vmio.h index 3e80c8c..32edd12 100644 --- a/vmio.h +++ b/vmio.h @@ -28,7 +28,7 @@ typedef struct { U8 channel, lsb, msb; } Oevent_midi_pb; -enum { Oevent_osc_int_count = 16 }; +enum { Oevent_osc_int_count = 35 }; typedef struct { U8 oevent_type;