• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

img/H03-May-2022-

lv2ttl/H23-Aug-2021-246237

modgui/H03-May-2022-203179

src/H23-Aug-2021-262204

COPYINGH A D23-Aug-202117.7 KiB340281

MakefileH A D03-May-20223.8 KiB13799

README.mdH A D23-Aug-2021518 2115

git2lv2.mkH A D23-Aug-20211.4 KiB4429

README.md

1mididebug.lv2 - MIDI Message Generator
2======================================
3
4mididebug.lv2 is an instrumention tool to generate arbitrary MIDI
5messages up to 3 bytes in length. It's mainly intented for
6http://moddevices.com/ but works in any LV2 plugin-host.
7
8Install
9-------
10
11Compiling mididebug.lv2 requires the LV2 SDK, gnu-make, and a c-compiler.
12
13```bash
14  git clone git://github.com/x42/mididebug.lv2.git
15  cd mididebug.lv2
16  make
17  sudo make install PREFIX=/usr
18```
19
20To build the the MOD GUI use `make MOD=1`
21