bool32.rising trigger
frac32.positive value
None
combo device
spinner channel
spinner cc
int ntrig;
if ((inlet_trig > 0) && !ntrig) {
MidiSend3((midi_device_t)attr_device,
MIDI_CONTROL_CHANGE + (attr_channel - 1), attr_cc,
__USAT(inlet_v >> 20, 7));
ntrig = 1;
}
if (!(inlet_trig > 0))
ntrig = 0;