«Change arg values of MIDIdef after instantiation» by lightrate

on 12 Apr'17 12:40 in midi
1
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)
}
raw 214 chars (focus & ctrl+a+c to copy)
reception
comments