From dc25ef96a341fbdb69476e2d195a730097fdbde2 Mon Sep 17 00:00:00 2001 From: Onyx and Iris Date: Fri, 17 Jan 2025 21:06:20 +0000 Subject: [PATCH] add settings for vban MIDI/TEXT streams (works with recent api versions) --- configs/potato/streaming.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configs/potato/streaming.toml b/configs/potato/streaming.toml index f2ad050..9019f32 100644 --- a/configs/potato/streaming.toml +++ b/configs/potato/streaming.toml @@ -232,6 +232,12 @@ on = false on = false [vban-in-7] +on = false + +[vban-in-8] +on = false + +[vban-in-9] on = true [vban-out-0] @@ -257,3 +263,6 @@ on = false [vban-out-7] on = false + +[vban-out-8] +on = false \ No newline at end of file