[LAD] Looking for an introduction to rt programming with a gui
Arnout Engelen
lad at bzzt.net
Thu May 20 14:19:01 UTC 2010
On Thu, May 20, 2010 at 08:37:07AM -0500, Gabriel Beddingfield wrote:
> Another option is to use a scripting language (like Tcl/Tk, PyGtk, or
> PyQt) for the GUI parts. However, when you're mixing it with your
> core C/C++ parts, I find it really hard to debug these programs.
While working on jack_mixer[1], I was pleasantly surprised by being able
to use gdb to get backtraces from the C code even when it was called from
the Python frontend.
The interfacing between Python and C could be easier though.
Regards,
Arnout
[1] http://home.gna.org/jackmixer/
More information about the Linux-audio-dev
mailing list