Hi guys,
I'm quite new to PD and especially with dealing sounds, and I'm trying to deal with multi-input sounds with mics on multi-outputs speakers.
Here's my installation :
- 2 mics connected to a sound card 1
- sound card 1 connected to the linux pc with PD (pd-l2ork-2.4.2)
- linux pc connected to an other sound card 2 that deals with 8 speakers.
What I managed to do so far :
- With one mic connected to the first input I can get the input signal and read it in PD with {adc~]
- I managed to throw this sound live on one of my 8 speakers with a {throw~], this part works fine I can hear myself live on any particular speaker.
Now I would like to implement a kind of switch that allows me to say at any point :
- Mic 1 or 2 is getting sound, throw it to speaker 1 to 8
- Both Mic should be able to speak at the same time (not on the same speaker though)
I tried some stuffs with [spigot~], {*~], [route] but can't figure out the logic of it. I would say that I need to send info with a toggle that this mic and not this one is getting sound, an another info that the sound should be heard on this speaker, but so far can't get it right.
If you have any help it would be welcomed
Thanks !
Florian