1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added Inter-App Audio capabilities to standalone plug-ins

This commit is contained in:
tpoole 2017-03-01 11:55:39 +00:00
parent 00f57d43c5
commit 4c59a920b4
80 changed files with 2949 additions and 163 deletions

View file

@ -182,6 +182,7 @@ namespace juce
//==============================================================================
#elif JUCE_IOS
#include "native/juce_ios_Audio.h"
#include "native/juce_ios_Audio.cpp"
#include "native/juce_mac_CoreMidi.cpp"