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.
0 commit comments