hi,
the short answer would be to look at
...doc/3.audio.examples/72.execution.order.pd
If packing into subpaches is inconvenient, then you should somehow (by means of cutting/pasting or, if you like, hacking vibrato~.pd file in a text editor) reorder tilde objects in such a way, that root object of the subgraph containing vd~s ([osc~ $1] in your case) will precede root objects of delwrite~ subgraphs (your inlets~).
krzYszcz
ps. I will try to explain all this in a few hours time, sorry...
Frank Barknecht wrote:
I have a simple looking problem building a vibrato delay. The attached patch should add a vibrato to both channels of a stereo signal. But only the right channel gets vibrato, the left stays unchanged. This must be a stupid mistake on my side, but I just don't see it.