frac32.positive value
None
spinner channel
spinner cc
combo device
int32_t lsend;
int timer;
timer = 0;
if (((lsend > inlet_v + (1 << 19)) || (inlet_v > lsend + (1 << 19))) &&
(timer > 30)) {
lsend = inlet_v;
MidiSend3((midi_device_t)attr_device,
MIDI_CONTROL_CHANGE + (attr_channel - 1), attr_cc,
__USAT(inlet_v >> 20, 7));
timer = 0;
} else
timer++;