I am triggering sounds with motion on kinect. The first problem was it using AudioSample which triggered the sound over and over again and didnt stop.
I changed to AudioSnippet which triggered the sound just once, but then would not trigger again.
When using the rewind, play functions does not help (repeats over and over again)...
I then slowed the frameRate down to 0.5 with the rewind and play functions, which gives me the result I want, but the animation slows right down and couldnt find a way to seperate frame rates for sounds and animation
I am new to Processing so im in struggle street, any help will be greatly appreciated..