-
Notifications
You must be signed in to change notification settings - Fork 6
/
qmidiarp.appdata.xml
45 lines (45 loc) · 1.78 KB
/
qmidiarp.appdata.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Frank Kober <[email protected]> -->
<component type="desktop">
<id>qmidiarp.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<name>QMidiArp</name>
<summary>A MIDI Arpeggiator, Step Sequencer and LFO</summary>
<description>
<p>
QMidiArp is an advanced MIDI arpeggiator, programmable step sequencer
and LFO for Linux. It can hold any number of arpeggiator, sequencer,
or LFO modules running in parallel.</p>
<p>Arpeggiators produce sequences depending on the notes sent to
their input port, which is typically connected to a keyboard or
another sequencer. Step sequencer modules allow you to create simple
linear, monophonic
and globally transposable sequences similar to the first analog
sequencers. MIDI LFO modules produce MIDI controller data of
adjustable waveform, time resolution, amplitude and duration.</p>
<p>Highlighted Features:</p>
<ul>
<li>JACK or ALSA MIDI backends</li>
<li>MIDI-learnable controls</li>
<li>JACK Transport or MIDI Clock synchronization</li>
<li>Non Session Manager (NSM) support</li>
<li>Modules available as LV2 Plugins</li>
</ul>
</description>
<screenshots>
<screenshot type="default" >http://qmidiarp.sourceforge.net/qmidiarp_doc_en_html.png</screenshot>
<screenshot>http://qmidiarp.sourceforge.net/qmidiarp_doc_en_html_seq.png</screenshot>
</screenshots>
<keywords>
<keyword>MIDI</keyword>
<keyword>ALSA</keyword>
<keyword>JACK</keyword>
<keyword>LV2</keyword>
<keyword>Sequencer</keyword>
<keyword>Arpeggiator</keyword>
<keyword>Qt</keyword>
</keywords>
<url type="homepage">http://qmidiarp.sourceforge.net</url>
<updatecontact>[email protected]</updatecontact>
</component>