Okies. I got the previous problem working by myself but i now have a new problem. I need the patch to play a different video clip each time the users volume is above or below certain values. My next problem is finding suitable code to understand when the number is between two different values.
For example. when the users vocal volume drops below 60, clip X will be played, when the volume is between 60 and 70, clip Y will be played, when the volume is between 70 and 80, clip Z will be played and when the volume is over 80, clip A will be played.
The problem I'm having is i can't get pd to recognize when the vocal volume is between two different values. I have it going into an object |>=60 ; <=70| but that doesn't seem to be working. Can anyone help please ?? It's driving me mad