Hi! I am new in JUCE and was trying my first tutorial with AudioDeviceManager:
https://docs.juce.com/master/tutorial_audio_device_manager.html
I was trying to process input signal from soundflower and pass it to a selected output hardware (my audio interface in my case).
I’ve set up max msp to receive the same signal from soundflower, which works without any issue. But in the JUCE example it doesn’t seem to receive any input signal (see screenshot), and when I log the received signal it’s always 0 as well. I wonder how to fix the tutorial so the system can receive signal from the selected input device?
Thanks!