mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-31 03:00:05 +00:00
Added AudioComponentTemplate
This commit is contained in:
parent
ff6520a89a
commit
06b9bdefb6
17 changed files with 392 additions and 110 deletions
|
|
@ -9,6 +9,9 @@
|
|||
|
||||
namespace BinaryData
|
||||
{
|
||||
extern const char* jucer_AudioComponentTemplate_cpp;
|
||||
const int jucer_AudioComponentTemplate_cppSize = 1835;
|
||||
|
||||
extern const char* jucer_MainTemplate_SimpleWindow_cpp;
|
||||
const int jucer_MainTemplate_SimpleWindow_cppSize = 3866;
|
||||
|
||||
|
|
@ -145,7 +148,7 @@ namespace BinaryData
|
|||
extern const char* namedResourceList[];
|
||||
|
||||
// Number of elements in the namedResourceList array.
|
||||
const int namedResourceListSize = 44;
|
||||
const int namedResourceListSize = 45;
|
||||
|
||||
// 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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue