Skip to content

Commit 688b336

Browse files
committed
ljack example
1 parent 33e1bda commit 688b336

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,28 @@ receiver object. For further documentation see [receiver_capi.h](./receiver_capi
2323
* [mtstates] state objects are implementing the *Receiver C API*. If invoked, the state's
2424
callback function is invoked with the message arguments.
2525

26+
### Invocations:
27+
28+
* [ljack] client objects are sending [JACK status messages] to a registered receiver object,
29+
see [ljack.client_open()] and [ljack/example02.lua].
30+
31+
* [ljack] midi receiver processor objects are sending midi messages that were received from a
32+
JACK MIDI IN port to a registered receiver object, see [ljack.new_midi_receiver()]
33+
and [ljack/example03.lua].
34+
2635

2736
<!-- ---------------------------------------------------------------------------------------- -->
2837

29-
[mtmsg]: https://github.com/osch/lua-mtmsg
38+
[mtmsg]: https://github.com/osch/lua-mtmsg
3039

31-
[mtstates]: https://github.com/osch/lua-mtstates
40+
[mtstates]: https://github.com/osch/lua-mtstates
3241

42+
[ljack]: https://github.com/osch/lua-ljack
43+
[ljack/example02.lua]: https://github.com/osch/lua-ljack/blob/master/examples/example02.lua
44+
[ljack/example03.lua]: https://github.com/osch/lua-ljack/blob/master/examples/example03.lua
45+
[ljack.client_open()]: https://github.com/osch/lua-ljack/blob/master/doc/README.md#ljack_client_open
46+
[ljack.new_midi_receiver()]: https://github.com/osch/lua-ljack/blob/master/doc/README.md#ljack_new_midi_receiver
47+
[JACK status messages]: https://github.com/osch/lua-ljack/blob/master/doc/README.md#status-messages
3348

3449
<!-- ---------------------------------------------------------------------------------------- -->
3550

0 commit comments

Comments
 (0)