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.

57 lines
2.0KB

  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* EditorColourScheme_xml;
  10. const int EditorColourScheme_xmlSize = 628;
  11. extern const char* guitar_amp_wav;
  12. const int guitar_amp_wavSize = 90246;
  13. extern const char* ConvolutionDemo_cpp;
  14. const int ConvolutionDemo_cppSize = 2999;
  15. extern const char* FIRFilterDemo_cpp;
  16. const int FIRFilterDemo_cppSize = 2674;
  17. extern const char* GainDemo_cpp;
  18. const int GainDemo_cppSize = 1809;
  19. extern const char* IIRFilterDemo_cpp;
  20. const int IIRFilterDemo_cppSize = 2819;
  21. extern const char* OscillatorDemo_cpp;
  22. const int OscillatorDemo_cppSize = 3974;
  23. extern const char* OverdriveDemo_cpp;
  24. const int OverdriveDemo_cppSize = 3039;
  25. extern const char* SIMDRegisterDemo_cpp;
  26. const int SIMDRegisterDemo_cppSize = 4849;
  27. extern const char* StateVariableFilterDemo_cpp;
  28. const int StateVariableFilterDemo_cppSize = 2718;
  29. extern const char* WaveShaperTanhDemo_cpp;
  30. const int WaveShaperTanhDemo_cppSize = 2037;
  31. // Points to the start of a list of resource names.
  32. extern const char* namedResourceList[];
  33. // Number of elements in the namedResourceList array.
  34. const int namedResourceListSize = 12;
  35. // If you provide the name of one of the binary resource variables above, this function will
  36. // return the corresponding data and its size (or a null pointer if the name isn't found).
  37. const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
  38. }