Re: [Discuss-gnuradio] grc dynamic variables

2009-05-14 Thread Josh Blum
No, currently the forms.slider cannot have its min and max changed during runtime. Usually, the work around would be to use more variables to scale the output of the slider according to another variable: output_value = scalar*slider_value + offset where offset and scalar can also be graphica

[Discuss-gnuradio] grc dynamic variables

2009-05-14 Thread davek
Is there anyway to change the limits of a slider variable during runtime in grc? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio