qtractor has not inherent limit for the number of plugins to scan; in fact it's libLILV that does the actual scan.
consider building for debug (./configure --enable-debug) and watch for the list of scanned plugins in the stdout/err (console output) right after the lv2_open() call.
and how many LV2 plugins are too much?
qtractor has not inherent limit for the number of plugins to scan; in fact it's libLILV that does the actual scan.
consider building for debug (
./configure --enable-debug
) and watch for the list of scanned plugins in the stdout/err (console output) right after the lv2_open() call.hth.
cheers