Playing with groups a bit
This commit is contained in:
parent
4b4497551d
commit
2fece459f8
@ -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');
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user