From e5c6ab0c819c8f99b7ac1ae0fa2c546e41d6a072 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Fri, 22 Jun 2018 15:53:55 +0200 Subject: [PATCH] update --- input.dot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.dot b/input.dot index c41fcd4..bb3ed0d 100644 --- a/input.dot +++ b/input.dot @@ -19,7 +19,7 @@ strict digraph input { "Input Volume" -> sidechain_key_out [style=dashed]; "Input Volume" -> sidechain_signal_volume -> sidechain_signal_out; "Mix Volume" -> connect[ arrowhead = none ]; - master_in -> clip_record; + "Input Volume" -> clip_record; sidechain_signal_volume -> connect[style=dotted, arrowhead=none]; connect -> master_out; } \ No newline at end of file