about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2017-09-26 17:35:48 +0200
committersternenseemann <git@lukasepple.de>2017-09-26 17:55:05 +0200
commitdd3605e43857194cad4746685fa2667ddb11d321 (patch)
tree38469f5b93d35deb75f10d65695972b5327f1ddf
parent7083b0ee7289d9eab7dc4d2b611788cb87ae9f47 (diff)
Highlight important todos
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9ae99ec..dba9967 100644
--- a/README.md
+++ b/README.md
@@ -6,23 +6,24 @@
 
 - [x] overlay styling
 - [x] quicksave in localstorage
-- [ ] [MIDI parameters](https://hackage.haskell.org/package/Euterpea-2.0.3/docs/Euterpea-Music.html#t:Control) (instrument, speed)
+- [ ] **[MIDI parameters](https://hackage.haskell.org/package/Euterpea-2.0.3/docs/Euterpea-Music.html#t:Control) (instrument, speed)**
 - [x] WAV export (using fluidsynth)
 - [x] in browser player
 - [x] nice unicode musical symbols
-  - [ ] handle pointed notes
-- [ ] graph validation
-- [ ] add help text
+  - [ ] **handle pointed notes**
+- [ ] **graph validation**
+- [ ] **add help text**
 - [ ] custom manipulation bar style
 - [x] Seed storage / reproducible playback
 - [ ] JS refactoring
 - [ ] use postcss etc.
-- [ ] multiple starting points, parallel graph traversal
 - [ ] support for non-primitive `Music` in frontend
 
 ### Things for later
 
 - [ ] support FLAC, OPUS export etc.
+- [ ] multiple starting points, parallel graph traversal
+- [ ] read in fully composed music (midi, lilypond) and generate a graph (thanks [@kohlrabi23](https://github.com/kohlrabi23))
 
 ## Setup