Jump to content

Project-jos-320c-2021: Difference between revisions

From CCRMA Wiki
Jos (talk | contribs)
Jos (talk | contribs)
Line 16: Line 16:
* JUCE GUI Editor used (very quick)
* JUCE GUI Editor used (very quick)
* Band-setting sliders will be programmatically laid out dynamically
* Band-setting sliders will be programmatically laid out dynamically
* Configured for waveguide string loop filter
* Can also be used to design late reverb


[[file:GUIPrototype.png|800px]]
[[file:GUIPrototype.png|800px]]

Revision as of 09:47, 30 April 2021

JOS 320C Project Goals

  • Make my first "meta plugin" that writes out files for other plugins to read
  • Learn how to make better GUIs for plugin Editors

Plan

  • Look at some 220C projects for general orientation on project reporting
  • Read ahead in the course schedule to learn about GUI options
  • Decide on a file format: XML? Plain text? Encrypted?
    • I am starting with plain text, and planning to include a hash string generated by a secret algorithm to detect modification if/when needed
  • I am now reading all GUI-related JUCE tutorials that are new since I last looked

GUI Prototype

  • JUCE GUI Editor used (very quick)
  • Band-setting sliders will be programmatically laid out dynamically
  • Configured for waveguide string loop filter
  • Can also be used to design late reverb