[Ardour-Dev] OSC control of individual processors?

Robin Gareus robin at gareus.org
Mon Jun 19 10:44:33 PDT 2017


On 06/19/2017 07:35 PM, Jörn Nettingsmeier wrote:
> Hi *!
> 
> I would like to be able to control a certain parameter of a certain
> processor in every track/bus via OSC.

Every track at the same time? One message to all plugins?
I don't think that's possible.

But there's  "/strip/plugin/parameter" "iiif"

first int: mixer-strip-id
2nd int: Nth plugin (start counting at 1)
3rd int: parameter ID (plugin-input control)
4th param: actual control value to set as float

Hint check Window > Log for errors (parameter mismatch)

Example:

  oscsend localhost 3819 /strip/plugin/parameter iiif 3 1 2 400

HTH,
robin


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.ardour.org/pipermail/ardour-dev-ardour.org/attachments/20170619/eca66d94/attachment-0001.sig>


More information about the Ardour-Dev mailing list