Browse Source

Enable the use of up to 35 arguments for the OSC operator

master
npisanti 2 years ago
parent
commit
e6a9a30ba0
  1. 2
      vmio.h

2
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;

Loading…
Cancel
Save