MIDI event display for MOD-UI

Hi @ll,

there is a neat plugin for displaying MIDI events inside MOD-UI (really good for debugging MIDI-pedalboards). I created a PR for this plugin. For those who want to test before:

cd $ZYNTHIAN_PLUGINS_SRC_DIR
git clone https://github.com/vallsv/midi-display.lv2.git
cd midi-display.lv2
make -j 3
DESTDIR=/zynthian/zynthian-plugins PREFIX=/lv2 SYSPATH="" make install
cd ..

Regards, Holger

3 Likes

Thanks a lot, @C0d3man!
It’s now merged with master and will be included in next SD image builds.