Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

serifpersia/fast-midi-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

midi-router-win

MIDI Router is c++ midi routing utility.

Ability to route midi from selected MIDI Input device to selected MIDI Output device without any overhead.

image

Download

You can download latest MIDI Router Windows executable here:

Release

Build

Windows (MSVC)

  1. Open the Developer Command Prompt for Visual Studio.
  2. Run build.bat.

Windows (MinGW)

  1. Ensure g++ and cmake are in your PATH.
  2. Run build.bat.

Linux/macOS

Run ./build.sh (Requires cmake and a C++ compiler).

License

This project is licensed under the MIT License.