Skip to content

Commit d16c79a

Browse files
committed
Remove experimental flag from multi-add/preload/remove commands
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 9519849 commit d16c79a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)