The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1248 lines
52KB

  1. /* ==================================== JUCER_BINARY_RESOURCE ====================================
  2. This is an auto-generated file: Any edits you make may be overwritten!
  3. */
  4. namespace BinaryData
  5. {
  6. //================== AudioPluginXCodeScript.txt ==================
  7. static const unsigned char temp_43731c40[] =
  8. "\r\n"
  9. "# This script takes the build product and copies it to the AU, VST, and RTAS folders, depending on \r\n"
  10. "# which plugin types you've built\r\n"
  11. "\r\n"
  12. "original=$CONFIGURATION_BUILD_DIR/$FULL_PRODUCT_NAME\r\n"
  13. "\r\n"
  14. "# this looks inside the binary to detect which platforms are needed.. \r\n"
  15. "copyAU=`nm -g \"$CONFIGURATION_BUILD_DIR/$EXECUTABLE_PATH\" | grep -i 'AudioUnit' | wc -l`\r\n"
  16. "copyVST=`nm -g \"$CONFIGURATION_BUILD_DIR/$EXECUTABLE_PATH\" | grep -i 'VSTPlugin' | wc -l`\r\n"
  17. "copyRTAS=`nm -g \"$CONFIGURATION_BUILD_DIR/$EXECUTABLE_PATH\" | grep -i 'CProcess' | wc -l`\r\n"
  18. "copyAAX=`nm -g \"$CONFIGURATION_BUILD_DIR/$EXECUTABLE_PATH\" | grep -i 'ACFStartup' | wc -l`\r\n"
  19. "\r\n"
  20. "if [ $copyAU -gt 0 ]; then\r\n"
  21. " echo \"Copying to AudioUnit folder...\"\r\n"
  22. " AU=~/Library/Audio/Plug-Ins/Components/$PRODUCT_NAME.component\r\n"
  23. " if [ -d \"$AU\" ]; then \r\n"
  24. " rm -r \"$AU\"\r\n"
  25. " fi\r\n"
  26. "\r\n"
  27. " cp -r \"$original\" \"$AU\"\r\n"
  28. " sed -i \"\" -e 's/TDMwPTul/BNDLPTul/g' \"$AU/Contents/PkgInfo\"\r\n"
  29. " sed -i \"\" -e 's/TDMw/BNDL/g' \"$AU/Contents/$INFOPLIST_FILE\"\r\n"
  30. "\r\n"
  31. " # Fix info.plist for AUs built with Xcode 3\r\n"
  32. " if [ -f \"$DEVELOPER_DIR/Library/Developer/CoreAudio/AudioUnits/AUPublic/AUBase/AUPlugInDispatch.cpp\" ]; then\r\n"
  33. " echo\r\n"
  34. " else\r\n"
  35. " echo \"Removing AudioComponents entry from Info.plist because this is not a new-format AU\"\r\n"
  36. " /usr/libexec/PlistBuddy -c \"Delete AudioComponents\" \"$AU/Contents/Info.plist\"\r\n"
  37. " fi\r\n"
  38. "fi\r\n"
  39. "\r\n"
  40. "if [ $copyVST -gt 0 ]; then\r\n"
  41. " echo \"Copying to VST folder...\"\r\n"
  42. " VST=~/Library/Audio/Plug-Ins/VST/$PRODUCT_NAME.vst\r\n"
  43. " if [ -d \"$VST\" ]; then \r\n"
  44. " rm -r \"$VST\"\r\n"
  45. " fi\r\n"
  46. "\r\n"
  47. " cp -r \"$original\" \"$VST\"\r\n"
  48. " sed -i \"\" -e 's/TDMwPTul/BNDLPTul/g' \"$VST/Contents/PkgInfo\"\r\n"
  49. " sed -i \"\" -e 's/TDMw/BNDL/g' \"$VST/Contents/$INFOPLIST_FILE\"\r\n"
  50. "fi\r\n"
  51. "\r\n"
  52. "if [ $copyRTAS -gt 0 ]; then\r\n"
  53. " echo \"Copying to RTAS folder...\"\r\n"
  54. " RTAS=/Library/Application\\ Support/Digidesign/Plug-Ins/$PRODUCT_NAME.dpm\r\n"
  55. " if [ -d \"$RTAS\" ]; then\r\n"
  56. " rm -r \"$RTAS\"\r\n"
  57. " fi\r\n"
  58. "\r\n"
  59. " cp -r \"$original\" \"$RTAS\"\r\n"
  60. "fi\r\n"
  61. "\r\n"
  62. "if [ $copyAAX -gt 0 ]; then\r\n"
  63. " echo \"Copying to AAX folder...\"\r\n"
  64. "\r\n"
  65. " if [ -d \"/Applications/ProTools_3PDev/Plug-Ins\" ]; then\r\n"
  66. " AAX1=\"/Applications/ProTools_3PDev/Plug-Ins/$PRODUCT_NAME.aaxplugin\"\r\n"
  67. "\r\n"
  68. " if [ -d \"$AAX1\" ]; then\r\n"
  69. " rm -r \"$AAX1\"\r\n"
  70. " fi\r\n"
  71. "\r\n"
  72. " cp -r \"$original\" \"$AAX1\"\r\n"
  73. " fi\r\n"
  74. "\r\n"
  75. " if [ -d \"/Library/Application Support/Avid/Audio/Plug-Ins\" ]; then\r\n"
  76. " AAX2=\"/Library/Application Support/Avid/Audio/Plug-Ins/$PRODUCT_NAME.aaxplugin\"\r\n"
  77. "\r\n"
  78. " if [ -d \"$AAX2\" ]; then\r\n"
  79. " rm -r \"$AAX2\"\r\n"
  80. " fi\r\n"
  81. "\r\n"
  82. " cp -r \"$original\" \"$AAX2\"\r\n"
  83. " fi\r\n"
  84. "fi\r\n";
  85. const char* AudioPluginXCodeScript_txt = (const char*) temp_43731c40;
  86. //================== background_tile.png ==================
  87. static const unsigned char temp_e612dbe3[] =
  88. { 137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,7,0,0,0,7,8,6,0,0,0,196,82,87,211,0,0,0,94,73,68,65,84,120,218,85,141,73,14,0,33,8,4,253,137,226,18,19,245,234,255,127,70,75,155,232,56,135,10,132,94,112,33,4,37,222,123,205,57,107,74,105,239,196,137,
  89. 8,72,239,29,99,12,204,57,209,90,227,237,19,45,113,161,209,12,234,172,18,49,70,88,229,134,34,103,173,245,159,60,134,82,10,238,79,166,223,106,238,91,100,229,73,191,80,92,47,179,68,223,148,158,98,226,0,0,0,0,73,69,78,68,174,66,96,130,0,0 };
  90. const char* background_tile_png = (const char*) temp_e612dbe3;
  91. //================== colourscheme_dark.xml ==================
  92. static const unsigned char temp_7bcdfa76[] =
  93. "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n"
  94. "\r\n"
  95. "<COLOUR_SCHEME font=\"&lt;Monospaced&gt;; 13.0\">\r\n"
  96. " <COLOUR name=\"Main Window Bkgd\" colour=\"FF29292A\"/>\r\n"
  97. " <COLOUR name=\"Treeview Highlight\" colour=\"2BFFFEC3\"/>\r\n"
  98. " <COLOUR name=\"Code Background\" colour=\"FF222222\"/>\r\n"
  99. " <COLOUR name=\"Line Number Bkgd\" colour=\"44C1C1C1\"/>\r\n"
  100. " <COLOUR name=\"Line Numbers\" colour=\"E9B2B2B2\"/>\r\n"
  101. " <COLOUR name=\"Plain Text\" colour=\"FFCECECE\"/>\r\n"
  102. " <COLOUR name=\"Selected Text Bkgd\" colour=\"FF2859AC\"/>\r\n"
  103. " <COLOUR name=\"Caret\" colour=\"FFFFFFFF\"/>\r\n"
  104. " <COLOUR name=\"Preprocessor Text\" colour=\"FFF8F631\"/>\r\n"
  105. " <COLOUR name=\"Punctuation\" colour=\"FFCFBEFF\"/>\r\n"
  106. " <COLOUR name=\"Bracket\" colour=\"FF058202\"/>\r\n"
  107. " <COLOUR name=\"String\" colour=\"FFBC45DD\"/>\r\n"
  108. " <COLOUR name=\"Float\" colour=\"ff885500\"/>\r\n"
  109. " <COLOUR name=\"Integer\" colour=\"FF42C8C4\"/>\r\n"
  110. " <COLOUR name=\"Identifier\" colour=\"FFCFCFCF\"/>\r\n"
  111. " <COLOUR name=\"Operator\" colour=\"FFC4EB19\"/>\r\n"
  112. " <COLOUR name=\"Keyword\" colour=\"FFEE6F6F\"/>\r\n"
  113. " <COLOUR name=\"Comment\" colour=\"FF72D20C\"/>\r\n"
  114. " <COLOUR name=\"Error\" colour=\"FFE60000\"/>\r\n"
  115. "</COLOUR_SCHEME>\r\n";
  116. const char* colourscheme_dark_xml = (const char*) temp_7bcdfa76;
  117. //================== colourscheme_light.xml ==================
  118. static const unsigned char temp_97d41148[] =
  119. "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n"
  120. "\r\n"
  121. "<COLOUR_SCHEME font=\"&lt;Monospaced&gt;; 13.0\">\r\n"
  122. " <COLOUR name=\"Main Window Bkgd\" colour=\"FFE6E7E9\"/>\r\n"
  123. " <COLOUR name=\"Treeview Highlight\" colour=\"401111ee\"/>\r\n"
  124. " <COLOUR name=\"Code Background\" colour=\"ffffffff\"/>\r\n"
  125. " <COLOUR name=\"Line Number Bkgd\" colour=\"44999999\"/>\r\n"
  126. " <COLOUR name=\"Line Numbers\" colour=\"44000000\"/>\r\n"
  127. " <COLOUR name=\"Plain Text\" colour=\"ff000000\"/>\r\n"
  128. " <COLOUR name=\"Selected Text Bkgd\" colour=\"401111ee\"/>\r\n"
  129. " <COLOUR name=\"Caret\" colour=\"ff000000\"/>\r\n"
  130. " <COLOUR name=\"Preprocessor Text\" colour=\"ff660000\"/>\r\n"
  131. " <COLOUR name=\"Punctuation\" colour=\"ff004400\"/>\r\n"
  132. " <COLOUR name=\"Bracket\" colour=\"ff000055\"/>\r\n"
  133. " <COLOUR name=\"String\" colour=\"ff990099\"/>\r\n"
  134. " <COLOUR name=\"Float\" colour=\"ff885500\"/>\r\n"
  135. " <COLOUR name=\"Integer\" colour=\"ff880000\"/>\r\n"
  136. " <COLOUR name=\"Identifier\" colour=\"ff000000\"/>\r\n"
  137. " <COLOUR name=\"Operator\" colour=\"ff225500\"/>\r\n"
  138. " <COLOUR name=\"Keyword\" colour=\"ff0000cc\"/>\r\n"
  139. " <COLOUR name=\"Comment\" colour=\"ff00aa00\"/>\r\n"
  140. " <COLOUR name=\"Error\" colour=\"ffcc0000\"/>\r\n"
  141. "</COLOUR_SCHEME>\r\n";
  142. const char* colourscheme_light_xml = (const char*) temp_97d41148;
  143. //================== jucer_AudioPluginEditorTemplate.cpp ==================
  144. static const unsigned char temp_6eda5614[] =
  145. "/*\r\n"
  146. " ==============================================================================\r\n"
  147. "\r\n"
  148. " This file was auto-generated by the Introjucer!\r\n"
  149. "\r\n"
  150. " It contains the basic startup code for a Juce application.\r\n"
  151. "\r\n"
  152. " ==============================================================================\r\n"
  153. "*/\r\n"
  154. "\r\n"
  155. "EDITORCPPHEADERS\r\n"
  156. "\r\n"
  157. "\r\n"
  158. "//==============================================================================\r\n"
  159. "EDITORCLASSNAME::EDITORCLASSNAME (FILTERCLASSNAME* ownerFilter)\r\n"
  160. " : AudioProcessorEditor (ownerFilter)\r\n"
  161. "{\r\n"
  162. " // This is where our plugin's editor size is set.\r\n"
  163. " setSize (400, 300);\r\n"
  164. "}\r\n"
  165. "\r\n"
  166. "EDITORCLASSNAME::~EDITORCLASSNAME()\r\n"
  167. "{\r\n"
  168. "}\r\n"
  169. "\r\n"
  170. "//==============================================================================\r\n"
  171. "void EDITORCLASSNAME::paint (Graphics& g)\r\n"
  172. "{\r\n"
  173. " g.fillAll (Colours::white);\r\n"
  174. " g.setColour (Colours::black);\r\n"
  175. " g.setFont (15.0f);\r\n"
  176. " g.drawFittedText (\"Hello World!\",\r\n"
  177. " 0, 0, getWidth(), getHeight(),\r\n"
  178. " Justification::centred, 1);\r\n"
  179. "}\r\n";
  180. const char* jucer_AudioPluginEditorTemplate_cpp = (const char*) temp_6eda5614;
  181. //================== jucer_AudioPluginEditorTemplate.h ==================
  182. static const unsigned char temp_67353d19[] =
  183. "/*\r\n"
  184. " ==============================================================================\r\n"
  185. "\r\n"
  186. " This file was auto-generated by the Introjucer!\r\n"
  187. "\r\n"
  188. " It contains the basic startup code for a Juce application.\r\n"
  189. "\r\n"
  190. " ==============================================================================\r\n"
  191. "*/\r\n"
  192. "\r\n"
  193. "#ifndef HEADERGUARD\r\n"
  194. "#define HEADERGUARD\r\n"
  195. "\r\n"
  196. "EDITORHEADERS\r\n"
  197. "\r\n"
  198. "\r\n"
  199. "//==============================================================================\r\n"
  200. "/**\r\n"
  201. "*/\r\n"
  202. "class EDITORCLASSNAME : public AudioProcessorEditor\r\n"
  203. "{\r\n"
  204. "public:\r\n"
  205. " EDITORCLASSNAME (FILTERCLASSNAME* ownerFilter);\r\n"
  206. " ~EDITORCLASSNAME();\r\n"
  207. "\r\n"
  208. " //==============================================================================\r\n"
  209. " // This is just a standard Juce paint method...\r\n"
  210. " void paint (Graphics& g);\r\n"
  211. "};\r\n"
  212. "\r\n"
  213. "\r\n"
  214. "#endif // HEADERGUARD\r\n";
  215. const char* jucer_AudioPluginEditorTemplate_h = (const char*) temp_67353d19;
  216. //================== jucer_AudioPluginFilterTemplate.cpp ==================
  217. static const unsigned char temp_98c9479f[] =
  218. "/*\r\n"
  219. " ==============================================================================\r\n"
  220. "\r\n"
  221. " This file was auto-generated!\r\n"
  222. "\r\n"
  223. " It contains the basic startup code for a Juce application.\r\n"
  224. "\r\n"
  225. " ==============================================================================\r\n"
  226. "*/\r\n"
  227. "\r\n"
  228. "FILTERHEADERS\r\n"
  229. "\r\n"
  230. "\r\n"
  231. "//==============================================================================\r\n"
  232. "FILTERCLASSNAME::FILTERCLASSNAME()\r\n"
  233. "{\r\n"
  234. "}\r\n"
  235. "\r\n"
  236. "FILTERCLASSNAME::~FILTERCLASSNAME()\r\n"
  237. "{\r\n"
  238. "}\r\n"
  239. "\r\n"
  240. "//==============================================================================\r\n"
  241. "const String FILTERCLASSNAME::getName() const\r\n"
  242. "{\r\n"
  243. " return JucePlugin_Name;\r\n"
  244. "}\r\n"
  245. "\r\n"
  246. "int FILTERCLASSNAME::getNumParameters()\r\n"
  247. "{\r\n"
  248. " return 0;\r\n"
  249. "}\r\n"
  250. "\r\n"
  251. "float FILTERCLASSNAME::getParameter (int index)\r\n"
  252. "{\r\n"
  253. " return 0.0f;\r\n"
  254. "}\r\n"
  255. "\r\n"
  256. "void FILTERCLASSNAME::setParameter (int index, float newValue)\r\n"
  257. "{\r\n"
  258. "}\r\n"
  259. "\r\n"
  260. "const String FILTERCLASSNAME::getParameterName (int index)\r\n"
  261. "{\r\n"
  262. " return String::empty;\r\n"
  263. "}\r\n"
  264. "\r\n"
  265. "const String FILTERCLASSNAME::getParameterText (int index)\r\n"
  266. "{\r\n"
  267. " return String::empty;\r\n"
  268. "}\r\n"
  269. "\r\n"
  270. "const String FILTERCLASSNAME::getInputChannelName (int channelIndex) const\r\n"
  271. "{\r\n"
  272. " return String (channelIndex + 1);\r\n"
  273. "}\r\n"
  274. "\r\n"
  275. "const String FILTERCLASSNAME::getOutputChannelName (int channelIndex) const\r\n"
  276. "{\r\n"
  277. " return String (channelIndex + 1);\r\n"
  278. "}\r\n"
  279. "\r\n"
  280. "bool FILTERCLASSNAME::isInputChannelStereoPair (int index) const\r\n"
  281. "{\r\n"
  282. " return true;\r\n"
  283. "}\r\n"
  284. "\r\n"
  285. "bool FILTERCLASSNAME::isOutputChannelStereoPair (int index) const\r\n"
  286. "{\r\n"
  287. " return true;\r\n"
  288. "}\r\n"
  289. "\r\n"
  290. "bool FILTERCLASSNAME::acceptsMidi() const\r\n"
  291. "{\r\n"
  292. " #if JucePlugin_WantsMidiInput\r\n"
  293. " return true;\r\n"
  294. " #else\r\n"
  295. " return false;\r\n"
  296. " #endif\r\n"
  297. "}\r\n"
  298. "\r\n"
  299. "bool FILTERCLASSNAME::producesMidi() const\r\n"
  300. "{\r\n"
  301. " #if JucePlugin_ProducesMidiOutput\r\n"
  302. " return true;\r\n"
  303. " #else\r\n"
  304. " return false;\r\n"
  305. " #endif\r\n"
  306. "}\r\n"
  307. "\r\n"
  308. "bool FILTERCLASSNAME::silenceInProducesSilenceOut() const\r\n"
  309. "{\r\n"
  310. " return false;\r\n"
  311. "}\r\n"
  312. "\r\n"
  313. "double FILTERCLASSNAME::getTailLengthSeconds() const\r\n"
  314. "{\r\n"
  315. " return 0.0;\r\n"
  316. "}\r\n"
  317. "\r\n"
  318. "int FILTERCLASSNAME::getNumPrograms()\r\n"
  319. "{\r\n"
  320. " return 0;\r\n"
  321. "}\r\n"
  322. "\r\n"
  323. "int FILTERCLASSNAME::getCurrentProgram()\r\n"
  324. "{\r\n"
  325. " return 0;\r\n"
  326. "}\r\n"
  327. "\r\n"
  328. "void FILTERCLASSNAME::setCurrentProgram (int index)\r\n"
  329. "{\r\n"
  330. "}\r\n"
  331. "\r\n"
  332. "const String FILTERCLASSNAME::getProgramName (int index)\r\n"
  333. "{\r\n"
  334. " return String::empty;\r\n"
  335. "}\r\n"
  336. "\r\n"
  337. "void FILTERCLASSNAME::changeProgramName (int index, const String& newName)\r\n"
  338. "{\r\n"
  339. "}\r\n"
  340. "\r\n"
  341. "//==============================================================================\r\n"
  342. "void FILTERCLASSNAME::prepareToPlay (double sampleRate, int samplesPerBlock)\r\n"
  343. "{\r\n"
  344. " // Use this method as the place to do any pre-playback\r\n"
  345. " // initialisation that you need..\r\n"
  346. "}\r\n"
  347. "\r\n"
  348. "void FILTERCLASSNAME::releaseResources()\r\n"
  349. "{\r\n"
  350. " // When playback stops, you can use this as an opportunity to free up any\r\n"
  351. " // spare memory, etc.\r\n"
  352. "}\r\n"
  353. "\r\n"
  354. "void FILTERCLASSNAME::processBlock (AudioSampleBuffer& buffer, MidiBuffer& midiMessages)\r\n"
  355. "{\r\n"
  356. " // This is the place where you'd normally do the guts of your plugin's\r\n"
  357. " // audio processing...\r\n"
  358. " for (int channel = 0; channel < getNumInputChannels(); ++channel)\r\n"
  359. " {\r\n"
  360. " float* channelData = buffer.getSampleData (channel);\r\n"
  361. "\r\n"
  362. " // ..do something to the data...\r\n"
  363. " }\r\n"
  364. "\r\n"
  365. " // In case we have more outputs than inputs, we'll clear any output\r\n"
  366. " // channels that didn't contain input data, (because these aren't\r\n"
  367. " // guaranteed to be empty - they may contain garbage).\r\n"
  368. " for (int i = getNumInputChannels(); i < getNumOutputChannels(); ++i)\r\n"
  369. " {\r\n"
  370. " buffer.clear (i, 0, buffer.getNumSamples());\r\n"
  371. " }\r\n"
  372. "}\r\n"
  373. "\r\n"
  374. "//==============================================================================\r\n"
  375. "bool FILTERCLASSNAME::hasEditor() const\r\n"
  376. "{\r\n"
  377. " return true; // (change this to false if you choose to not supply an editor)\r\n"
  378. "}\r\n"
  379. "\r\n"
  380. "AudioProcessorEditor* FILTERCLASSNAME::createEditor()\r\n"
  381. "{\r\n"
  382. " return new EDITORCLASSNAME (this);\r\n"
  383. "}\r\n"
  384. "\r\n"
  385. "//==============================================================================\r\n"
  386. "void FILTERCLASSNAME::getStateInformation (MemoryBlock& destData)\r\n"
  387. "{\r\n"
  388. " // You should use this method to store your parameters in the memory block.\r\n"
  389. " // You could do that either as raw data, or use the XML or ValueTree classes\r\n"
  390. " // as intermediaries to make it easy to save and load complex data.\r\n"
  391. "}\r\n"
  392. "\r\n"
  393. "void FILTERCLASSNAME::setStateInformation (const void* data, int sizeInBytes)\r\n"
  394. "{\r\n"
  395. " // You should use this method to restore your parameters from this memory block,\r\n"
  396. " // whose contents will have been created by the getStateInformation() call.\r\n"
  397. "}\r\n"
  398. "\r\n"
  399. "//==============================================================================\r\n"
  400. "// This creates new instances of the plugin..\r\n"
  401. "AudioProcessor* JUCE_CALLTYPE createPluginFilter()\r\n"
  402. "{\r\n"
  403. " return new FILTERCLASSNAME();\r\n"
  404. "}\r\n";
  405. const char* jucer_AudioPluginFilterTemplate_cpp = (const char*) temp_98c9479f;
  406. //================== jucer_AudioPluginFilterTemplate.h ==================
  407. static const unsigned char temp_62b91564[] =
  408. "/*\r\n"
  409. " ==============================================================================\r\n"
  410. "\r\n"
  411. " This file was auto-generated!\r\n"
  412. "\r\n"
  413. " It contains the basic startup code for a Juce application.\r\n"
  414. "\r\n"
  415. " ==============================================================================\r\n"
  416. "*/\r\n"
  417. "\r\n"
  418. "#ifndef HEADERGUARD\r\n"
  419. "#define HEADERGUARD\r\n"
  420. "\r\n"
  421. "APPHEADERS\r\n"
  422. "\r\n"
  423. "\r\n"
  424. "//==============================================================================\r\n"
  425. "/**\r\n"
  426. "*/\r\n"
  427. "class FILTERCLASSNAME : public AudioProcessor\r\n"
  428. "{\r\n"
  429. "public:\r\n"
  430. " //==============================================================================\r\n"
  431. " FILTERCLASSNAME();\r\n"
  432. " ~FILTERCLASSNAME();\r\n"
  433. "\r\n"
  434. " //==============================================================================\r\n"
  435. " void prepareToPlay (double sampleRate, int samplesPerBlock);\r\n"
  436. " void releaseResources();\r\n"
  437. "\r\n"
  438. " void processBlock (AudioSampleBuffer& buffer, MidiBuffer& midiMessages);\r\n"
  439. "\r\n"
  440. " //==============================================================================\r\n"
  441. " AudioProcessorEditor* createEditor();\r\n"
  442. " bool hasEditor() const;\r\n"
  443. "\r\n"
  444. " //==============================================================================\r\n"
  445. " const String getName() const;\r\n"
  446. "\r\n"
  447. " int getNumParameters();\r\n"
  448. "\r\n"
  449. " float getParameter (int index);\r\n"
  450. " void setParameter (int index, float newValue);\r\n"
  451. "\r\n"
  452. " const String getParameterName (int index);\r\n"
  453. " const String getParameterText (int index);\r\n"
  454. "\r\n"
  455. " const String getInputChannelName (int channelIndex) const;\r\n"
  456. " const String getOutputChannelName (int channelIndex) const;\r\n"
  457. " bool isInputChannelStereoPair (int index) const;\r\n"
  458. " bool isOutputChannelStereoPair (int index) const;\r\n"
  459. "\r\n"
  460. " bool acceptsMidi() const;\r\n"
  461. " bool producesMidi() const;\r\n"
  462. " bool silenceInProducesSilenceOut() const;\r\n"
  463. " double getTailLengthSeconds() const;\r\n"
  464. "\r\n"
  465. " //==============================================================================\r\n"
  466. " int getNumPrograms();\r\n"
  467. " int getCurrentProgram();\r\n"
  468. " void setCurrentProgram (int index);\r\n"
  469. " const String getProgramName (int index);\r\n"
  470. " void changeProgramName (int index, const String& newName);\r\n"
  471. "\r\n"
  472. " //==============================================================================\r\n"
  473. " void getStateInformation (MemoryBlock& destData);\r\n"
  474. " void setStateInformation (const void* data, int sizeInBytes);\r\n"
  475. "\r\n"
  476. "private:\r\n"
  477. " //==============================================================================\r\n"
  478. " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (FILTERCLASSNAME)\r\n"
  479. "};\r\n"
  480. "\r\n"
  481. "#endif // HEADERGUARD\r\n";
  482. const char* jucer_AudioPluginFilterTemplate_h = (const char*) temp_62b91564;
  483. //================== jucer_ComponentTemplate.cpp ==================
  484. static const unsigned char temp_8626361b[] =
  485. "/*\r\n"
  486. " ==============================================================================\r\n"
  487. "\r\n"
  488. " This is an automatically generated GUI class created by the Introjucer!\r\n"
  489. "\r\n"
  490. " Be careful when adding custom code to these files, as only the code within\r\n"
  491. " the \"//[xyz]\" and \"//[/xyz]\" sections will be retained when the file is loaded\r\n"
  492. " and re-saved.\r\n"
  493. "\r\n"
  494. " Created with Introjucer version: %%version%%\r\n"
  495. "\r\n"
  496. " ------------------------------------------------------------------------------\r\n"
  497. "\r\n"
  498. " The Introjucer is part of the JUCE library - \"Jules' Utility Class Extensions\"\r\n"
  499. " Copyright 2004-13 by Raw Material Software Ltd.\r\n"
  500. "\r\n"
  501. " ==============================================================================\r\n"
  502. "*/\r\n"
  503. "\r\n"
  504. "//[Headers] You can add your own extra header files here...\r\n"
  505. "//[/Headers]\r\n"
  506. "\r\n"
  507. "%%includeFilesCPP%%\r\n"
  508. "\r\n"
  509. "//[MiscUserDefs] You can add your own user definitions and misc code here...\r\n"
  510. "//[/MiscUserDefs]\r\n"
  511. "\r\n"
  512. "//==============================================================================\r\n"
  513. "%%className%%::%%className%% (%%constructorParams%%)\r\n"
  514. "%%initialisers%%{\r\n"
  515. " %%constructor%%\r\n"
  516. "\r\n"
  517. " //[Constructor] You can add your own custom stuff here..\r\n"
  518. " //[/Constructor]\r\n"
  519. "}\r\n"
  520. "\r\n"
  521. "%%className%%::~%%className%%()\r\n"
  522. "{\r\n"
  523. " //[Destructor_pre]. You can add your own custom destruction code here..\r\n"
  524. " //[/Destructor_pre]\r\n"
  525. "\r\n"
  526. " %%destructor%%\r\n"
  527. "\r\n"
  528. " //[Destructor]. You can add your own custom destruction code here..\r\n"
  529. " //[/Destructor]\r\n"
  530. "}\r\n"
  531. "\r\n"
  532. "//==============================================================================\r\n"
  533. "%%methodDefinitions%%\r\n"
  534. "\r\n"
  535. "//[MiscUserCode] You can add your own definitions of your custom methods or any other code here...\r\n"
  536. "//[/MiscUserCode]\r\n"
  537. "\r\n"
  538. "\r\n"
  539. "//==============================================================================\r\n"
  540. "#if 0\r\n"
  541. "/* -- Introjucer information section --\r\n"
  542. "\r\n"
  543. " This is where the Introjucer stores the metadata that describe this GUI layout, so \r\n"
  544. " make changes in here at your peril!\r\n"
  545. "\r\n"
  546. "BEGIN_JUCER_METADATA\r\n"
  547. "\r\n"
  548. "%%metadata%%\r\n"
  549. "END_JUCER_METADATA\r\n"
  550. "*/\r\n"
  551. "#endif\r\n"
  552. "\r\n"
  553. "%%staticMemberDefinitions%%\r\n"
  554. "//[EndFile] You can add extra defines here...\r\n"
  555. "//[/EndFile]";
  556. const char* jucer_ComponentTemplate_cpp = (const char*) temp_8626361b;
  557. //================== jucer_ComponentTemplate.h ==================
  558. static const unsigned char temp_363772e0[] =
  559. "/*\r\n"
  560. " ==============================================================================\r\n"
  561. "\r\n"
  562. " This is an automatically generated GUI class created by the Introjucer!\r\n"
  563. "\r\n"
  564. " Be careful when adding custom code to these files, as only the code within\r\n"
  565. " the \"//[xyz]\" and \"//[/xyz]\" sections will be retained when the file is loaded\r\n"
  566. " and re-saved.\r\n"
  567. "\r\n"
  568. " Created with Introjucer version: %%version%%\r\n"
  569. "\r\n"
  570. " ------------------------------------------------------------------------------\r\n"
  571. "\r\n"
  572. " The Introjucer is part of the JUCE library - \"Jules' Utility Class Extensions\"\r\n"
  573. " Copyright 2004-13 by Raw Material Software Ltd.\r\n"
  574. "\r\n"
  575. " ==============================================================================\r\n"
  576. "*/\r\n"
  577. "\r\n"
  578. "#ifndef %%headerGuard%%\r\n"
  579. "#define %%headerGuard%%\r\n"
  580. "\r\n"
  581. "//[Headers] -- You can add your own extra header files here --\r\n"
  582. "#include \"JuceHeader.h\"\r\n"
  583. "//[/Headers]\r\n"
  584. "\r\n"
  585. "%%includeFilesH%%\r\n"
  586. "\r\n"
  587. "//==============================================================================\r\n"
  588. "/**\r\n"
  589. " //[Comments]\r\n"
  590. " An auto-generated component, created by the Introjucer.\r\n"
  591. "\r\n"
  592. " Describe your class and how it works here!\r\n"
  593. " //[/Comments]\r\n"
  594. "*/\r\n"
  595. "%%classDeclaration%%\r\n"
  596. "{\r\n"
  597. "public:\r\n"
  598. " //==============================================================================\r\n"
  599. " %%className%% (%%constructorParams%%);\r\n"
  600. " ~%%className%%();\r\n"
  601. "\r\n"
  602. " //==============================================================================\r\n"
  603. " //[UserMethods] -- You can add your own custom methods in this section.\r\n"
  604. " //[/UserMethods]\r\n"
  605. "\r\n"
  606. " %%publicMemberDeclarations%%\r\n"
  607. "\r\n"
  608. "private:\r\n"
  609. " //[UserVariables] -- You can add your own custom variables in this section.\r\n"
  610. " //[/UserVariables]\r\n"
  611. "\r\n"
  612. " //==============================================================================\r\n"
  613. " %%privateMemberDeclarations%%\r\n"
  614. "\r\n"
  615. " //==============================================================================\r\n"
  616. " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%className%%)\r\n"
  617. "};\r\n"
  618. "\r\n"
  619. "//[EndFile] You can add extra defines here...\r\n"
  620. "//[/EndFile]\r\n"
  621. "\r\n"
  622. "#endif // %%headerGuard%%";
  623. const char* jucer_ComponentTemplate_h = (const char*) temp_363772e0;
  624. //================== jucer_ContentCompTemplate.cpp ==================
  625. static const unsigned char temp_7e4c4c06[] =
  626. "/*\r\n"
  627. " ==============================================================================\r\n"
  628. "\r\n"
  629. " This file was auto-generated!\r\n"
  630. "\r\n"
  631. " ==============================================================================\r\n"
  632. "*/\r\n"
  633. "\r\n"
  634. "INCLUDE_CORRESPONDING_HEADER\r\n"
  635. "\r\n"
  636. "\r\n"
  637. "//==============================================================================\r\n"
  638. "CONTENTCOMPCLASS::CONTENTCOMPCLASS()\r\n"
  639. "{\r\n"
  640. " setSize (500, 400);\r\n"
  641. "}\r\n"
  642. "\r\n"
  643. "CONTENTCOMPCLASS::~CONTENTCOMPCLASS()\r\n"
  644. "{\r\n"
  645. "}\r\n"
  646. "\r\n"
  647. "void CONTENTCOMPCLASS::paint (Graphics& g)\r\n"
  648. "{\r\n"
  649. " g.fillAll (Colour (0xffeeddff));\r\n"
  650. "\r\n"
  651. " g.setFont (Font (16.0f));\r\n"
  652. " g.setColour (Colours::black);\r\n"
  653. " g.drawText (\"Hello World!\", getLocalBounds(), Justification::centred, true);\r\n"
  654. "}\r\n"
  655. "\r\n"
  656. "void CONTENTCOMPCLASS::resized()\r\n"
  657. "{\r\n"
  658. " // This is called when the CONTENTCOMPCLASS is resized.\r\n"
  659. " // If you add any child components, this is where you should\r\n"
  660. " // update their positions.\r\n"
  661. "}\r\n";
  662. const char* jucer_ContentCompTemplate_cpp = (const char*) temp_7e4c4c06;
  663. //================== jucer_ContentCompTemplate.h ==================
  664. static const unsigned char temp_4a30078b[] =
  665. "/*\r\n"
  666. " ==============================================================================\r\n"
  667. "\r\n"
  668. " This file was auto-generated!\r\n"
  669. "\r\n"
  670. " ==============================================================================\r\n"
  671. "*/\r\n"
  672. "\r\n"
  673. "#ifndef HEADERGUARD\r\n"
  674. "#define HEADERGUARD\r\n"
  675. "\r\n"
  676. "INCLUDE_JUCE\r\n"
  677. "\r\n"
  678. "\r\n"
  679. "//==============================================================================\r\n"
  680. "/*\r\n"
  681. " This component lives inside our window, and this is where you should put all\r\n"
  682. " your controls and content.\r\n"
  683. "*/\r\n"
  684. "class CONTENTCOMPCLASS : public Component\r\n"
  685. "{\r\n"
  686. "public:\r\n"
  687. " //==============================================================================\r\n"
  688. " CONTENTCOMPCLASS();\r\n"
  689. " ~CONTENTCOMPCLASS();\r\n"
  690. "\r\n"
  691. " void paint (Graphics&);\r\n"
  692. " void resized();\r\n"
  693. "\r\n"
  694. "private:\r\n"
  695. " //==============================================================================\r\n"
  696. " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (CONTENTCOMPCLASS)\r\n"
  697. "};\r\n"
  698. "\r\n"
  699. "\r\n"
  700. "#endif // HEADERGUARD\r\n";
  701. const char* jucer_ContentCompTemplate_h = (const char*) temp_4a30078b;
  702. //================== jucer_InlineComponentTemplate.h ==================
  703. static const unsigned char temp_cd7c7047[] =
  704. "//==============================================================================\r\n"
  705. "class COMPONENTCLASS : public Component\r\n"
  706. "{\r\n"
  707. "public:\r\n"
  708. " COMPONENTCLASS()\r\n"
  709. " {\r\n"
  710. " // In your constructor, you should add any child components, and\r\n"
  711. " // initialise any special settings that your component needs.\r\n"
  712. "\r\n"
  713. " }\r\n"
  714. "\r\n"
  715. " ~COMPONENTCLASS()\r\n"
  716. " {\r\n"
  717. " }\r\n"
  718. "\r\n"
  719. " void paint (Graphics& g)\r\n"
  720. " {\r\n"
  721. " // You should replace everything in this method with your own drawing code..\r\n"
  722. "\r\n"
  723. " g.fillAll (Colours::white); // clear the background\r\n"
  724. "\r\n"
  725. " g.setColour (Colours::grey);\r\n"
  726. " g.drawRect (getLocalBounds(), 1); // draw an outline around the component\r\n"
  727. "\r\n"
  728. " g.setColour (Colours::lightblue);\r\n"
  729. " g.setFont (14.0f);\r\n"
  730. " g.drawText (\"COMPONENTCLASS\", getLocalBounds(),\r\n"
  731. " Justification::centred, true); // draw some placeholder text\r\n"
  732. " }\r\n"
  733. "\r\n"
  734. " void resized()\r\n"
  735. " {\r\n"
  736. " // This method is where you should set the bounds of any child\r\n"
  737. " // components that your component contains..\r\n"
  738. "\r\n"
  739. " }\r\n"
  740. "\r\n"
  741. "private:\r\n"
  742. " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (COMPONENTCLASS)\r\n"
  743. "};\r\n";
  744. const char* jucer_InlineComponentTemplate_h = (const char*) temp_cd7c7047;
  745. //================== jucer_MainConsoleAppTemplate.cpp ==================
  746. static const unsigned char temp_794304c3[] =
  747. "/*\r\n"
  748. " ==============================================================================\r\n"
  749. "\r\n"
  750. " This file was auto-generated!\r\n"
  751. "\r\n"
  752. " It contains the basic startup code for a Juce application.\r\n"
  753. "\r\n"
  754. " ==============================================================================\r\n"
  755. "*/\r\n"
  756. "\r\n"
  757. "APPHEADERS\r\n"
  758. "\r\n"
  759. "\r\n"
  760. "//==============================================================================\r\n"
  761. "int main (int argc, char* argv[])\r\n"
  762. "{\r\n"
  763. "\r\n"
  764. " // ..your code goes here!\r\n"
  765. "\r\n"
  766. "\r\n"
  767. " return 0;\r\n"
  768. "}\r\n";
  769. const char* jucer_MainConsoleAppTemplate_cpp = (const char*) temp_794304c3;
  770. //================== jucer_MainTemplate_NoWindow.cpp ==================
  771. static const unsigned char temp_2f039a1[] =
  772. "/*\r\n"
  773. " ==============================================================================\r\n"
  774. "\r\n"
  775. " This file was auto-generated by the Introjucer!\r\n"
  776. "\r\n"
  777. " It contains the basic startup code for a Juce application.\r\n"
  778. "\r\n"
  779. " ==============================================================================\r\n"
  780. "*/\r\n"
  781. "\r\n"
  782. "APPHEADERS\r\n"
  783. "\r\n"
  784. "\r\n"
  785. "//==============================================================================\r\n"
  786. "class APPCLASSNAME : public JUCEApplication\r\n"
  787. "{\r\n"
  788. "public:\r\n"
  789. " //==============================================================================\r\n"
  790. " APPCLASSNAME() {}\r\n"
  791. "\r\n"
  792. " const String getApplicationName() { return ProjectInfo::projectName; }\r\n"
  793. " const String getApplicationVersion() { return ProjectInfo::versionString; }\r\n"
  794. " bool moreThanOneInstanceAllowed() { return ALLOWMORETHANONEINSTANCE; }\r\n"
  795. "\r\n"
  796. " //==============================================================================\r\n"
  797. " void initialise (const String& commandLine)\r\n"
  798. " {\r\n"
  799. " // Add your application's initialisation code here..\r\n"
  800. " }\r\n"
  801. "\r\n"
  802. " void shutdown()\r\n"
  803. " {\r\n"
  804. " // Add your application's shutdown code here..\r\n"
  805. " }\r\n"
  806. "\r\n"
  807. " //==============================================================================\r\n"
  808. " void systemRequestedQuit()\r\n"
  809. " {\r\n"
  810. " // This is called when the app is being asked to quit: you can ignore this\r\n"
  811. " // request and let the app carry on running, or call quit() to allow the app to close.\r\n"
  812. " quit();\r\n"
  813. " }\r\n"
  814. "\r\n"
  815. " void anotherInstanceStarted (const String& commandLine)\r\n"
  816. " {\r\n"
  817. " // When another instance of the app is launched while this one is running,\r\n"
  818. " // this method is invoked, and the commandLine parameter tells you what\r\n"
  819. " // the other instance's command-line arguments were.\r\n"
  820. " }\r\n"
  821. "};\r\n"
  822. "\r\n"
  823. "//==============================================================================\r\n"
  824. "// This macro generates the main() routine that launches the app.\r\n"
  825. "START_JUCE_APPLICATION (APPCLASSNAME)\r\n";
  826. const char* jucer_MainTemplate_NoWindow_cpp = (const char*) temp_2f039a1;
  827. //================== jucer_MainTemplate_Window.cpp ==================
  828. static const unsigned char temp_b2f1a7c0[] =
  829. "/*\r\n"
  830. " ==============================================================================\r\n"
  831. "\r\n"
  832. " This file was auto-generated by the Introjucer!\r\n"
  833. "\r\n"
  834. " It contains the basic startup code for a Juce application.\r\n"
  835. "\r\n"
  836. " ==============================================================================\r\n"
  837. "*/\r\n"
  838. "\r\n"
  839. "APPHEADERS\r\n"
  840. "\r\n"
  841. "\r\n"
  842. "//==============================================================================\r\n"
  843. "class APPCLASSNAME : public JUCEApplication\r\n"
  844. "{\r\n"
  845. "public:\r\n"
  846. " //==============================================================================\r\n"
  847. " APPCLASSNAME() {}\r\n"
  848. "\r\n"
  849. " const String getApplicationName() { return ProjectInfo::projectName; }\r\n"
  850. " const String getApplicationVersion() { return ProjectInfo::versionString; }\r\n"
  851. " bool moreThanOneInstanceAllowed() { return ALLOWMORETHANONEINSTANCE; }\r\n"
  852. "\r\n"
  853. " //==============================================================================\r\n"
  854. " void initialise (const String& commandLine)\r\n"
  855. " {\r\n"
  856. " // This method is where you should put your application's initialisation code..\r\n"
  857. "\r\n"
  858. " mainWindow = new MainWindow();\r\n"
  859. " }\r\n"
  860. "\r\n"
  861. " void shutdown()\r\n"
  862. " {\r\n"
  863. " // Add your application's shutdown code here..\r\n"
  864. "\r\n"
  865. " mainWindow = nullptr; // (deletes our window)\r\n"
  866. " }\r\n"
  867. "\r\n"
  868. " //==============================================================================\r\n"
  869. " void systemRequestedQuit()\r\n"
  870. " {\r\n"
  871. " // This is called when the app is being asked to quit: you can ignore this\r\n"
  872. " // request and let the app carry on running, or call quit() to allow the app to close.\r\n"
  873. " quit();\r\n"
  874. " }\r\n"
  875. "\r\n"
  876. " void anotherInstanceStarted (const String& commandLine)\r\n"
  877. " {\r\n"
  878. " // When another instance of the app is launched while this one is running,\r\n"
  879. " // this method is invoked, and the commandLine parameter tells you what\r\n"
  880. " // the other instance's command-line arguments were.\r\n"
  881. " }\r\n"
  882. "\r\n"
  883. " //==============================================================================\r\n"
  884. " /*\r\n"
  885. " This class implements the desktop window that contains an instance of\r\n"
  886. " our CONTENTCOMPCLASS class.\r\n"
  887. " */\r\n"
  888. " class MainWindow : public DocumentWindow\r\n"
  889. " {\r\n"
  890. " public:\r\n"
  891. " MainWindow() : DocumentWindow (\"MainWindow\",\r\n"
  892. " Colours::lightgrey,\r\n"
  893. " DocumentWindow::allButtons)\r\n"
  894. " {\r\n"
  895. " setContentOwned (new CONTENTCOMPCLASS(), true);\r\n"
  896. "\r\n"
  897. " centreWithSize (getWidth(), getHeight());\r\n"
  898. " setVisible (true);\r\n"
  899. " }\r\n"
  900. "\r\n"
  901. " void closeButtonPressed()\r\n"
  902. " {\r\n"
  903. " // This is called when the user tries to close this window. Here, we'll just\r\n"
  904. " // ask the app to quit when this happens, but you can change this to do\r\n"
  905. " // whatever you need.\r\n"
  906. " JUCEApplication::getInstance()->systemRequestedQuit();\r\n"
  907. " }\r\n"
  908. "\r\n"
  909. " /* Note: Be careful if you override any DocumentWindow methods - the base\r\n"
  910. " class uses a lot of them, so by overriding you might break its functionality.\r\n"
  911. " It's best to do all your work in your content component instead, but if\r\n"
  912. " you really have to override any DocumentWindow methods, make sure your\r\n"
  913. " subclass also calls the superclass's method.\r\n"
  914. " */\r\n"
  915. "\r\n"
  916. " private:\r\n"
  917. " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MainWindow)\r\n"
  918. " };\r\n"
  919. "\r\n"
  920. "private:\r\n"
  921. " ScopedPointer<MainWindow> mainWindow;\r\n"
  922. "};\r\n"
  923. "\r\n"
  924. "//==============================================================================\r\n"
  925. "// This macro generates the main() routine that launches the app.\r\n"
  926. "START_JUCE_APPLICATION (APPCLASSNAME)\r\n";
  927. const char* jucer_MainTemplate_Window_cpp = (const char*) temp_b2f1a7c0;
  928. //================== jucer_NewComponentTemplate.cpp ==================
  929. static const unsigned char temp_e0f76d5d[] =
  930. "/*\r\n"
  931. " ==============================================================================\r\n"
  932. "\r\n"
  933. " FILENAME\r\n"
  934. " Created: DATE\r\n"
  935. " Author: AUTHOR\r\n"
  936. "\r\n"
  937. " ==============================================================================\r\n"
  938. "*/\r\n"
  939. "\r\n"
  940. "INCLUDE_JUCE\r\n"
  941. "INCLUDE_CORRESPONDING_HEADER\r\n"
  942. "\r\n"
  943. "//==============================================================================\r\n"
  944. "COMPONENTCLASS::COMPONENTCLASS()\r\n"
  945. "{\r\n"
  946. " // In your constructor, you should add any child components, and\r\n"
  947. " // initialise any special settings that your component needs.\r\n"
  948. "\r\n"
  949. "}\r\n"
  950. "\r\n"
  951. "COMPONENTCLASS::~COMPONENTCLASS()\r\n"
  952. "{\r\n"
  953. "}\r\n"
  954. "\r\n"
  955. "void COMPONENTCLASS::paint (Graphics& g)\r\n"
  956. "{\r\n"
  957. " /* This demo code just fills the component's background and\r\n"
  958. " draws some placeholder text to get you started.\r\n"
  959. "\r\n"
  960. " You should replace everything in this method with your own\r\n"
  961. " drawing code..\r\n"
  962. " */\r\n"
  963. "\r\n"
  964. " g.fillAll (Colours::white); // clear the background\r\n"
  965. "\r\n"
  966. " g.setColour (Colours::grey);\r\n"
  967. " g.drawRect (getLocalBounds(), 1); // draw an outline around the component\r\n"
  968. "\r\n"
  969. " g.setColour (Colours::lightblue);\r\n"
  970. " g.setFont (14.0f);\r\n"
  971. " g.drawText (\"COMPONENTCLASS\", getLocalBounds(),\r\n"
  972. " Justification::centred, true); // draw some placeholder text\r\n"
  973. "}\r\n"
  974. "\r\n"
  975. "void COMPONENTCLASS::resized()\r\n"
  976. "{\r\n"
  977. " // This method is where you should set the bounds of any child\r\n"
  978. " // components that your component contains..\r\n"
  979. "\r\n"
  980. "}\r\n";
  981. const char* jucer_NewComponentTemplate_cpp = (const char*) temp_e0f76d5d;
  982. //================== jucer_NewComponentTemplate.h ==================
  983. static const unsigned char temp_5f1192a2[] =
  984. "/*\r\n"
  985. " ==============================================================================\r\n"
  986. "\r\n"
  987. " FILENAME\r\n"
  988. " Created: DATE\r\n"
  989. " Author: AUTHOR\r\n"
  990. "\r\n"
  991. " ==============================================================================\r\n"
  992. "*/\r\n"
  993. "\r\n"
  994. "#ifndef HEADERGUARD\r\n"
  995. "#define HEADERGUARD\r\n"
  996. "\r\n"
  997. "INCLUDE_JUCE\r\n"
  998. "\r\n"
  999. "//==============================================================================\r\n"
  1000. "/*\r\n"
  1001. "*/\r\n"
  1002. "class COMPONENTCLASS : public Component\r\n"
  1003. "{\r\n"
  1004. "public:\r\n"
  1005. " COMPONENTCLASS();\r\n"
  1006. " ~COMPONENTCLASS();\r\n"
  1007. "\r\n"
  1008. " void paint (Graphics&);\r\n"
  1009. " void resized();\r\n"
  1010. "\r\n"
  1011. "private:\r\n"
  1012. " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (COMPONENTCLASS)\r\n"
  1013. "};\r\n"
  1014. "\r\n"
  1015. "\r\n"
  1016. "#endif // HEADERGUARD\r\n";
  1017. const char* jucer_NewComponentTemplate_h = (const char*) temp_5f1192a2;
  1018. //================== jucer_NewCppFileTemplate.cpp ==================
  1019. static const unsigned char temp_79decf5f[] =
  1020. "/*\r\n"
  1021. " ==============================================================================\r\n"
  1022. "\r\n"
  1023. " FILENAME\r\n"
  1024. " Created: DATE\r\n"
  1025. " Author: AUTHOR\r\n"
  1026. "\r\n"
  1027. " ==============================================================================\r\n"
  1028. "*/\r\n"
  1029. "\r\n"
  1030. "INCLUDE_CORRESPONDING_HEADER\r\n";
  1031. const char* jucer_NewCppFileTemplate_cpp = (const char*) temp_79decf5f;
  1032. //================== jucer_NewCppFileTemplate.h ==================
  1033. static const unsigned char temp_70d8d24[] =
  1034. "/*\r\n"
  1035. " ==============================================================================\r\n"
  1036. "\r\n"
  1037. " FILENAME\r\n"
  1038. " Created: DATE\r\n"
  1039. " Author: AUTHOR\r\n"
  1040. "\r\n"
  1041. " ==============================================================================\r\n"
  1042. "*/\r\n"
  1043. "\r\n"
  1044. "#ifndef HEADERGUARD\r\n"
  1045. "#define HEADERGUARD\r\n"
  1046. "\r\n"
  1047. "\r\n"
  1048. "\r\n"
  1049. "\r\n"
  1050. "\r\n"
  1051. "#endif // HEADERGUARD\r\n";
  1052. const char* jucer_NewCppFileTemplate_h = (const char*) temp_70d8d24;
  1053. //================== jucer_NewInlineComponentTemplate.h ==================
  1054. static const unsigned char temp_627c3689[] =
  1055. "/*\r\n"
  1056. " ==============================================================================\r\n"
  1057. "\r\n"
  1058. " FILENAME\r\n"
  1059. " Created: DATE\r\n"
  1060. " Author: AUTHOR\r\n"
  1061. "\r\n"
  1062. " ==============================================================================\r\n"
  1063. "*/\r\n"
  1064. "\r\n"
  1065. "#ifndef HEADERGUARD\r\n"
  1066. "#define HEADERGUARD\r\n"
  1067. "\r\n"
  1068. "INCLUDE_JUCE\r\n"
  1069. "\r\n"
  1070. "//==============================================================================\r\n"
  1071. "/*\r\n"
  1072. "*/\r\n"
  1073. "class COMPONENTCLASS : public Component\r\n"
  1074. "{\r\n"
  1075. "public:\r\n"
  1076. " COMPONENTCLASS()\r\n"
  1077. " {\r\n"
  1078. " // In your constructor, you should add any child components, and\r\n"
  1079. " // initialise any special settings that your component needs.\r\n"
  1080. "\r\n"
  1081. " }\r\n"
  1082. "\r\n"
  1083. " ~COMPONENTCLASS()\r\n"
  1084. " {\r\n"
  1085. " }\r\n"
  1086. "\r\n"
  1087. " void paint (Graphics& g)\r\n"
  1088. " {\r\n"
  1089. " /* This demo code just fills the component's background and\r\n"
  1090. " draws some placeholder text to get you started.\r\n"
  1091. "\r\n"
  1092. " You should replace everything in this method with your own\r\n"
  1093. " drawing code..\r\n"
  1094. " */\r\n"
  1095. "\r\n"
  1096. " g.fillAll (Colours::white); // clear the background\r\n"
  1097. "\r\n"
  1098. " g.setColour (Colours::grey);\r\n"
  1099. " g.drawRect (getLocalBounds(), 1); // draw an outline around the component\r\n"
  1100. "\r\n"
  1101. " g.setColour (Colours::lightblue);\r\n"
  1102. " g.setFont (14.0f);\r\n"
  1103. " g.drawText (\"COMPONENTCLASS\", getLocalBounds(),\r\n"
  1104. " Justification::centred, true); // draw some placeholder text\r\n"
  1105. " }\r\n"
  1106. "\r\n"
  1107. " void resized()\r\n"
  1108. " {\r\n"
  1109. " // This method is where you should set the bounds of any child\r\n"
  1110. " // components that your component contains..\r\n"
  1111. "\r\n"
  1112. " }\r\n"
  1113. "\r\n"
  1114. "private:\r\n"
  1115. " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (COMPONENTCLASS)\r\n"
  1116. "};\r\n"
  1117. "\r\n"
  1118. "\r\n"
  1119. "#endif // HEADERGUARD\r\n";
  1120. const char* jucer_NewInlineComponentTemplate_h = (const char*) temp_627c3689;
  1121. //================== RecentFilesMenuTemplate.nib ==================
  1122. static const unsigned char temp_7e972a77[] =
  1123. { 98,112,108,105,115,116,48,48,212,0,1,0,2,0,3,0,4,0,5,0,6,1,53,1,54,88,36,118,101,114,115,105,111,110,88,36,111,98,106,101,99,116,115,89,36,97,114,99,104,105,118,101,114,84,36,116,111,112,18,0,1,134,160,175,16,74,0,7,0,8,0,31,0,35,0,36,0,42,0,46,0,50,
  1124. 0,53,0,57,0,74,0,77,0,78,0,86,0,87,0,97,0,112,0,113,0,114,0,119,0,120,0,121,0,124,0,128,0,129,0,132,0,143,0,144,0,145,0,149,0,153,0,162,0,163,0,164,0,169,0,173,0,180,0,181,0,182,0,185,0,192,0,193,0,200,0,201,0,208,0,209,0,216,0,217,0,224,0,225,0,226,
  1125. 0,229,0,230,0,232,0,249,1,11,1,29,1,30,1,31,1,32,1,33,1,34,1,35,1,36,1,37,1,38,1,39,1,40,1,41,1,42,1,43,1,44,1,47,1,50,85,36,110,117,108,108,219,0,9,0,10,0,11,0,12,0,13,0,14,0,15,0,16,0,17,0,18,0,19,0,20,0,21,0,22,0,23,0,24,0,25,0,26,0,27,0,28,0,29,0,
  1126. 29,95,16,16,78,83,86,105,115,105,98,108,101,87,105,110,100,111,119,115,93,78,83,79,98,106,101,99,116,115,75,101,121,115,86,78,83,82,111,111,116,92,78,83,79,105,100,115,86,97,108,117,101,115,86,36,99,108,97,115,115,90,78,83,79,105,100,115,75,101,121,115,
  1127. 93,78,83,67,111,110,110,101,99,116,105,111,110,115,95,16,15,78,83,79,98,106,101,99,116,115,86,97,108,117,101,115,95,16,25,78,83,65,99,99,101,115,115,105,98,105,108,105,116,121,67,111,110,110,101,99,116,111,114,115,95,16,23,78,83,65,99,99,101,115,115,
  1128. 105,98,105,108,105,116,121,79,105,100,115,75,101,121,115,95,16,25,78,83,65,99,99,101,115,115,105,98,105,108,105,116,121,79,105,100,115,86,97,108,117,101,115,128,5,128,9,128,2,128,55,128,73,128,54,128,7,128,53,128,71,128,72,128,72,210,0,13,0,32,0,33,0,
  1129. 34,91,78,83,67,108,97,115,115,78,97,109,101,128,4,128,3,93,78,83,65,112,112,108,105,99,97,116,105,111,110,210,0,37,0,38,0,39,0,40,90,36,99,108,97,115,115,110,97,109,101,88,36,99,108,97,115,115,101,115,94,78,83,67,117,115,116,111,109,79,98,106,101,99,
  1130. 116,162,0,39,0,41,88,78,83,79,98,106,101,99,116,210,0,13,0,43,0,44,0,45,90,78,83,46,111,98,106,101,99,116,115,128,6,160,210,0,37,0,38,0,47,0,48,92,78,83,77,117,116,97,98,108,101,83,101,116,163,0,47,0,49,0,41,85,78,83,83,101,116,210,0,13,0,43,0,51,0,52,
  1131. 128,8,160,210,0,37,0,38,0,54,0,55,94,78,83,77,117,116,97,98,108,101,65,114,114,97,121,163,0,54,0,56,0,41,87,78,83,65,114,114,97,121,210,0,13,0,43,0,58,0,59,128,52,174,0,60,0,61,0,62,0,63,0,64,0,65,0,66,0,67,0,68,0,69,0,70,0,71,0,72,0,73,128,10,128,12,
  1132. 128,45,128,15,128,39,128,25,128,28,128,30,128,33,128,35,128,43,128,41,128,47,128,50,210,0,13,0,32,0,33,0,76,128,4,128,11,93,78,83,65,112,112,108,105,99,97,116,105,111,110,212,0,79,0,13,0,80,0,81,0,82,0,83,0,84,0,85,91,78,83,77,101,110,117,73,116,101,
  1133. 109,115,86,78,83,78,97,109,101,87,78,83,84,105,116,108,101,128,14,128,38,128,49,128,13,89,65,77,97,105,110,77,101,110,117,210,0,13,0,43,0,51,0,89,128,8,167,0,63,0,65,0,64,0,71,0,70,0,62,0,72,128,15,128,25,128,39,128,41,128,43,128,45,128,47,216,0,98,0,
  1134. 99,0,100,0,13,0,101,0,102,0,103,0,81,0,104,0,61,0,106,0,107,0,108,0,109,0,110,0,111,95,16,17,78,83,75,101,121,69,113,117,105,118,77,111,100,77,97,115,107,86,78,83,77,101,110,117,89,78,83,79,110,73,109,97,103,101,90,78,83,75,101,121,69,113,117,105,118,
  1135. 93,78,83,77,110,101,109,111,110,105,99,76,111,99,92,78,83,77,105,120,101,100,73,109,97,103,101,18,0,16,0,0,128,12,128,18,128,24,128,17,18,127,255,255,255,128,22,128,16,91,100,101,108,109,101,65,112,112,75,105,116,80,211,0,13,0,115,0,32,0,116,0,117,0,
  1136. 118,94,78,83,82,101,115,111,117,114,99,101,78,97,109,101,128,21,128,20,128,19,87,78,83,73,109,97,103,101,95,16,15,78,83,77,101,110,117,67,104,101,99,107,109,97,114,107,210,0,37,0,38,0,122,0,123,95,16,16,78,83,67,117,115,116,111,109,82,101,115,111,117,
  1137. 114,99,101,162,0,122,0,41,211,0,13,0,115,0,32,0,116,0,126,0,118,128,21,128,23,128,19,95,16,16,78,83,77,101,110,117,77,105,120,101,100,83,116,97,116,101,210,0,37,0,38,0,130,0,131,90,78,83,77,101,110,117,73,116,101,109,162,0,130,0,41,218,0,133,0,98,0,134,
  1138. 0,99,0,100,0,13,0,101,0,102,0,103,0,81,0,135,0,104,0,66,0,61,0,106,0,107,0,108,0,109,0,110,0,142,88,78,83,65,99,116,105,111,110,89,78,83,83,117,98,109,101,110,117,128,27,128,28,128,12,128,18,128,24,128,17,128,22,128,26,84,70,105,108,101,94,115,117,98,
  1139. 109,101,110,117,65,99,116,105,111,110,58,211,0,79,0,13,0,81,0,146,0,83,0,142,128,29,128,38,128,26,210,0,13,0,43,0,51,0,151,128,8,161,0,67,128,30,218,0,133,0,98,0,134,0,99,0,100,0,13,0,101,0,102,0,103,0,81,0,154,0,104,0,68,0,66,0,106,0,107,0,108,0,109,
  1140. 0,110,0,161,128,32,128,33,128,28,128,18,128,24,128,17,128,22,128,31,91,79,112,101,110,32,82,101,99,101,110,116,94,115,117,98,109,101,110,117,65,99,116,105,111,110,58,212,0,79,0,13,0,80,0,81,0,165,0,83,0,167,0,161,128,34,128,38,128,37,128,31,210,0,13,
  1141. 0,43,0,51,0,171,128,8,161,0,69,128,35,216,0,98,0,99,0,100,0,13,0,101,0,102,0,103,0,81,0,104,0,68,0,106,0,107,0,108,0,109,0,110,0,179,128,33,128,18,128,24,128,17,128,22,128,36,90,67,108,101,97,114,32,77,101,110,117,95,16,22,95,78,83,82,101,99,101,110,
  1142. 116,68,111,99,117,109,101,110,116,115,77,101,110,117,210,0,37,0,38,0,183,0,184,86,78,83,77,101,110,117,162,0,183,0,41,216,0,98,0,99,0,100,0,13,0,101,0,102,0,103,0,81,0,104,0,61,0,106,0,107,0,108,0,109,0,110,0,191,128,12,128,18,128,24,128,17,128,22,128,
  1143. 40,84,69,100,105,116,215,0,99,0,100,0,13,0,101,0,102,0,103,0,81,0,61,0,106,0,107,0,108,0,109,0,110,0,199,128,12,128,18,128,24,128,17,128,22,128,42,86,70,111,114,109,97,116,216,0,98,0,99,0,100,0,13,0,101,0,102,0,103,0,81,0,104,0,61,0,106,0,107,0,108,0,
  1144. 109,0,110,0,207,128,12,128,18,128,24,128,17,128,22,128,44,84,86,105,101,119,216,0,98,0,99,0,100,0,13,0,101,0,102,0,103,0,81,0,104,0,61,0,106,0,107,0,108,0,109,0,110,0,215,128,12,128,18,128,24,128,17,128,22,128,46,86,87,105,110,100,111,119,215,0,99,0,
  1145. 100,0,13,0,101,0,102,0,103,0,81,0,61,0,106,0,107,0,108,0,109,0,110,0,223,128,12,128,18,128,24,128,17,128,22,128,48,84,72,101,108,112,91,95,78,83,77,97,105,110,77,101,110,117,210,0,13,0,32,0,33,0,228,128,4,128,51,93,78,83,70,111,110,116,77,97,110,97,103,
  1146. 101,114,210,0,37,0,38,0,56,0,231,162,0,56,0,41,210,0,13,0,43,0,58,0,234,128,52,174,0,22,0,22,0,61,0,61,0,61,0,61,0,65,0,66,0,67,0,68,0,61,0,61,0,61,0,22,128,2,128,2,128,12,128,12,128,12,128,12,128,25,128,28,128,30,128,33,128,12,128,12,128,12,128,2,210,
  1147. 0,13,0,43,0,58,0,251,128,52,175,16,15,0,22,0,60,0,61,0,62,0,63,0,64,0,65,0,66,0,67,0,68,0,69,0,70,0,71,0,72,0,73,128,2,128,10,128,12,128,45,128,15,128,39,128,25,128,28,128,30,128,33,128,35,128,43,128,41,128,47,128,50,210,0,13,0,43,0,58,1,13,128,52,175,
  1148. 16,15,1,14,1,15,1,16,1,17,1,18,1,19,1,20,1,21,1,22,1,23,1,24,1,25,1,26,1,27,1,28,128,56,128,57,128,58,128,59,128,60,128,61,128,62,128,63,128,64,128,65,128,66,128,67,128,68,128,69,128,70,17,2,22,17,2,23,17,2,24,17,2,25,17,2,26,17,2,27,17,2,28,17,2,29,
  1149. 17,2,30,17,2,31,17,2,32,17,2,33,17,2,34,17,2,35,17,2,36,210,0,13,0,43,0,51,1,46,128,8,160,210,0,13,0,43,0,58,1,49,128,52,160,210,0,37,0,38,1,51,1,52,94,78,83,73,66,79,98,106,101,99,116,68,97,116,97,162,1,51,0,41,95,16,15,78,83,75,101,121,101,100,65,114,
  1150. 99,104,105,118,101,114,209,1,55,1,56,93,73,66,46,111,98,106,101,99,116,100,97,116,97,128,1,0,8,0,25,0,34,0,43,0,53,0,58,0,63,0,214,0,220,1,9,1,28,1,42,1,49,1,62,1,69,1,80,1,94,1,112,1,140,1,166,1,194,1,196,1,198,1,200,1,202,1,204,1,206,1,208,1,210,1,
  1151. 212,1,214,1,216,1,225,1,237,1,239,1,241,1,255,2,8,2,19,2,28,2,43,2,48,2,57,2,66,2,77,2,79,2,80,2,89,2,102,2,109,2,115,2,124,2,126,2,127,2,136,2,151,2,158,2,166,2,175,2,177,2,206,2,208,2,210,2,212,2,214,2,216,2,218,2,220,2,222,2,224,2,226,2,228,2,230,
  1152. 2,232,2,234,2,243,2,245,2,247,3,5,3,22,3,34,3,41,3,49,3,51,3,53,3,55,3,57,3,67,3,76,3,78,3,93,3,95,3,97,3,99,3,101,3,103,3,105,3,107,3,140,3,160,3,167,3,177,3,188,3,202,3,215,3,220,3,222,3,224,3,226,3,228,3,233,3,235,3,237,3,249,3,250,4,7,4,22,4,24,4,
  1153. 26,4,28,4,36,4,54,4,63,4,82,4,87,4,100,4,102,4,104,4,106,4,125,4,134,4,145,4,150,4,191,4,200,4,210,4,212,4,214,4,216,4,218,4,220,4,222,4,224,4,226,4,231,4,246,5,3,5,5,5,7,5,9,5,18,5,20,5,23,5,25,5,66,5,68,5,70,5,72,5,74,5,76,5,78,5,80,5,82,5,94,5,109,
  1154. 5,126,5,128,5,130,5,132,5,134,5,143,5,145,5,148,5,150,5,183,5,185,5,187,5,189,5,191,5,193,5,195,5,206,5,231,5,240,5,247,5,252,6,29,6,31,6,33,6,35,6,37,6,39,6,41,6,46,6,75,6,77,6,79,6,81,6,83,6,85,6,87,6,94,6,127,6,129,6,131,6,133,6,135,6,137,6,139,6,
  1155. 144,6,177,6,179,6,181,6,183,6,185,6,187,6,189,6,196,6,225,6,227,6,229,6,231,6,233,6,235,6,237,6,242,6,254,7,7,7,9,7,11,7,25,7,34,7,39,7,48,7,50,7,79,7,81,7,83,7,85,7,87,7,89,7,91,7,93,7,95,7,97,7,99,7,101,7,103,7,105,7,107,7,116,7,118,7,151,7,153,7,155,
  1156. 7,157,7,159,7,161,7,163,7,165,7,167,7,169,7,171,7,173,7,175,7,177,7,179,7,181,7,190,7,192,7,225,7,227,7,229,7,231,7,233,7,235,7,237,7,239,7,241,7,243,7,245,7,247,7,249,7,251,7,253,7,255,8,2,8,5,8,8,8,11,8,14,8,17,8,20,8,23,8,26,8,29,8,32,8,35,8,38,8,
  1157. 41,8,44,8,53,8,55,8,56,8,65,8,67,8,68,8,77,8,92,8,97,8,115,8,120,8,134,0,0,0,0,0,0,2,2,0,0,0,0,0,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,136,0,0 };
  1158. const char* RecentFilesMenuTemplate_nib = (const char*) temp_7e972a77;
  1159. const char* getNamedResource (const char*, int&) throw();
  1160. const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) throw()
  1161. {
  1162. unsigned int hash = 0;
  1163. if (resourceNameUTF8 != 0)
  1164. while (*resourceNameUTF8 != 0)
  1165. hash = 31 * hash + (unsigned int) *resourceNameUTF8++;
  1166. switch (hash)
  1167. {
  1168. case 0x44be9398: numBytes = 2464; return AudioPluginXCodeScript_txt;
  1169. case 0x4a0cfd09: numBytes = 151; return background_tile_png;
  1170. case 0x763d39dc: numBytes = 1050; return colourscheme_dark_xml;
  1171. case 0xe8b08520: numBytes = 1050; return colourscheme_light_xml;
  1172. case 0x27c5a93a: numBytes = 1008; return jucer_AudioPluginEditorTemplate_cpp;
  1173. case 0x4d0721bf: numBytes = 799; return jucer_AudioPluginEditorTemplate_h;
  1174. case 0x51b49ac5: numBytes = 4638; return jucer_AudioPluginFilterTemplate_cpp;
  1175. case 0x488afa0a: numBytes = 2488; return jucer_AudioPluginFilterTemplate_h;
  1176. case 0xabad7041: numBytes = 2083; return jucer_ComponentTemplate_cpp;
  1177. case 0xfc72fe86: numBytes = 2156; return jucer_ComponentTemplate_h;
  1178. case 0x0b66646c: numBytes = 886; return jucer_ContentCompTemplate_cpp;
  1179. case 0x6fa10171: numBytes = 924; return jucer_ContentCompTemplate_h;
  1180. case 0x28d496ad: numBytes = 1143; return jucer_InlineComponentTemplate_h;
  1181. case 0x8905395b: numBytes = 470; return jucer_MainConsoleAppTemplate_cpp;
  1182. case 0x5e5ea047: numBytes = 1947; return jucer_MainTemplate_NoWindow_cpp;
  1183. case 0x400bc026: numBytes = 3613; return jucer_MainTemplate_Window_cpp;
  1184. case 0xf4842835: numBytes = 1389; return jucer_NewComponentTemplate_cpp;
  1185. case 0xe7bf237a: numBytes = 648; return jucer_NewComponentTemplate_h;
  1186. case 0x02a2a077: numBytes = 262; return jucer_NewCppFileTemplate_cpp;
  1187. case 0x0842c43c: numBytes = 308; return jucer_NewCppFileTemplate_h;
  1188. case 0x36e634a1: numBytes = 1626; return jucer_NewInlineComponentTemplate_h;
  1189. case 0xa41e649d: numBytes = 2842; return RecentFilesMenuTemplate_nib;
  1190. default: break;
  1191. }
  1192. numBytes = 0;
  1193. return 0;
  1194. }
  1195. }