Hi,
I am using this bang to multiple some values i am getting, I want the bang to update constantly rather than me having to press the bang.
Is there a way or a different option i can use to solve this?
Any help would be great!
Thanks
Bang that updates automatically
Hi,
I am using this bang to multiple some values i am getting, I want the bang to update constantly rather than me having to press the bang.
Is there a way or a different option i can use to solve this?
Any help would be great!
Thanks
If you want to send a bang every "x" milliseconds then [metro x] (which you have to bang to start).
If you want your "value" to create the bang then [trigger].
so feed your value (if it is a number) into a trigger. "t" is short for trigger. "b" is short for bang. "f" is short for float (a number). [t b f] will send your number out the "f" right-hand-outlet, and then send a bang out of the left-hand-outlet (every time that it receives the "float".
Please read http://puredata.info/docs/manuals/pd/x2.htm.... you will become an instant pd guru!! In this case you want paragraph 2.3.3
David.
PS, I might be barking (it's an in joke) up the wrong tree, but I imagine you are looking for this.... auto_bang.pd
This seems to work, fantastic.
You don't happen to know how I can set up a digital switch on pduino to use the a physical switch and how i would connect that on the arduino uno board?
Any help would be great.
Oops! Looks like something went wrong!