JackXrunCallback not called

View: New views
3 Messages — Rating Filter:   Alert me  

JackXrunCallback not called

by Benoît Rouits :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hello list,

First of all, thanks for jackd, and the good doxygen documentation.

I am writing a very small jackd launcher and monitor application in
gtk+. There is a missing from my part on my client: jackd starts, and
reports xruns on stderr, but my xrun callback (of type JackXrunCallback)
is not called, though i registerd it with jack_set_xrun_callback(..). My
client do not treat sound, but only monitors jackd (no ports, so). Do
have i to use jack_port_request_monitor () on system in and out ports ?
how then to get them ? Thanks for any quick hint. Sorry to bother with
such a question.
ben

_______________________________________________
Jack-Devel mailing list
Jack-Devel@...
http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org

Re: JackXrunCallback not called [RESOLVED]

by Benoît Rouits :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

ok, i had to activate the client with jack_activate().

Benoît Rouits wrote:

> hello list,
>
> First of all, thanks for jackd, and the good doxygen documentation.
>
> I am writing a very small jackd launcher and monitor application in
> gtk+. There is a missing from my part on my client: jackd starts, and
> reports xruns on stderr, but my xrun callback (of type JackXrunCallback)
> is not called, though i registerd it with jack_set_xrun_callback(..). My
> client do not treat sound, but only monitors jackd (no ports, so). Do
> have i to use jack_port_request_monitor () on system in and out ports ?
> how then to get them ? Thanks for any quick hint. Sorry to bother with
> such a question.
> ben
>
_______________________________________________
Jack-Devel mailing list
Jack-Devel@...
http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org

Re: JackXrunCallback not called

by Stéphane Letz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Le 4 oct. 2009 à 02:48, Benoît Rouits a écrit :

> hello list,
>
> First of all, thanks for jackd, and the good doxygen documentation.
>
> I am writing a very small jackd launcher and monitor application in
> gtk+. There is a missing from my part on my client: jackd starts,  
> and reports xruns on stderr, but my xrun callback (of type  
> JackXrunCallback) is not called, though i registerd it with  
> jack_set_xrun_callback(..). My client do not treat sound, but only  
> monitors jackd (no ports, so). Do have i to use  
> jack_port_request_monitor () on system in and out ports ? how then  
> to get them ? Thanks for any quick hint. Sorry to bother with such a  
> question.
> ben
>
> _______________________________________________
> Jack-Devel mailing list
> Jack-Devel@...
> http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org


AFAICS non RT callback are only called after jack_activate API has  
been used.

Stéphane
_______________________________________________
Jack-Devel mailing list
Jack-Devel@...
http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org