Skip to content

Instantly share code, notes, and snippets.

View capital-G's full-sized avatar

Dennis Scheiba capital-G

View GitHub Profile
@capital-G
capital-G / autoKr.scd
Created February 14, 2022 16:06
SC: Automatic transformation of arguments to NamedControls
q = q?();
q[\autoKr] = {|ugen, prefix=nil, rate=\ar, args=nil, specs=nil|
var argumentList = [];
var defaultArgs = ();
var method;
// TODO specs are not working? :/
args = args?();
specs = specs?();