Hi Thibaut !
When controlling Panoramix (inside of Max) via OSC in realtime the load of messages easily makes CPU usage peak. To remedy that I am using spat5.osc.collect to turn OSC messages into bundles. But what is the better strategy when using bundles: many messages bundled only now and then or fewer messages at regular polling interval? What is the most efficient and CPU friendly method? Ideally I’d like to avoid having a metronome running to poll bundles and rather only send it when necessary. Any suggestions of how to go about it?
Another point is the “FullPacket” send from OSCar (Reaper to Panoramix). Is that safe and fast? I read in the spat5-tuto-osc-6 that sending FullPackets via send-receive is not recommended. Does that advice include OSCars bundles? What is the best setting of Max’ overdrive/interupt to support bundles? I should probably mention that the send-receive happens locally on the same machine.
Kindly Hans Peter