some more configuration stuff

This commit is contained in:
2024-01-03 19:53:03 +01:00
parent 40719a2538
commit cd8476f67d
3 changed files with 69 additions and 12 deletions

View File

@ -2,8 +2,8 @@ d = (); // This is a storage area for synthesizers
f = (); // This is a storage for various FX functions
(
d.info = { arg obj, name; obj[name].allControlNames.do({arg i; i.postln;}); };
d.show = { arg obj; obj.keys.do({arg i; i.postln}); };
d.params = { arg obj, name; obj[name].allControlNames.do({arg i; i.postln;}); };
d.list = { arg obj; obj.keys.do({arg i; i.postln}); };
);
f.vardel = {