We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello Folks,
Considering the use of Minim with Processing, is it possible to generate a waveform of a sound coming from the left channel output of my Mixtable (a violin for example) and in the same time another waveform of a different sound coming from the right channel output of my Mixtable (a voice for example) in Processing code ? These 2 sounds come initially from 2 mics plugged into my mixtable. So the signal can be panned (one for left, one for right) and injected in my macbook pro. But… I've read that the input channel always transit threw the Mic-In on OSX, so as far as i know the signal is always mixed and merged (left and right channel of my mixtable in the mic-in). Right ?
Any idea to resolve my problem ?
Answers
The microphone-in on your OS X computer is almost certainly stereo. What model / year is your Mac/laptop?
Whether your mixtable is sending out mono or stereo depends on the specific mixtable hardware, how it is set up, and whether you are using a stereo cable and jack leading into the computer -- see for example:
https://discussions.apple.com/thread/3665974?tstart=0
Pb resolved
So, was it possible to get stereo from your mixer into minim? Or did you have to work around it?