Hallo, Kim Taylor hat gesagt: // Kim Taylor wrote: > >> I have had success using throw~ and catch~, as the destination bus can > >> be changed by setting throw~, BUT- throw and catch use a minimum block > >> size of 64. > > > >Hm? They don't, unless you do feedbacks, but then everyhting~ in Pd > >has a delay of one block. > > How true, I must have overlooked this...
It's one of the tricky things to get right in Pd. ;) If you really want to make sure not to pick up any unwanted delays you need to use the double-subpatch technique described in Miller's book, as the block-delay of direct connections depends on the order in which you made the connections, and that's to fragile: editing can change the order without you noticing it. Ciao -- Frank Barknecht _ ______footils.org_ __goto10.org__ _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
