Skip to content

Instantly share code, notes, and snippets.

@x2mirko
x2mirko / Engine_MinimalMPE.sc
Created July 8, 2018 11:07
Minimal MPE example for Norns
Engine_MinimalMPE : CroneEngine {
var synths;
*new { arg context, doneCallback;
^super.new(context, doneCallback);
}
alloc {
synths = Array.newClear(8);