Go to file
Georg Krause e5c6ab0c81 update 2018-06-22 15:53:55 +02:00
LICENSE Initial commit 2018-05-07 14:13:00 +02:00
README.md update todos 2018-05-08 14:00:21 +02:00
input.dot update 2018-06-22 15:53:55 +02:00
track.dot add signalflow for tracks 2018-05-14 11:31:14 +02:00

README.md

luppp-signalflow

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
  • 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 :)