Channel 2 is disabled, only one channel works at a time in sonic pi.
Any idea?
Taking into account if I use live_audio: foo is going to capture my notebook’s microphone, I need to inform you that umc404hd_192k, is my sound card, correct?
When you specify stereo: true, the two channels are set to whatever is set for input, plus the next channel along. So in that example, audio is played from inputs 3 and 4.
I’m not sure about Windows or Mac, but on Linux Sonic Pi will only use a single sound card at a time - you have to make sure it starts up using the correct one. So I’d suggest you look into how to make Sonic Pi use your 8-port card on your operating system.
If you tell us what your operating system is, someone might be able to tell you how to do that. But it’s probably documented, too.
‘umc404hd_192k’ is the variable name you gave that Captured input. You chose it yourself.
Then you create another ‘umc404hd_192k’, and by that you overwrote the first Captured inputs ‘name’. From then on, whenever you call for "‘umc404hd_192k’"m, you would get the second input. You cant call the first “‘umc404hd_192k’” again, because when you ask for the “‘umc404hd_192k’” you will get the second one.
Those two variables must have different names, so you can ‘find’ them again.