only produce a single bang, depending on conditions
I am trying to produce a single bang depending on the position on the mouse but it produces many repetitive bangs. Can someone help :) I tried the one bang object but cant seem to figure out how it would help here. See patcher for more details!
You might do well to look at the change object.
[if ... then bang]... Interesting, I've never though of that. Maybe something like this:
The [decode] object... Interesting, I've never heard of that. Will check it out - merci JFC. :-)
jfc don't really need all that logic in your patch; can be simplified:
110: points FP to the [select] object
110: lolz
*** 110 has left the chat ***
@FP Nice indeed!
@110 you could use [sel] indeed, then with [change]:
now we are ready to add a [screensize] to the [scale]
Thx for the help!