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.

46 lines
1.7KB

  1. /* =========================================================================================
  2. This is an auto-generated file: Any edits you make may be overwritten!
  3. */
  4. #pragma once
  5. namespace BinaryData
  6. {
  7. extern const char* cassette_recorder_wav;
  8. const int cassette_recorder_wavSize = 37902;
  9. extern const char* cello_wav;
  10. const int cello_wavSize = 46348;
  11. extern const char* guitar_amp_wav;
  12. const int guitar_amp_wavSize = 90246;
  13. extern const char* proaudio_path;
  14. const int proaudio_pathSize = 452;
  15. extern const char* reverb_ir_wav;
  16. const int reverb_ir_wavSize = 648404;
  17. extern const char* singing_ogg;
  18. const int singing_oggSize = 15354;
  19. // Number of elements in the namedResourceList and originalFileNames arrays.
  20. const int namedResourceListSize = 6;
  21. // Points to the start of a list of resource names.
  22. extern const char* namedResourceList[];
  23. // Points to the start of a list of resource filenames.
  24. extern const char* originalFilenames[];
  25. // If you provide the name of one of the binary resource variables above, this function will
  26. // return the corresponding data and its size (or a null pointer if the name isn't found).
  27. const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes);
  28. // If you provide the name of one of the binary resource variables above, this function will
  29. // return the corresponding original, non-mangled filename (or a null pointer if the name isn't found).
  30. const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8);
  31. }