Jean-Michaël Celerier

Results 315 issues of Jean-Michaël Celerier

When dropping inside nodal view from the explorer, create such a process

enhancement
easy
good first issue

By addressing the device node directly ?

enhancement

https://gitlab.com/uklotzde/aoide-rs

enhancement

ODHack14
easy
good first issue

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

question
ODHack14

``` 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); // <...

bug