- 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 provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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.