Hi. I'm planning to do a small audio installation. I have an audio interface (focusrite scarlett 8i6) with 6 outputs. Let's say that in my sketch I'll load 6 different audio files. Is it possible to route each single audio file to a single output on the audio interface?
thanks :)
p.
edit: I forgot to say, I'm running Processing on win8 64 bit
Hi all, I'm a beginner. I'm trying to do some interaction with sounds. As u can see in the code below, I've loaded 2 different sounds and they play when hitting respectively 'a' or 'b' key. Now, at this point they only play one time. After that (after they end), if I keep pressing the keys only the figures (rect) will be shown, no sounds. What should I add to change this?
Second thing. For what I saw, while there's a sound playing (let's say the one within 'a' key), if the 'a' key gets pressed nothing happens. then, once a sound begin, the keyPressed func. for 'a' (then only for the related key) will be disabled, until the related sound will end. Am I right on this?