mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Added blank project and made examples button work
This commit is contained in:
parent
a4e437d0df
commit
4c87324e86
24 changed files with 156 additions and 37 deletions
|
|
@ -33,7 +33,7 @@ static const unsigned char temp_binary_data_0[] =
|
|||
" //==============================================================================\r\n"
|
||||
" MainContentComponent()\r\n"
|
||||
" {\r\n"
|
||||
" setSize (500, 400);\r\n"
|
||||
" setSize (800, 600);\r\n"
|
||||
" setFramesPerSecond (60);\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
|
|
@ -109,7 +109,7 @@ static const unsigned char temp_binary_data_1[] =
|
|||
" //==============================================================================\r\n"
|
||||
" MainContentComponent()\r\n"
|
||||
" {\r\n"
|
||||
" setSize (500, 400);\r\n"
|
||||
" setSize (800, 600);\r\n"
|
||||
"\r\n"
|
||||
" // specify the number of input and output channels that we want to open\r\n"
|
||||
" setAudioChannels (2, 2);\r\n"
|
||||
|
|
@ -707,7 +707,7 @@ static const unsigned char temp_binary_data_8[] =
|
|||
"//==============================================================================\r\n"
|
||||
"CONTENTCOMPCLASS::CONTENTCOMPCLASS()\r\n"
|
||||
"{\r\n"
|
||||
" setSize (500, 400);\r\n"
|
||||
" setSize (600, 400);\r\n"
|
||||
"}\r\n"
|
||||
"\r\n"
|
||||
"CONTENTCOMPCLASS::~CONTENTCOMPCLASS()\r\n"
|
||||
|
|
@ -1343,7 +1343,7 @@ static const unsigned char temp_binary_data_20[] =
|
|||
" //==============================================================================\r\n"
|
||||
" MainContentComponent()\r\n"
|
||||
" {\r\n"
|
||||
" setSize (500, 400);\r\n"
|
||||
" setSize (800, 600);\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" ~MainContentComponent()\r\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue