1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

Fix for some broken Apple AudioUnit editors. Fix for amalgamated mac builds. Changed some mac debugging settings which didn't work. Updated the Jucer-generated audio plugins to match the current codebase.

This commit is contained in:
Julian Storer 2010-10-14 14:17:10 +01:00
parent e9bff5db5b
commit 91e2759000
22 changed files with 144 additions and 54 deletions

View file

@ -525,6 +525,11 @@ static const unsigned char temp_891b85da[] =
"}\r\n"
"\r\n"
"//==============================================================================\r\n"
"bool FILTERCLASSNAME::hasEditor() const\r\n"
"{\r\n"
" return true; // (change this to false if you choose to not supply an editor)\r\n"
"}\r\n"
"\r\n"
"AudioProcessorEditor* FILTERCLASSNAME::createEditor()\r\n"
"{\r\n"
" return new EDITORCLASSNAME (this);\r\n"
@ -589,6 +594,7 @@ static const unsigned char temp_356ba65f[] =
"\r\n"
" //==============================================================================\r\n"
" AudioProcessorEditor* createEditor();\r\n"
" bool hasEditor() const;\r\n"
"\r\n"
" //==============================================================================\r\n"
" const String getName() const;\r\n"