|
|
|
@@ -134,8 +134,12 @@ protected: |
|
|
|
ScopedPointer<StandaloneFilterWindow> mainWindow;
|
|
|
|
};
|
|
|
|
|
|
|
|
} // namespace juce
|
|
|
|
|
|
|
|
#if JucePlugin_Build_Standalone && JUCE_IOS
|
|
|
|
|
|
|
|
using namespace juce;
|
|
|
|
|
|
|
|
bool JUCE_CALLTYPE juce_isInterAppAudioConnected()
|
|
|
|
{
|
|
|
|
if (auto holder = StandalonePluginHolder::getInstance())
|
|
|
|
@@ -161,6 +165,4 @@ Image JUCE_CALLTYPE juce_getIAAHostIcon (int size) |
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
} // namespace juce
|
|
|
|
|
|
|
|
#endif
|