Hi Paul,
Okay, I have a design flaw. I am the only one who uses this app, so no harm done. But I am still confused by the conversation here. If I cannot use gdk_threads_idle_add() then what can I do.
I am confused because, I imagine, anticipate that creating a thread in the jack callback and running it calling an function that inserts text into a textbuffer will not work because I can only act on the main thread?
A simple code example of a solution would be helpful.