Skip to content

Latest commit

 

History

History

LJACK Examples

Most of the examples are using procesor objects that are provided by the lua-auproc package.

  • example01.lua

    This example lists all JACK ports and connects the first MIDI OUT port with the first MIDI IN port if these are available.

  • example02.lua

    This example lets the user select a MIDI OUT and a MIDI IN port which are connected and observed afterwards. The example reconnects if the connection is disconnected or if one of the ports disappears and reappears again.

    The example uses lua-nocurses for user interaction and lua-mtmsg as receiver for JACK status events, see also Status Messages.