Browse Source

Update .gitignore and some comments.

tags/2021-05-28
jules 12 years ago
parent
commit
a54e4ac576
2 changed files with 8 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +7
    -0
      modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm

+ 1
- 0
.gitignore View File

@@ -16,6 +16,7 @@
*.d *.d
*.sdf *.sdf
xcuserdata xcuserdata
*.xccheckout
contents.xcworkspacedata contents.xcworkspacedata
.DS_Store .DS_Store
.svn .svn


+ 7
- 0
modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm View File

@@ -56,6 +56,13 @@
#define Component CarbonDummyCompName #define Component CarbonDummyCompName
#endif #endif
/*
Got an include error here?
You probably need to install Apple's AU classes - see the
juce website for more info on how to get them:
http://www.juce.com/forum/topic/aus-xcode
*/
#include "AUMIDIEffectBase.h" #include "AUMIDIEffectBase.h"
#include "MusicDeviceBase.h" #include "MusicDeviceBase.h"
#undef Point #undef Point


Loading…
Cancel
Save