diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-09-15 20:21:35 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-09-15 21:17:08 +0300 |
commit | 0b47e7cf9bb7b77fa28a02aea1964540b81a7c84 (patch) | |
tree | b1b0be0317d594cac680bf69d3857253f7f0341c /README.md | |
parent | 7fc0f17fb37326c86a83627b856a5b75f522c090 (diff) | |
download | applause2-0b47e7cf9bb7b77fa28a02aea1964540b81a7c84.tar.gz |
documentation update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -44,7 +44,7 @@ Example (one channel): echo -ne "25 \nStream.SinOsc(440):play()" | socat -,ignoreeof TCP:127.0.0.1:10000" -See also `client.tes` for a SciTECO integration. +See also `client.tes` for a [SciTECO](https://github.com/rhaberkorn/sciteco) integration. # Joysticks and Gamepads @@ -68,3 +68,5 @@ to expose them as MIDI events. * [midicontroller](https://sourceforge.net/projects/midicontrol/) for producing MIDI CC events * MIDI Tracker ??? * evtest to find and test HID devices +* listplugins and analyseplugin to inspect LADSPA plugins +* dssi_list_plugins and dssi_analyse_plugin to inspect DSSI plugins |