- Basic MIDI monitor, works w/ JACK or ALSA MIDI drivers - Most types of MIDI messages can be filtered from the monitor. - MIDI events can be captured to a text file (SMF planned). - UI Widgets can be hidden to reduce screen clutter.
Categories
MIDILicense
GNU General Public License version 2.0 (GPLv2)Follow MidiMon
Other Useful Business Software
Fully Managed MySQL, PostgreSQL, and SQL Server
Cloud SQL handles your database ops end to end, so you can focus on your app.
Rate This Project
Login To Rate This Project
User Reviews
-
Useful program. I had to add a couple of includes to get it to compile on Debian 8: #include <cstdio.h> to mm_signal.cc and #include <gtkmm.h> to mm_midi_impl.cc It couldn't find ALSA on my system (and I don't use LASH) so I used ./configure --disable-lash --disable-alsa You'll need libglademm-2.4-dev on Debian.