aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/manifest.ttl.in
blob: 68fa3780795936ed2db3b5836d7754b8089ed05a (plain) (blame)
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
@prefix airwindows: <https://www.airwindows.com/> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://volse.net/~haraldei>
	a foaf:Person ;
	foaf:name "Harald Eilertsen" ;
	foaf:mbox <mailto:haraldei@anduin.net> ;
	rdfs:seeAlso <https://volse.net/~haraldei/airwindows> .


airwindows:
    a doap:Project ;
    lv2:symbol "airwindows" ;
    doap:name "Airwindows LV2" ;
    doap:shortdesc "An LV2 port of the Airwindows plugins." ;
    doap:homepage <https://code.volse.net/audio/plugins/airwindows-lv2-port.git> ;
    doap:license <http://opensource.org/licenses/MIT> ;
    doap:maintainer <https://volse.net/~haraldei> ;
    doap:developer [
        a foaf:Person ;
        foaf:name "Chris Johnson" ;
        foaf:mbox <chrisj@airwindows.com>
    ] .

airwindows:acceleration
    a lv2:Plugin ;
    doap:name "Airwindows Acceleration Limiter" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <Acceleration@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <Acceleration.ttl> .

airwindows:adclip-7
    a lv2:Plugin ;
    doap:name "Airwindows ADClip7 Loudness Maximizer" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <ADClip7@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <ADClip7.ttl> .

airwindows:adt
    a lv2:Plugin ;
    doap:name "Airwindows Adjustable Delay Taps" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <ADT@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <ADT.ttl> .

airwindows:air
    a lv2:Plugin ;
    doap:name "Airwindows Air" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <Air@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <Air.ttl> .

airwindows:apicolypse
    a lv2:Plugin ;
    doap:name "Airwindows Apicolypse" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <Apicolypse@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <Apicolypse.ttl> .

airwindows:aquickvoiceclip
    a lv2:Plugin ;
    doap:name "Airwindows AQuickVoiceClip" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <AQuickVoiceClip@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <AQuickVoiceClip.ttl> .

airwindows:atmospherebuss
    a lv2:Plugin ;
    doap:name "Airwindows AtmosphereBuss" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <AtmosphereBuss@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <AtmosphereBuss.ttl> .

airwindows:atmospherechannel
    a lv2:Plugin ;
    doap:name "Airwindows AtmosphereChannel" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <AtmosphereChannel@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <AtmosphereChannel.ttl> .

airwindows:aura
    a lv2:Plugin ;
    doap:name "Airwindows Aura" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <Aura@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <Aura.ttl> .

airwindows:average
    a lv2:Plugin ;
    doap:name "Airwindows Average" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <Average@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <Average.ttl> .

airwindows:avermatrix
    a lv2:Plugin ;
    doap:name "Airwindows AverMatrix" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <AverMatrix@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <AverMatrix.ttl> .

airwindows:bassdrive
    a lv2:Plugin ;
    doap:name "Airwindows BassDrive" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <BassDrive@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <BassDrive.ttl> .

airwindows:basskit
    a lv2:Plugin ;
    doap:name "Airwindows BassKit" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <BassKit@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <BassKit.ttl> .

airwindows:baxandall
    a lv2:Plugin ;
    doap:name "Airwindows Baxandall" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <Baxandall@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <Baxandall.ttl> .

airwindows:beam
    a lv2:Plugin ;
    doap:name "Airwindows Beam" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <Beam@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <Beam.ttl> .

airwindows:biquad
    a lv2:Plugin ;
    doap:name "Airwindows Biquad" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <Biquad@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <Biquad.ttl> .

airwindows:biquad2
    a lv2:Plugin ;
    doap:name "Airwindows Biquad2" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <Biquad2@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <Biquad2.ttl> .

airwindows:biquadonehalf
    a lv2:Plugin ;
    doap:name "Airwindows BiquadOneHalf" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <BiquadOneHalf@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <BiquadOneHalf.ttl> .