Skip to content

Commit dd142d5

Browse files
committed
fix typo in docs
1 parent 17a8dc4 commit dd142d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ladspa_plugins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Ports: "Gain" input, control, 0 to ..., default 1, logarithmic
7171

7272
As in the example above, some plugin files contain multiple plugins. The `plugin` parameter is used to set the label of the desired plugin. To route audio through the plugin, the `audio` parameter needs to be a list of the audio port names. List the inputs first, followed by the outputs. Part of the name can be used, as long as it is a unique match. The alias `mono` sets the ports to `Input, Output`, and `stereo` sets them to `Input L, Input R, Output L, Output R`. The control port names are used to set initial values with the `val` parameter, or connect router rules.
7373

74-
The `groups` parameter is a list of the audio groups to route through the plugin. The number of groups is set in the config file as described above, and numbering begins with 1. Multiple audio groups can be sent through a plugin and are not mixed, but each additional group increases CPU load.
74+
The `group` parameter is a list of the audio groups to route through the plugin. The number of groups is set in the config file as described above, and numbering begins with 1. Multiple audio groups can be sent through a plugin and are not mixed, but each additional group increases CPU load.
7575

7676
The bank file snippet below sets up the `amp_stereo` plugin and a router rule to control its Gain using CC# 13:
7777

0 commit comments

Comments
 (0)