-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Steven Yi edited this page May 22, 2018
·
3 revisions
Welcome to the Csound WebIDE Wiki!
- Editor a. Integrate CodeMirror
- Csound a. Use online version of Csound from WAAW (using script tag and src with https) until NPM package is ready
- Style a. https://mdbootstrap.com/react/components/
- Project model a. initial design, project has multiple files (do folder later) i. one csd ii. one orc, one sco iii. one csd, one orc b. main CSD (default one to start, but user can right-click and start other CSD) c. Project metadata ii. Title iii. Description
- File Types a. CSD b. ORC c. SCO d. UDO e. Markdown (README.md)
- Multi-tab editor
user edits file in memory, saves save goes back up to firebase firebase then fires update locally we once again get the update and then resave the file to Emscripten FS
- Project load