main
Georg Krause 2018-06-22 15:53:55 +02:00
parent f956f8ce5a
commit e5c6ab0c81
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}