Skip to content

jack connection and print-output levels from lua

blackcoffeerider requested to merge blackcoffeerider/midi2input:master into master

jack audio can now autoconnect like with alsa. also wanted a bit more flexibility to let lua script print on warn or error message level. This can be set by calling warnout( bool ) or errorout( bool ) before calling the print function.

Merge request reports