Skip to content

Commit 3d4116d

Browse files
committed
README
1 parent d36dbf6 commit 3d4116d

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,27 @@ sender object. For further documentation see [sender_capi.h](./sender_capi.h).
2323

2424
### Invocations:
2525

26-
* [ljack] midi sender processor objects are sending midi messages that are given by a
27-
registered sender object to a JACK MIDI OUT port, see [ljack.new_midi_sender()]
26+
* [auproc] MIDI sender processor objects are sending midi messages that are given by a
27+
registered sender object to an [auproc-capi] connector, see [auproc.new_midi_sender()]
2828
and [ljack/example04.lua].
2929

30+
* [auproc] AUDIO sender processor objects are sending audio samples that are given by a
31+
registered sender object to an [auproc-capi] connector, see [auproc.new_audio_sender()]
32+
and [ljack/example08.lua].
33+
3034
<!-- ---------------------------------------------------------------------------------------- -->
3135

3236
[mtmsg]: https://github.com/osch/lua-mtmsg
3337

3438
[ljack]: https://github.com/osch/lua-ljack
3539
[ljack/example04.lua]: https://github.com/osch/lua-ljack/blob/master/examples/example04.lua
36-
[ljack.new_midi_sender()]: https://github.com/osch/lua-ljack/blob/master/doc/README.md#ljack_new_midi_sender
40+
[ljack/example08.lua]: https://github.com/osch/lua-ljack/blob/master/examples/example08.lua
41+
42+
[auproc]: https://github.com/osch/lua-auproc
43+
[auproc-capi]: https://github.com/lua-capis/lua-auproc-capi
44+
[auproc.new_midi_sender()]: https://github.com/osch/lua-auproc/blob/master/doc/README.md#auproc_new_midi_sender
45+
[auproc.new_audio_sender()]: https://github.com/osch/lua-auproc/blob/master/doc/README.md#auproc_new_audio_sender
46+
3747

3848
<!-- ---------------------------------------------------------------------------------------- -->
3949

0 commit comments

Comments
 (0)