0110.be logo
mot command line tools for MIDI and OSC
mot command line tools for MIDI and OSC

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 device
  • osc_echo - prints OSC messages arriving at a certain UDP port
  • osc_send - sends OSC messages from STDIN to a certain host
  • midi_to_osc - a MIDI to OSC bridge which sends MIDI messages to an OSC target
  • osc_to_midi - receives OSC messages and sends them to a MIDI device
  • midi_processor - processes incoming MIDI messages using Lua scripts with transformations
  • midi_roundtrip_latency - measure MIDI round-trip latency

Links: