Hi, jules
How are you?
Does juce support ASIO driver on mac?
I saw juce_Config.h for ASIO definition.
Comment out this macro if you haven’t got the Steinberg ASIO SDK, without
which the ASIOAudioIODevice class can’t be built. See the comments in the
ASIOAudioIODevice class’s header file for more info about this.
(This only affects a Win32 build)
*/
#ifndef JUCE_ASIO
#define JUCE_ASIO 1
#endif
juce does not support ASIO driver on mac.
why don’t you support asio driver on mac? some reason?
Thanks!
Leon
