Re: [Discuss-gnuradio] missing internal callbacks

2014-07-03 Thread Robert McGwier
It is a very difficult thing to implement practically and is so close to necessary limitation that you should just consider it necessary and move on. Bob On Thu, Jul 3, 2014 at 5:40 PM, wrote: > Hello- > > when creating a flowgraph in GRC there are times I would like to change > the decimatio

Re: [Discuss-gnuradio] missing internal callbacks

2014-07-03 Thread Activecat
On Fri, Jul 4, 2014 at 5:40 AM, wrote: > Hello- > > when creating a flowgraph in GRC there are times I would like to change > the decimation on-the-fly with a gui slider. However, this does not work > because the decimation factor in blocks such as the AM Demod or Decimating > Fir Filter does no

[Discuss-gnuradio] missing internal callbacks

2014-07-03 Thread ematlis
Hello- when creating a flowgraph in GRC there are times I would like to change the decimation on-the-fly with a gui slider. However, this does not work because the decimation factor in blocks such as the AM Demod or Decimating Fir Filter does not have an internal callback (as I understand it).