mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +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
|
||||
*.sdf
|
||||
xcuserdata
|
||||
*.xccheckout
|
||||
contents.xcworkspacedata
|
||||
.DS_Store
|
||||
.svn
|
||||
|
|
|
|||
|
|
@ -56,6 +56,13 @@
|
|||
#define Component CarbonDummyCompName
|
||||
#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 "MusicDeviceBase.h"
|
||||
#undef Point
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue