Re: [Savonet-users] Issue with interactive bool

2016-09-21 Thread Romain Beauxis
Well, that was surprisingly easy: https://github.com/savonet/liquidsoap/pull/352/files Let's see what David has to say about this one.. Romain 2016-09-19 21:23 GMT-05:00 Robert McAuley : > Related to interactive variables, would it be possible to make the > track_sensitive flag for switch also

Re: [Savonet-users] Issue with interactive bool

2016-09-21 Thread Romain Beauxis
Thanks Sam! 2016-09-19 9:17 GMT-05:00 Samuel Mimram : > Yes, I have just modified the code so that interactive integers and > booleans can be used! > > Chers, > > Samuel > > On Sat, Sep 17, 2016 at 5:13 PM, Romain Beauxis > wrote: > > Hi Normando, > > > > It looks like the LADSPA code doesn't su

Re: [Savonet-users] Issue with interactive bool

2016-09-19 Thread Robert McAuley
Related to interactive variables, would it be possible to make the track_sensitive flag for switch also work with interactive bools? - Rob On Mon, Sep 19, 2016 at 11:17 PM, Samuel Mimram wrote: > Yes, I have just modified the code so that interactive integers and > booleans can be used! > > Che

Re: [Savonet-users] Issue with interactive bool

2016-09-19 Thread Samuel Mimram
Yes, I have just modified the code so that interactive integers and booleans can be used! Chers, Samuel On Sat, Sep 17, 2016 at 5:13 PM, Romain Beauxis wrote: > Hi Normando, > > It looks like the LADSPA code doesn't support interactive integer or float. > We could see about changing that. > > I

Re: [Savonet-users] Issue with interactive bool

2016-09-18 Thread Normando Hall
Thank you so much Romain Regards Normando El 17/09/2016 a las 12:13 p.m., Romain Beauxis escribió: > Hi Normando, > > It looks like the LADSPA code doesn't support interactive integer or > float. We could see about changing that. > > I'm CCing Sam who wrote this code to see if there are any par

Re: [Savonet-users] Issue with interactive bool

2016-09-17 Thread Romain Beauxis
Hi Normando, It looks like the LADSPA code doesn't support interactive integer or float. We could see about changing that. I'm CCing Sam who wrote this code to see if there are any particular reason that we avoided it initially. Romain 2016-08-24 0:44 GMT-05:00 Normando Hall : > Thank you so m

Re: [Savonet-users] Issue with interactive bool

2016-08-23 Thread Normando Hall
Thank you so much Rob, but still no working. Now we get no errors. Maybe I do it wrong. How is the command to use in telnet server? vars.mybool false or vars.mybool true This working but have no effect in ladspa processor. In this I set de parameter bypass=getmybool(). Rgs, Normando El 19/

Re: [Savonet-users] Issue with interactive bool

2016-08-19 Thread Robert McAuley
mybool = ref true server.register(namespace="vars", "mybool", fun (s) -> begin mybool := (s == "true") string_of(!mybool) end) def getmybool() = !mybool end --- Or you can just use "!mybool" in a switch predicate/wherever you need. :) - Rob On Fri, Aug 19, 2016 at 6:57 AM, Normando Hall

Re: [Savonet-users] Issue with interactive bool

2016-08-18 Thread Normando Hall
Update: I was tried to make a function to return false or true based on interactive.bool, but still not working. Any ideas? Regards, Normando El 15/08/2016 a las 10:05 p.m., Normando Hall escribió: > > Hello dears friends. > > I working on LS server frontend, specifically with realtime web > f