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