Skip to content

Linux MIDI arpeggiator, sequencer and LFO for ALSA and JACK

License

Notifications You must be signed in to change notification settings

PlagiatBros/qmidiarp

 
 

Repository files navigation

QMidiArp by Frank Kober 2009 - 2021
            Nedko Arnaudov 2011
            Guido Scholz 2009
            Matthias Nagorni          (c)2004 by Novell

         published under the GNU General Public License.
         A copy of the License can be found in the COPYING file

Contributions
---------------------------------
Roy Vegard Ovesen (work on nsm support)
Matthew McGuire (LFO phase setting)

---------------------------------------------------------------


Description
-----------
QMidiArp is an arpeggiator, sequencer and MIDI LFO for ALSA and JACK.
For further information on general function please refer to the qmidiarp
manual page.


Dependencies
------------
You need the following development headers and libraries for building.

libqt4-dev     (qt4-devel)
libasound2-dev (libalsa-devel)
libjack-dev    (jackit-devel)
liblo-dev      (liblo-devel) for nsm support
lv2-dev        (lv2-devel) for building the LV2 modules

Installation
-------------
qmidiarp uses autoconf/automake as build system. For short

  ./configure
  make
  make install

does the trick. Please refer to the INSTALL file for more information.


Git check-out
-------------
If you start with a fresh Git checkout, please first make sure you have
the following packages installed: 

autoconf
automake
libtool

If this is the case, run

  autoreconf -i

in the top of the source tree to get a proper configure script. For more 
instructions about compiling and installing this application please 
refer to the INSTALL file.


Doxygen documentation
---------------------
If you have doxygen installed, you can use

make doxygen-doc

to produce functional html documentation of all classes. The html files
are written to the doxygen-doc directory.


Help
----
User documentation is provided at

qmidiarp.sourceforge.net

Please ask for help there, too.

About

Linux MIDI arpeggiator, sequencer and LFO for ALSA and JACK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.9%
  • C 3.5%
  • M4 3.1%
  • Makefile 1.1%
  • Other 0.4%