Re: [Discuss-gnuradio] fftsink and scopesink refactored

2005-11-21 Thread Jonathan Jacky
I tried the new fftsink and scopesink on Mac OS X 10.4.3 Tiger. Both of them work without modifications on a 1 GHZ Powerbook G4. Previous versions would not always work --- they would start up and display a blank window, with the twirling beachball icon that indicates the program is busy,

Re: [Discuss-gnuradio] fftsink and scopesink refactored

2005-11-17 Thread Eric Blossom
On Wed, Nov 16, 2005 at 11:51:23PM +0100, Martin Dvh wrote: Eric Blossom wrote: FYI, fftsink and scopesink were just refactored to use messages and message queues to communicate between the C++ and Python side. This removes our dependency on pipes, but more importantly, the C++ side will

[Discuss-gnuradio] fftsink and scopesink refactored

2005-11-15 Thread Eric Blossom
FYI, fftsink and scopesink were just refactored to use messages and message queues to communicate between the C++ and Python side. This removes our dependency on pipes, but more importantly, the C++ side will now never block trying to send data to the GUI. There are also a couple generally