- 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
Cloud-based help desk software with ServoDesk
What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
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.