«Change arg values of MIDIdef after instantiation» by lightrate
on 12 Apr'17 12:40 in1 2 3 4 5 6
~mdef =
{
|key, func, msgNum, permanent = true|
MIDIdef(key, func ?? { MIDIdef(key).func }, msgNum ? MIDIdef(key).msgNum, MIDIdef(key).chan, MIDIdef(key).msgType, MIDIdef(key).srcID).permanent_(permanent)
}
reception
comments