[LAU] carla & OSC

Diego Simak diego.simak at gmail.com
Fri Jul 5 13:45:02 UTC 2013


2013/7/5 Fero Kiraly <fero.kiraly at gmail.com>:
> 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.
>
> fero
>
>
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user at lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-user
>

I'm not a PD expert but seems that you need to add 'send' in the OSC
message, like this:

[send /Carla/1/set_volume 0(

is 15609 a TCP or UDP port?

I can see that Carla now does support TCP but please double check
which type of connection are you using.
If it is a UDP connection type change tcpsend with udpsend.

just for the reference:

http://en.flossmanuals.net/pure-data/ch065_osc/


More information about the Linux-audio-user mailing list