Hi,
Am I doing something wrong? This program uses all my CPU and does not
respond to mouse inputs:
self.scope = scopesink.scope_sink_f(self, panel,sample_rate=10)
source = gr.null_source(gr.sizeof_float)
self.connect(source, self.scope)
I attached the entire program to this message.
Thank you!
Chris