You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
I'm trying to use PortAudio.jl in an application where the running audio code control parameters have to be updated in real-time with a GTK based GUI.
The PA template code is here: https://github.com/grame-cncm/faust/blob/master-dev/architecture/julia/audio/portaudio.jl
The GTK Controller code is here: https://github.com/grame-cncm/faust/blob/master-dev/architecture/julia/gui/GTKUI.jl
I need to start the GTKUI code, make it do not block the calling thread, and have the PortAudio audio rendering code start later on.
I tris using
Threads.@spawn
without success: the GTK windows does not show correctly and cannot be used. Any idea?The text was updated successfully, but these errors were encountered: