Re: [LAU] carla & OSC

From: Diego Simak <diego.simak@email-addr-hidden>
Date: Fri Jul 05 2013 - 16:45:02 EEST

2013/7/5 Fero Kiraly <fero.kiraly@email-addr-hidden>:
> 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@email-addr-hidden
> 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/
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Fri Jul 5 16:15:02 2013

This archive was generated by hypermail 2.1.8 : Fri Jul 05 2013 - 16:15:03 EEST