Re: [LAD] qt and jack

From: Luis Garrido <luisgarrido@email-addr-hidden>
Date: Thu Apr 09 2009 - 03:07:07 EEST

> jack_set_process_callback(client, process, 0);

I think you should change this to

jack_set_process_callback(client, process, this);

jack will store that pointer to your object and pass it back in the
"process" call.

As things are now, you are getting back that 0 and you are casting
pAudioEngine to NULL.

HTH,

L
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev
Received on Thu Apr 9 04:15:01 2009

This archive was generated by hypermail 2.1.8 : Thu Apr 09 2009 - 04:15:01 EEST