Loving Minim. What a great library! I have no problem reading an mp3 or getting a simple getLineIn() input from the microphone on my mac. All those tests work and my sketch reacts accordingly. My issue now is how do I get live input from a PC without a microphone? Kind of critical bug now I thought getLineIn(Minim.STEREO) would solve this problem. Ie. it reads whatever’s happening on the active soundcard. Nothing’s going on. No input seemingly.
I’ve seen Jack or SoundFlower be mentioned in previous conversations for setting the input source but I still find this unclear with regards to minim. Would Jack be defining the active source for Minim.STEREO?
Just got a bit of context I’m working with a musician/artist who will be playing my sketch during a live performance. Just for context the sketch is funneled through Spout in to TouchDesigner. That all works. I can see in TouchDesigner the music’s all streaming in from whatever he’s playing on the various bits of hardware.