changed first argument to kr

to match the default for the restructured text 'schelp_descriptor.schelp' file in the 'flucoma-docs' repo

this needs to happen or else SCDocs will throw a warning everytime the user opens this helpfile
nix
Ted Moore 4 years ago
parent c41a443ede
commit 2785ec2dd5

@ -2,8 +2,8 @@ FluidStats : MultiOutUGen {
var <channels;
*kr { arg inputsArray, size;
^this.multiNew('control',*(inputsArray.asArray++size));
*kr { arg in, size;
^this.multiNew('control',*(in.asArray++size));
}
init {arg ...theInputs;

Loading…
Cancel
Save