scheduler error handling + style

This commit is contained in:
Felix Roos 2022-11-11 23:35:46 +01:00
parent 45c7b29a96
commit 23e059a065
9 changed files with 444 additions and 425 deletions

View file

@ -30,14 +30,14 @@ npm run static # <- test static build
currently broken / buggy:
- [x] MiniREPL
- [x] repl log section => now using browser console
- [x] repl log section
- [ ] hideHeader flag
- [ ] pending flag
- [x] web midi, TODO: test
- [ ] draw / pianoroll
- [x] repl url hash does not work
- [x] pause does stop
- [ ] pause then play logs "TOO LATE" and drops some events
- [-] pause then play logs "TOO LATE" and drops some events => now doing full stop
- [x] random button triggers start
- [x] unexpected ast format without body expression (kalimba)
- [x] highlighting seems too late (off by latency ?)