Hey there, doing a uni project at the moment using GEM and it outputs the xy coordinates of where you are in the webcam to number boxes, but the issue we are having is that when we take the numbers (they are 0 - 1) they are triggering constant bangs, even through toggles. So we basically need an object that turns off the constant bangs as it is affecting all [metro] objects in the patch and as it just constantly bangs them. Just wondering is anyone has a solution or has come across this before. Thanks!
-
Using GEM and getting constant bangs
-
@pdunicorn Very strange. A float is always accompanied by a bang..... all messages in fact.
If you are using your 1 and 0 messages to start and stop a metro then you could try this....... metro_immune.pd
Where only a value of 1 will start the metro and any lesser value will stop it.That the bangs should affect a metro that is not receiving it is weird.
Could you post your patch please if that is the case?
David. -
@whale-av Thanks man! Worked a treat!