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.

73 lines
931B

  1. AnimationComponent template:
  2. base class for constantly repainting window.
  3. member variables for getElapsedFrames() etc.
  4. OPENGLComponent template:
  5. methods for load / draw object.
  6. 3D Camera object and mousehandling.
  7. AudioTemplate
  8. simplest waveform drawing of input.
  9. 07719784(0)995
  10. DEMO CHANGES:
  11. Sidebar:
  12. dark grey background white text;
  13. Welcome:
  14. Bouncy logo
  15. Colours
  16. Animation:
  17. background (to texture/dark grey)
  18. content
  19. Code Editor:
  20. dark grey background, white text
  21. Dialog Boxes:
  22. replace aluminium with texture background
  23. MDI:
  24. replace aluminium with texture background
  25. Multi-touch:
  26. darker grey background
  27. Transforms:
  28. replace aluminium with texture background
  29. Windows:
  30. texture background
  31. 2D Rendering:
  32. Fonts:
  33. Image formats:
  34. Settings:
  35. FilePlayback:
  36. Latency detector:
  37. Recording:
  38. Synthesisers:
  39. MIDI i/o:
  40. Cryptography:
  41. HTTP:
  42. Multithreading:
  43. XML & JSON:
  44. replace aluminium with texture background