On Mon, Jan 27, 2014 at 2:35 PM, raf <[email protected]> wrote:

> Hello,
>
>  can someone help about OSC control of non mixer ?
>
> non-mixer standalone running on a archlinux
>
> non-mixer started with parameters : non-mixer --instance main --osc-port
> 8000 hand/
> the computer can receive osc messages on port 8000 when i use oscdump
> but when non-mixer is started, it doesn't react to incoming osc messages
>
> example of received osc message by oscump is : /strip/mic/Gain/Gain_(dB) f
> 0.688889
> with mic being the stripname
> is it malformed osc message ? or how could i debug on non-mixer to know if
> the message is received or ignored ?
>
> at start non-mixer it displays OSC=osc.udp://astrux.localdomain:8000/
> while the astrux.localdomain is correct according to my /etc/hosts config,
> i wonder if it is not waiting for the udp messages to come from the
> specific local domain
>
> I send my messages with touchosc>android>wifi>router>wired>linux>non-mixer
>  i tried with pd-extend from another computer also and it was still silent
> and with oscsend (from liblo) from within the linux box too, no success
> the command was sendosc localhost 8000 /strip/x/x f 1.0
> tried with sendosc astrux.localdomain... not better
>
> non-mixer was compiled from git using the AUR package, maybe there's
> something here
>
> Raphaël
>
>

If you build with debugging enabled, you should get lots of console output
regarding OSC messages. You say Gain_(dB), but the correct syntax is URL
encoded. I.e Gain%20(dB).. Perhaps that's the problem...

Reply via email to