Hallo, padawan12 hat gesagt: // padawan12 wrote:
The difference between using a named send~ and a connection is negligable or null, but there's a disadvantage (and feature!) to using [send~] and [receive~] which is a 1 sample delay.
Small correction: Actually there is either no delay or a delay of one block, which normally is 64 samples. See attached patch which I'm working on to illustrate the problem and the "correct" workaround.
To make a feedback audio connection - like you use for FM feedback - you cannot get any smaller delay than one block, though. If that is important, a similar solution like we discussed in the PVC Karplus- Strong thread: [block~ 1].
Also see http://crca.ucsd.edu/~msp/techniques/latest/book-html/node119.html and http://crca.ucsd.edu/~msp/techniques/latest/book-html/node120.html
There's also a lovely feature (hideous bug) that means the order you create sends and receives makes a difference, but otherwise don't worry about the efficiency.
This is the "incorrect" workaround to avoid the one-block delay that might happen with s~/r~.
Frank Barknecht _ ______footils.org_ __goto10.org__