I want to press the Spacebar and then not be allowed to press space again untill 10 seconds has elapsed at which point I want the Timeliner to reset to 0
so the whole thing’s ready to start again. I also want each time the Spacebar is pressed for this to be counted.
Now I’ve set up the basics but it’s not working, mainly because it seems to be confused by the holding of the spacebar. What do I change
to stop the output being 1 while a key is held?
I’m using an LFO to make the recording text blink when the spacebar is pressed
however I then want it to disappear once it isn’t recording but can’t seem to figure it out? I’m sure it’s simple…
Thanks, I checked out the AND (Boolean) but actually solved my blinking text by just setting the LFO to reverse.
Any pointers in the right direction to have my stop watch count down rather than up?
Thanks!
Just in case anyone else is starting out and wants to know the answer.
I created a:
(Value) Node
On its input 1 pin I plugged in a value of 10, then I plugged in the output of my Timeliner Node into the input 2 pin of the -(Value) Node, this therefore created the output I wanted, a countdown of 10.