QmidiNet is a MIDI network gateway application that sends and receives MIDI data (ALSA Sequencer and/or JACK MIDI) over the network, using UDP/IP multicast. Inspired by multimidicast (https://llg.cubic.org/tools) and designed to be compatible with ipMIDI for Windows (https://nerds.de).
QmidiNet is free, open-source software, distributed under the terms of the GNU General Public License (GPL) version 2 or later.
Sourceforge project page: https://sourceforge.net/projects/qmidinet
Weblog: https://www.rncbc.org
See also: QmidiCtl - A MIDI remote controller via UDP/IP multicast
Not much to see but a system tray icon ;)
The software requirements for build and runtime are listed as follows:
Mandatory:
Optional (opted-in at build time):
2024-06-19 - An Unthinkable Release.
qmidinet-1.0.0.tar.gz
Previous and older releases, including the change log, are also available here. You may also check out from the latest bleeding edge development source tree, using Git.
You can browse all files available for download, including binary packages, at QmidiNet Files on SourceForge.net.
Unpack the tarball and in the extracted source directory:
cmake
[-DCMAKE_INSTALL_PREFIX=
prefix]-B build
cmake --build build
[--parallel
Njobs]
and optionally as root:
[
sudo
]cmake --install build
Note that the default installation path prefix is /usr/local
.
QmidiNet holds its settings and configuration state per user,
in a file located as $HOME/.config/rncbc.org/QmidiNet.conf
.
Normally, there's no need to edit this file, as it is recreated and
rewritten everytime qmidinet is run.
Plenty still, however QjackNet may be considered in production/stable phase already.
QmidiNet is open source free software. For bug reports, feature requests, discussion forums, mailling lists, or any other matter related to the development of this piece of software, please use the Sourceforge project page.
You can also find timely and closer contact information on my personal web site.
Enjoy.