From 944fe89b64c4344bdd64ee040ddb989374920737 Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Fri, 28 Jul 2023 16:50:25 +0200 Subject: [PATCH] up --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5ed3950..a666404 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,12 @@ Once evaluated, a small tune will be playing. - [ ] Add a way to set the clock's time signature. - [ ] Add a way to set the clock's swing. - [ ] MIDI Clock In/Out support. - - [ ] Performance optimisations and metrics. + - [ ] Performance optimisations and metrics. +- [ ] Add a way to save the current universe as a file. +- [ ] Add a way to load a universe from a file. +- [ ] Add MIDI support. -## UI +## UI - [ ] Settings menu with all options. - [ ] Color themes (dark/light), other colors. @@ -89,12 +92,8 @@ Once evaluated, a small tune will be playing. - [ ] Repair the current layout (aside + CodeMirror) - [ ] Optimizations for smaller screens and mobile devices. -## Web Audio +## Web Audio - [ ] Support Faut DSP integration. - [ ] Support Tone.js integration. - [ ] WebAudio based engine. - -- [ ] Add a way to save the current universe as a file. -- [ ] Add a way to load a universe from a file. -- [ ] Add MIDI support.