1 CheckBadValues : UGen {
3 *ar {arg in = 0.0, id = 0, post = 2;
4 ^this.multiNew('audio', in, id, post);
7 *kr {arg in = 0.0, id = 0, post = 2;
8 ^this.multiNew('control', in, id, post);
12 if ((rate==\audio) and:{ inputs.at(0).rate != \audio}) {
13 ^("audio-rate, yet first input is not audio-rate");
15 ^this.checkValidInputs