Difference between revisions of "Project-jos-320c-2021"

From CCRMA Wiki
Jump to: navigation, search
Line 9: Line 9:
 
* Read ahead in the course schedule  [https://ccrma.stanford.edu/courses/320c/] to learn about GUI options
 
* Read ahead in the course schedule  [https://ccrma.stanford.edu/courses/320c/] to learn about GUI options
 
* Decide on a file format: XML? Plain text? Encrypted?
 
* Decide on a file format: XML? Plain text? Encrypted?
  ** I am thinking plain text, including a hash string using some secret algorithm to detect modification if/when needed
+
** I am now thinking plain text, including a hash string generated by some secret algorithm to detect modification if/when needed

Revision as of 01:32, 16 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 [1] for general orientation on project reporting
  • Read ahead in the course schedule [2] to learn about GUI options
  • Decide on a file format: XML? Plain text? Encrypted?
    • I am now thinking plain text, including a hash string generated by some secret algorithm to detect modification if/when needed