jack_info_callback

Display JACK info message.

Set via jack_set_info_function(), otherwise a JACK-provided default will print @a msg (plus a newline) to stdout.

@param msg info message text (no newline at end).

extern (C) extern
void function(const(char)* msg) jack_info_callback;

Meta