remove refactoring notes

This commit is contained in:
Felix Roos 2022-11-13 18:49:16 +01:00
parent 2341452d91
commit 839ba31dfb

View File

@ -24,28 +24,3 @@ cd repl
npm run build # <- builds repl + tutorial to ../docs
npm run static # <- test static build
```
## Refactoring Notes
currently broken / buggy:
- [x] MiniREPL
- [x] repl log section
- [-] hideHeader flag => can now use zen mode
- [x] pending flag
- [x] web midi, TODO: test
- [x] draw / pianoroll
- [x] repl url hash does not work
- [x] pause does stop
- [-] 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 ?)
- [x] highlighting sometimes drops highlights (zeldasRescue first note)
- [x] highlighting still sometimes drops highlights (zeldasRescue somtimes)
- [x] scheduler.getPhase is quantized to clock interval
- => draw was choppy + that also caused useHighlighting bugs
- [x] pianoroll keeps rolling when pressing stop
- [x] find a way to display errors when console is closed / another tab selected
- [x] highlighting out of range error is back (delete large chunk at the top while highlighting below is triggered)
- [ ] idea: interpolate between running and evaluated code!