update todos

main
Georg Krause 2018-05-08 14:00:21 +02:00
parent bdf1eedd51
commit 27f9b89035
2 changed files with 2 additions and 4 deletions

View File

@ -8,7 +8,8 @@ Some graphs to document the signal-flow of Luppp
- orange Box = Jack Input Port
- Blue Box = Internal Connection
- Oval = Continous Controller
- Triangle = Crossfade (When one path gets louder, the other gets quiter)
- dashed line = connection can be disabled
- dotted line = controller has inverse effect on another connection
# Build
@ -20,7 +21,6 @@ For more options, see `dot --help`
# Known Problems
- long way to go to be complete
- no discrete controllers
# Contribute

View File

@ -1,5 +1,3 @@
/* TODO: Display Crossfader correctly */
strict digraph input {
master_in [label="Master In", shape=box, style=filled, color=orange];