- 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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.