Detailed DescriptionThe functions in this group allow to register callbacks for diverting any info & error messages the JACK system raises at runtime. By default such messages are simply sent to
Function Documentation
Set the jack_error_callback for error message display. Set it to NULL to restore default_jack_error_callback function. The JACK library provides two built-in callbacks for this purpose: default_jack_error_callback() and silent_jack_error_callback().
Set the jack_info_callback for info message display. Set it to NULL to restore default_jack_info_callback function. The JACK library provides two built-in callbacks for this purpose: default_jack_info_callback() and silent_jack_info_callback(). Variable Documentation
Display JACK error message. Set via jack_set_error_function(), otherwise a JACK-provided default will print msg (plus a newline) to stderr.
Display JACK info message. Set via jack_set_info_function(), otherwise a JACK-provided default will print msg (plus a newline) to stdout.
Generated by |
|||||||||||||||||||||||||||||||
|