Playing with groups a bit

This commit is contained in:
Dan Buch 2015-11-22 19:16:22 -05:00
parent 4b4497551d
commit 2fece459f8

View File

@ -532,3 +532,12 @@
g.set(\amp, 0.005); g.set(\amp, 0.005);
// g.free; // g.free;
) )
(
"--- haaaay ---".postln;
Group.superclass.postln;
// Group.superclass.help;
Group.findRespondingMethodFor('set').postln;
Group.findRespondingMethodFor('postln').postln;
// Group.findHelpForMethod('postln');
)