Hi,
I have a patch looking something like this:
[gemmouse] <=== puts out X-Value of the cursor in Gem Window
|\
| \
| \
| \
[>] [<] <=== setting boundaries
| /
| /
| /
[- ]
|
[== 0]
|
so here I get "1" every time the cursor is inside the boundaries.
Now I want to have a "Bang" every time the [== 0] puts out a "1" (only then). So I tried putting a [sel 1] after it, but unfortunatly the Bangs created by the [>] and [<] objects are passed on too! so I get also Bangs, when the cursor is already inside the boundaries and just moves a little.
Is there a way to filter out Bangs, so that I only get the numeric values? Something with [t f b]?