Hi,

Yes, that is a limitation of the (outdated) `interactive.float`. I'm gonna see 
what I can do about it.

Meanwhile, you can either compute `lin_of_dB` before setting the value through 
the server command or write your own server command that does it for you. 
Something like this:

```
def set_interactive_value(v) =
  v = lin_of_dB(float_of_string(default=0.,v))
  ret = server.execute("var.set test = #{v}")
  string.concat(separator="\n",ret)
end
```
  

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/536#issuecomment-401728269
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to