Re: [LAD] Jack1 and Fl::lock

2015-04-14 Thread Mark D. McCurry
On 04-14, Aurélien Leblond wrote: I have been debugging an issue in Giada where sometimes it would get disconnected from Jack1 at start (not Jack2). During my debugging, I found that the JackSyncCallback method setup in Giada's jack_set_sync_callback uses Fl::lock which blocks the main

[LAD] Jack1 and Fl::lock

2015-04-14 Thread Aurélien Leblond
Hi, I have been debugging an issue in Giada where sometimes it would get disconnected from Jack1 at start (not Jack2). During my debugging, I found that the JackSyncCallback method setup in Giada's jack_set_sync_callback uses Fl::lock which blocks the main process and Jack doesn't like that. I