Menu

Tree [858776] master /
 History

HTTPS access


File Date Author Commit
 debian 2019-12-22 rncbc rncbc [858776] - Preppings for the 0.6.1 (winter'19) release.
 src 2019-10-20 rncbc rncbc [ec924d] - Provide a default IPv6 address, and feedback ...
 .gitignore 2019-09-26 Pedro López-Cabanillas Pedro López-Cabanillas [adf5b3] Fixed Cmake build with IPv6
 .travis.yml 2019-12-10 rncbc rncbc [b72fee] - Updated travis-ci config for ppa:beineri/opt-...
 AUTHORS 2010-03-06 rncbc rncbc [5cf13f] - Initial import fix.
 CMakeLists.txt 2019-11-15 rncbc rncbc [f4ed46] - Second attempt to fix the yet non-official th...
 COPYING 2010-03-06 rncbc rncbc [5cf13f] - Initial import fix.
 ChangeLog 2019-12-22 rncbc rncbc [858776] - Preppings for the 0.6.1 (winter'19) release.
 INSTALL 2012-02-20 rncbc rncbc [52bd46] - INSTALL file update from autoconf (sic).
 Makefile.git 2018-01-10 rncbc rncbc [16474c] - A little hardening on the configure (autoconf...
 Makefile.in 2018-01-10 rncbc rncbc [16474c] - A little hardening on the configure (autoconf...
 README 2019-12-15 rncbc rncbc [91738a] - Updates for HTTPS external links if available.
 README.cmake 2019-08-26 rncbc rncbc [336550] - Updated/added README.cmake to present new CMa...
 TODO 2010-03-06 rncbc rncbc [f7fada] - More primordial fixing.
 autogen.sh 2014-11-20 Rui Nuno Capela Rui Nuno Capela [c28fb2] - New Git build references stabilization.
 configure.ac 2019-10-20 rncbc rncbc [ec924d] - Provide a default IPv6 address, and feedback ...
 qmidinet.1 2015-03-03 rncbc rncbc [41b356] - Previously hard-coded UDP/IP multicast addres...
 qmidinet.fr.1 2017-04-28 Olivier Humbert Olivier Humbert [af0e6d] Create qmidinet.fr.1
 qmidinet.pro 2015-08-11 rncbc rncbc [4c3a17] - Dropped old qmake-qt4 error warning.
 qmidinet.spec.in 2019-12-22 rncbc rncbc [858776] - Preppings for the 0.6.1 (winter'19) release.

Read Me

QmidiNet - A MIDI Network Gateway via UDP/IP Multicast
------------------------------------------------------

QmidiNet is a MIDI network gateway application that sends and receives
MIDI data (ALSA Sequencer [2] and/or JACK MIDI [3]) 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).

Website:

  https://qmidinet.sourceforge.io
  http://qmidinet.sourceforge.net

Project page:

  https://sourceforge.net/projects/qmidinet

Weblog:

  https://www.rncbc.org

QmidiNet is free, open-source software, distributed under the terms of
the GNU General Public License (GPL) [4] version 2 or later.


Requirements
------------

The software requirements for build and runtime are listed as follows:

  Mandatory:

  [1] Qt framework, C++ class library and tools for
        cross-platform application and UI development
        https://qt.io/

  [2] ALSA, Advanced Linux Sound Architecture
        https://www.alsa-project.org/

  Optional (opted-in at build time):

  [3] JACK Audio Connection Kit
        https://jackaudio.org/

  
Installation
------------

The installation procedure follows the standard for source distributions.
Unpack the tarball and in the extracted source directory:

    ./configure [--prefix=/usr/local]
    make

and optionally as root:

    make install

This procedure will end installing the following couple of files:

    ${prefix}/bin/qmidinet
    ${prefix}/share/applications/qmidinet.desktop
    ${prefix}/share/icons/hicolor/32x32/apps/qmidinet.png

Just launch ${prefix}/bin/qmidinet and you're off (hopefully).

Note that the default installation path ${prefix} is /usr/local.

If you're checking out from Git, you'll have to prepare the
configure script just before you proceed with the above instructions:

   ./autogen.sh


Configuration
-------------

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.


Bugs
----

Plenty still, after all this is alpha software ;)


Support
-------

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 (https://sourceforge.net/projects/qmidinet).

You can also find timely and closer contact information on my personal
web site (https://www.rncbc.org).


References
----------

[1] Qt framework, C++ class library and tools for
     cross-platform application and UI development
     https://qt.io/

[2] ALSA, Advanced Linux Sound Architecture
     https://www.alsa-project.org/

[3] JACK Audio Connection Kit
     https://jackaudio.org/

[4] GNU General Public License
     https://www.gnu.org/copyleft/gpl.html


Enjoy.

rncbc aka Rui Nuno Capela
rncbc at rncbc dot org
https://www.rncbc.org