-
Notifications
You must be signed in to change notification settings - Fork 6
/
README
98 lines (68 loc) · 2.16 KB
/
README
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
QMidiArp by Frank Kober 2009 - 2024
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:
qtbase5-dev (qt5-devel)
qttools5-dev-tools for language translations
libasound2-dev (libalsa-devel)
libjack-dev (jackit-devel)
liblo-dev (liblo-devel) for nsm support
lv2-dev (lv2-devel) for building the LV2 modules
For building the robtk LV2 UIs please also install the following:
libpango1.0-dev
libcairo2-dev
libpugl-dev
Installation with cmake (qmidiarp >= 0.6.7)
-------------------------------------------
After unpacking:
cd qmidiarp-<version>
mkdir build
cd build
cmake ..
make
sudo make install
Installation with auto* tools
---------------------------
For building with 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.