File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -311,12 +311,10 @@ The commands supported by mod-host are:
311311 * add an LV2 plugin encapsulated as a jack client, in activated state (multiple instance variant)
312312 e.g.: multi_add 2 "http://lv2plug.in/plugins/eg-amp" 0 "http://lv2plug.in/plugins/eg-amp" 1
313313 instance_number must be any value between 0 ~ 9990, inclusively
314- !EXPERIMENTAL!
315314
316315 multi_remove <instance_count> <instance_number...>
317316 * remove an LV2 plugin instance, and also the jack client (multiple instance variant)
318317 e.g.: multi_remove 2 0 1
319- !EXPERIMENTAL!
320318
321319 multi_activate <activate_value> <instance_count> <instance_number...>
322320 * toggle effect activated state (multiple instance variant)
@@ -328,7 +326,6 @@ The commands supported by mod-host are:
328326 * add an LV2 plugin encapsulated as a jack client, in deactivated state (multiple instance variant)
329327 e.g.: multi_preload 2 "http://lv2plug.in/plugins/eg-amp" 0 "http://lv2plug.in/plugins/eg-amp" 1
330328 instance_number must be any value between 0 ~ 9990, inclusively
331- !EXPERIMENTAL!
332329
333330 multi_bypass <bypass_value> <instance_count> <instance_number...>
334331 * toggle effect processing (multiple instance variant)
You can’t perform that action at this time.
0 commit comments