Hi,
I have to print 3 papers and I want to chose the order in which they are printing.
So I use the node delay (1 sec)->change for the input print, but It doesn’t print.
And If the node delay is more than 1sec, vvvv close itself and doesn’t work anymore: I have to turn off the pc and turn on again.
There is another way to chose the order o to have not bug in vvvv?
thanks
and make sure to post the simplest patch that shows the problem. if you take your time to reduce it that increases the chance that we can help you quickly.
also: are you sure this is an alpha-forum topic? do you see different behaviour when you try this with a b34.2 than with latest alpha?
Here there is the simplest patch.
I haven’t understand what do you mean with this:
“are you sure this is an alpha-forum topic? do you see different behaviour when you try this with a b34.2 than with latest alpha?”
regarding the Delay (Animation): according to its helppatch it has a time-limit. also you have set it to Mode “Linear” which is not a good idea if you want to delay just a bang. anyway better use a MonoFlop (Animation) for that.
even better: see if the first two printing nodes return a “completed” bang and just make sure those two have happened before triggering the third. instead of trusting a delay…see?