- 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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.