aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/Template/Plugin.ttl
blob: 1ede09d5781fc734188897eb026a406bdaaadfbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Airwindows @Plugin@ plugin description

@prefix lv2:   <http://lv2plug.in/ns/lv2core#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix units: <http://lv2plug.in/ns/extensions/units#> .

<https://www.airwindows.com/@plugin@>
    a lv2:Plugin ,
        lv2:@TTLPluginType@ ;
    lv2:project <https://www.airwindows.com> ;

    lv2:optionalFeature lv2:hardRTCapable ;

    # Define the ports for this plugin.
    lv2:port [
@TTLPortDefs@
    ] .