From f0835be9ffcae8e5c74c8fc6a0da2f7bc49343ac Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Mon, 21 Jul 2025 18:57:53 +0200 Subject: Initial commit, daemon hello world --- doc/sample-config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/sample-config.toml (limited to 'doc/sample-config.toml') 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"] -- cgit v1.2.3