• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H17-Dec-2017-1,9971,989

html/H03-May-2022-

m4/H17-Dec-2017-32

man/H17-Dec-2017-1,9241,812

qmidiarp_arp.lv2/H17-Dec-2017-488466

qmidiarp_lfo.lv2/H17-Dec-2017-474467

qmidiarp_seq.lv2/H17-Dec-2017-449442

src/H03-May-2022-26,21819,029

.gitignoreH A D17-Dec-2017661 6463

AUTHORSH A D17-Dec-2017311 1411

COPYINGH A D17-Dec-201714.8 KiB281237

ChangeLogH A D17-Dec-201729.3 KiB665572

DoxyfileH A D17-Dec-2017102.1 KiB2,4061,865

INSTALLH A D17-Dec-20179.3 KiB238179

Makefile.amH A D17-Dec-20171.3 KiB4832

NEWSH A D17-Dec-201714.8 KiB369301

READMEH A D17-Dec-20171.7 KiB7450

acinclude.m4H A D17-Dec-201711.9 KiB322288

aminclude.amH A D17-Dec-20174.6 KiB187135

configure-qmake.shH A D17-Dec-2017137 96

configure.acH A D17-Dec-201710.2 KiB308257

install-qmake.shH A D17-Dec-2017221 105

qmidiarp.appdata.xmlH A D17-Dec-20171.8 KiB4644

qmidiarp.desktopH A D17-Dec-2017711 2322

qmidiarp.proH A D17-Dec-20171.8 KiB8779

README

1QMidiArp by Frank Kober 2009 - 2017
2            Nedko Arnaudov 2011
3            Guido Scholz 2009
4            Matthias Nagorni          (c)2004 by Novell
5
6         published under the GNU General Public License.
7         A copy of the License can be found in the COPYING file
8---------------------------------------------------------------
9
10
11Description
12-----------
13QMidiArp is an arpeggiator, sequencer and MIDI LFO for ALSA and JACK.
14For further information on general function please refer to the qmidiarp
15manual page.
16
17
18Dependencies
19------------
20You need the following development headers and libraries for building.
21
22libqt4-dev     (qt4-devel)
23libasound2-dev (libalsa-devel)
24libjack-dev    (jackit-devel)
25liblo-dev      (liblo-devel) for nsm support
26lv2-dev        (lv2-devel) for building the LV2 modules
27
28Installation
29-------------
30qmidiarp uses autoconf/automake as build system. For short
31
32  ./configure
33  make
34  make install
35
36does the trick. Please refer to the INSTALL file for more information.
37
38
39Git check-out
40-------------
41If you start with a fresh Git checkout, please first make sure you have
42the following packages installed:
43
44autoconf
45automake
46libtool
47
48If this is the case, run
49
50  autoreconf -i
51
52in the top of the source tree to get a proper configure script. For more
53instructions about compiling and installing this application please
54refer to the INSTALL file.
55
56
57Doxygen documentation
58---------------------
59If you have doxygen installed, you can use
60
61make doxygen-doc
62
63to produce functional html documentation of all classes. The html files
64are written to the doxygen-doc directory.
65
66
67Help
68----
69User documentation is provided at
70
71qmidiarp.sourceforge.net
72
73Please ask for help there, too.
74