[LAU] carla & OSC
Filipe Coelho
falktx at gmail.com
Fri Jul 5 15:32:44 UTC 2013
On 07/05/2013 11:33 AM, Fero Kiraly wrote:
> Hallo,
>
> Carla is a beautifil piece of software - thank you for that.
> I am not able to control params with OSC, only with MIDI msg
>
> I use pd and my patch looks like:
>
> [connect 127.0.0.1 15609(
> |
> | [/Carla/1/set_volume 0(
> | /
> | [packOSC]
> |/
> [tcpsend]
>
> I suppose, it should set volume of first plugin to zero, but it does not.
> what I am doing wrong ?
>
> thank you.
>
The first plugin starts at 0, not 1.
You should make sure the parameter types match. In this case,
set_volume, must be float.
You can check the logs tab to see if a message has been ignored.
And be sure to use the TCP or UDP address correctly.
I know that the "oscsend" tool only works with UDP.
For reference, this command works fine here:
$ oscsend localhost 19708 /Carla/0/set_volume f 0.8
More information about the Linux-audio-user
mailing list