|
|
|
@ -21,6 +21,12 @@ FluidLabelSet : FluidManipulationClient {
|
|
|
|
^id.asString;
|
|
|
|
^id.asString;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*asUGenInput { |input|
|
|
|
|
|
|
|
|
var ascii = input.asString.ascii;
|
|
|
|
|
|
|
|
^[ascii.size].addAll(ascii)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
addLabel{|id, label, action|
|
|
|
|
addLabel{|id, label, action|
|
|
|
|
this.pr_sendMsg(\addLabel,[id.asString, label.asString],action);
|
|
|
|
this.pr_sendMsg(\addLabel,[id.asString, label.asString],action);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -52,4 +58,4 @@ FluidLabelSet : FluidManipulationClient {
|
|
|
|
clear { |action|
|
|
|
|
clear { |action|
|
|
|
|
this.pr_sendMsg(\clear,[],action);
|
|
|
|
this.pr_sendMsg(\clear,[],action);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|