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.

64 lines
1.9KB

  1. /*
  2. ==============================================================================
  3. This is an automatically generated file created by the Jucer!
  4. Be careful when adding custom code to these files, as only the code within
  5. the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loaded
  6. and re-saved.
  7. Created for JUCE version: %%juceVersion%%
  8. ------------------------------------------------------------------------------
  9. JUCE and the Jucer are copyright 2004-10 by Raw Material Software ltd.
  10. ==============================================================================
  11. */
  12. //[CppHeaders] You can add your own extra header files here...
  13. //[/CppHeaders]
  14. %%includeFilesCPP%%
  15. //[MiscUserDefs] You can add your own user definitions and misc code here...
  16. //[/MiscUserDefs]
  17. //==============================================================================
  18. %%className%%::%%className%% (%%constructorParams%%)
  19. %%initialisers%%{
  20. %%constructor%%
  21. //[Constructor] You can add your own custom stuff here..
  22. //[/Constructor]
  23. }
  24. %%className%%::~%%className%%()
  25. {
  26. //[Destructor_pre]. You can add your own custom destruction code here..
  27. //[/Destructor_pre]
  28. %%destructor%%
  29. //[Destructor]. You can add your own custom destruction code here..
  30. //[/Destructor]
  31. }
  32. //==============================================================================
  33. %%methodDefinitions%%
  34. //[MiscUserCode] You can add your own definitions of your custom methods or any other code here...
  35. //[/MiscUserCode]
  36. %%staticMemberDefinitions%%
  37. //==============================================================================
  38. //======================= Jucer Information Section ==========================
  39. //==============================================================================
  40. #if 0
  41. /* This section stores the Jucer's metadata - edit it at your own risk!
  42. %%metadata%%
  43. */
  44. #endif