Re: [LAU] carla & OSC

From: Filipe Coelho <falktx@email-addr-hidden>
Date: Fri Jul 05 2013 - 18:32:44 EEST

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

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Fri Jul 5 20:15:01 2013

This archive was generated by hypermail 2.1.8 : Fri Jul 05 2013 - 20:15:01 EEST