Is juce_1_46 able to use setAudioCallback() for two callback

Hi, jules
How are you?
I saw your change around audioDeviceManager::setAudioCallback() in juce 1_50. We can add more audioIOcallbacks at the same time by using audiodeviceManager :: add and remove audioCallback().

However, in juce_146, it provide just setAudioCallback().
does 1_46 support setting more audioIOCallbacks at the same time?

Thanks!
Leon

We can set only one callback to the AudioDeviceManager…
But u can modify the AudioDeviceManager to handle more than one callback.

Hi, Godwin

Thanks!

Leon