more help file corrections (kmeans was still audio bus in in the info but actual control bus was used...)

nix
Pierre Alexandre Tremblay 6 years ago
parent 027896c088
commit 9c6fb06403

@ -152,8 +152,8 @@ a bus to communicate with it. The inBus receives a trigger to query, using data
from inBuffer; a trigger is then send to outBus with the prediction in outBuffer
code::
(
~ib = Bus.control(s); // input bus must be audio (for now)
~ob = Bus.control(s); //output bus can be kr
~ib = Bus.control(s); // input bus
~ob = Bus.control(s); //output bus
~tempPoint = Buffer.alloc(s,1,2);
~inpPoint = Buffer.alloc(s,2);
~outPoint = Buffer.alloc(s,1);

Loading…
Cancel
Save