luppp-signalflow/README.md

28 lines
708 B
Markdown
Raw Permalink Normal View History

2018-05-07 14:13:00 +02:00
# luppp-signalflow
2018-05-07 14:13:00 +02:00
Some graphs to document the signal-flow of Luppp
# Legend
- red Box = Jack Output Port
- orange Box = Jack Input Port
- Blue Box = Internal Connection
- Oval = Continous Controller
2018-05-08 14:00:21 +02:00
- dashed line = connection can be disabled
- dotted line = controller has inverse effect on another connection
# Build
To build everything to SVG (recommended), use:
`dot -Tsvg *.dot -O`
For more options, see `dot --help`
# Known Problems
- long way to go to be complete
# Contribute
Help is always welcome, please get in touch by creating an issue, join #openav on freenode or send an email (mail@georg-krause.net). Please feel also free to file any PR if you know something to improve. Thanks :)