1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
QMidiArp by Frank Kober 2009 - 2017
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
---------------------------------------------------------------
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.
|