Node print with delay

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

can you please provide a simple patch that shows this problem?

This is the image… Do you need the vvvv file?

yes, always the patch, not the image.

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?”

print.v4p (32.9 kB)

Here there is the subpatch!

Stampa_1.v4p (16.3 kB)

regarding alpha-forum you have to understand:
vvvv comes in two flavors:

depending on which version you use you should also post your questions in the respective forum:


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?

With Monoflop it run! Thank you very much!
Now I have understand also the difference between alpha and beta… sorry!