-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/20/2010 05:45 PM, Bernardo Barros wrote:
Maybe that is a limitation of the PD "control rate" cords. You only get "audio rate" messages between audio boxes.
it took a while for me to understand what you actually mean...
"control rate" really means "event-based" (asynchronous), and only at certain points in time (at the 64 samples boundary). the 64 samples boundary limits your latency (it will jitter up to 64 samples[1]), but it doesn't say anything about the bandwidth. you can send 100 times more data in a second between 2 [+] objects than between to [+~] objects [2].
mgasdr IOhannes
[1] plus an offset [2] if you don't do block processing.