aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/src/AQuickVoiceClip/manifest.ttl.in
blob: 171f0d85ff17c1df8c4f5e627d1674bef8a87de5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# LV2 Plugin manifest for airwindows AQuickVoiceClip plugin

@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://www.airwindows.com/aquickvoiceclip-vst>
    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> .