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

Projucer: Added a "PIP Creator" utility tool

This commit is contained in:
ed 2018-03-22 15:23:27 +00:00
parent bfd3afa6cf
commit 8a467e7dc3
18 changed files with 710 additions and 38 deletions

View file

@ -164,9 +164,15 @@ namespace BinaryData
extern const char* jucer_OpenGLComponentTemplate_h;
const int jucer_OpenGLComponentTemplate_hSize = 1263;
extern const char* jucer_PIPAudioProcessorTemplate_h;
const int jucer_PIPAudioProcessorTemplate_hSize = 4926;
extern const char* jucer_PIPMain_cpp;
const int jucer_PIPMain_cppSize = 2446;
extern const char* jucer_PIPTemplate_h;
const int jucer_PIPTemplate_hSize = 517;
extern const char* colourscheme_dark_xml;
const int colourscheme_dark_xmlSize = 1050;
@ -189,7 +195,7 @@ namespace BinaryData
extern const char* namedResourceList[];
// Number of elements in the namedResourceList array.
const int namedResourceListSize = 59;
const int namedResourceListSize = 61;
// If you provide the name of one of the binary resource variables above, this function will
// return the corresponding data and its size (or a null pointer if the name isn't found).