/usr/lib/lv2/ZamAutoSat.lv2/ZamAutoSat_dsp.ttl is in zam-plugins 3.7~repack2-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | @prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix mod: <http://moddevices.com/ns/mod#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rsz: <http://lv2plug.in/ns/ext/resize-port#> .
@prefix ui: <http://lv2plug.in/ns/extensions/ui#> .
@prefix unit: <http://lv2plug.in/ns/extensions/units#> .
<urn:zamaudio:ZamAutoSat>
a lv2:Plugin ;
lv2:extensionData <http://lv2plug.in/ns/ext/state#interface> ;
lv2:optionalFeature <http://lv2plug.in/ns/lv2core#hardRTCapable> ,
<http://lv2plug.in/ns/ext/buf-size#boundedBlockLength> ;
lv2:requiredFeature <http://lv2plug.in/ns/ext/options#options> ,
<http://lv2plug.in/ns/ext/urid#map> ;
ui:ui <urn:zamaudio:ZamAutoSat#UI> ;
lv2:port [
a lv2:InputPort, lv2:AudioPort ;
lv2:index 0 ;
lv2:symbol "lv2_audio_in_1" ;
lv2:name "Audio Input 1" ;
] ;
lv2:port [
a lv2:OutputPort, lv2:AudioPort ;
lv2:index 1 ;
lv2:symbol "lv2_audio_out_1" ;
lv2:name "Audio Output 1" ;
] ;
rdfs:comment """
An automatic saturation plugin, has been known to provide smooth levelling to live mic channels.
You can apply this plugin generously without affecting the tone.
""" ;
mod:brand "ZamAudio" ;
mod:label "ZamAutoSat" ;
doap:name "ZamAutoSat" ;
doap:license "GPL v2+" ;
doap:maintainer [
foaf:name "Damien Zammit" ;
foaf:homepage <http://www.zamaudio.com> ;
] ;
lv2:microVersion 7 ;
lv2:minorVersion 2 .
|