mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Update .gitignore and some comments.
This commit is contained in:
parent
55ff9a57be
commit
a54e4ac576
2 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,6 +16,7 @@
|
||||||
*.d
|
*.d
|
||||||
*.sdf
|
*.sdf
|
||||||
xcuserdata
|
xcuserdata
|
||||||
|
*.xccheckout
|
||||||
contents.xcworkspacedata
|
contents.xcworkspacedata
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.svn
|
.svn
|
||||||
|
|
|
||||||
|
|
@ -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…
Add table
Add a link
Reference in a new issue