mot consists of several MIDI and OSC command line tools. These are mainly of interest to debug and check OSC messages and MIDI devices. The tools are written in Rust and provide a collection of sub-applications for various MIDI and OSC tasks.
Applications:
midi_echo- prints MIDI messages coming from a connected MIDI deviceosc_echo- prints OSC messages arriving at a certain UDP portosc_send- sends OSC messages from STDIN to a certain hostmidi_to_osc- a MIDI to OSC bridge which sends MIDI messages to an OSC targetosc_to_midi- receives OSC messages and sends them to a MIDI devicemidi_processor- processes incoming MIDI messages using Lua scripts with transformationsmidi_roundtrip_latency- measure MIDI round-trip latency
Links: