Jean-Michaël Celerier
Jean-Michaël Celerier
When dropping inside nodal view from the explorer, create such a process
e.g. like this : https://s3-us-west-2.amazonaws.com/forrestthewoods.staticweb/lib_fts/tests/fuzzy_match/fts_fuzzy_match_test.html this means that typing /a/u/f.2 would auto-complete to /audio/user_interface/frequency.2 for instance
``` auto& runtime_connection = runtime_connections[node].inlets; auto& con = runtime_connection[proc_port.id()]; // < here, may be overwritten by a child inlet of an output port, e.g. gain / pan. QObject::disconnect(con); // <...