diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-07-21 18:57:53 +0200 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-07-21 18:57:53 +0200 |
commit | f0835be9ffcae8e5c74c8fc6a0da2f7bc49343ac (patch) | |
tree | fb7a6f34e9068b48b67c039e7fcead23e361da75 /doc/sample-config.toml |
Initial commit, daemon hello world
Diffstat (limited to 'doc/sample-config.toml')
-rw-r--r-- | doc/sample-config.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/sample-config.toml b/doc/sample-config.toml new file mode 100644 index 0000000..fcd294a --- /dev/null +++ b/doc/sample-config.toml @@ -0,0 +1,11 @@ +[devices] +op1 = "OP-1 MIDI 1" +deluge = "Deluge MIDI 1" +mpk = "MPK mini Plus MIDI 1" +xjam = "Xjam MIDI 1" + +[route.from.deluge.to] +op1 = ["start", "stop", "continue"] + +[route.from.deluge.type] +clock = ["all"] |