control the audio by camera
I've made a colour tracker with max msp and every time the camera tracks a preset colour it plays the corresponding audio, but I'm currently playing as many frames as the camera captures for that colour. I want the audio to play only once every time the camera captures a preset colour, what command should I use? It's quite hard for me and here is my patch. Thank you so much for responding me
create a list that has to mach.
trigger 1 if it does match 0 if it does not.
Insert change object in between, to avoid repeated retrigger.
thank you very much! I will try that.
Is the list a message or an object?
list is a group of values, can be contained in many max objects.
You can use pak to create the list, and feed it to zl.change and
zl.compare objects
