It's working now  ! Thank you. 

An other question  : is it possible to specify -xmit 2 at compilation time to fix the default transmission mode i.e. something like

$  faust2jaqt mydsp.dsp -osc -xmit 2

Thanks for help

Pierre

------ Message d'origine------

De: Stéphane Letz

Date: dim., 10/01/2016 8:56

À: Pierre Lecomte;

Cc: faudiostream-users@lists.sourceforge.net;

Objet :Re: [Faudiostream-users] osc aliases

 

Le 10 janv. 2016 à 00:34, Pierre Lecomte  a écrit :

> Hello,
> I'm a bit confused with the use of osc aliases in Faust :
> Let's say i've a slider in code
> 
> hslider("volume",0,-5,5,0,0.1);
> 
> when I run
> 
> $ oscsend localhost 5510 "/*" s get
> 
> I see it but the osc adress is very long :
> 
> /the/osc/adress/is/very/long/volume fff 0.0000 -5.0000 5.0000

Yes the parameter OSC address reflects the complete "hierarchy" of groups..etc.. that your UI code is using

> 
> So I try to use aliases :
> 
> hslider("volume[osc:/level 0 10]",0,-5,5,0,0.1);
> 
> now when I run 
> 
> $ oscsend localhost 5510 "/*" s get 
> 
> /level ffssff -5.0000 5.0000 "alias" "/the/osc/adress/is/very/long/volume" 
> -5.0000 5.0000
> 
> /the/osc/adress/is/very/long/volume fff 0.0000 -5.0000 5.0000
> 
> but the commands
> $ oscsend localhost 5510 "/level" s get 
> or
> $ oscsend localhost 5510 "/level" f 10 
> don't work
> 
> why ?
> Thank you
> 
> Pierre

Bug fixed in GIT, please try again and report.

Stéphane 
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to