# A plugin profile — machine-readable facts about Bassops.
#
# Host this next to your plugin as profile.ttl and it can be read by this
# catalogue and by anything else that speaks RDF. It is yours: edit it, version
# it with the plugin, and it stays correct because you control it.
#
# The subject below is the plugin's homepage, which is what identifies it here.
# If you would rather use your own namespace, change that one IRI and keep the
# foaf:homepage line, so the two can still be joined up.
#
# Terms: https://plugin-universe.com/ns   Guide: https://plugin-universe.com/about/profiles

@prefix trn:  <http://purl.org/stuff/transmissions/> .
@prefix pu:   <http://purl.org/stuff/plugin-universe/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix schema: <https://schema.org/> .

<https://danja.github.io/downspout/plugins/bassops/>
    a trn:PluginProfile ;
    rdfs:label "Bassops" ;
    rdfs:comment "Sidechain ducker with harmonic stereo synthesis. A kick-drum or other\ncontrol signal on inputs 3-4 (audio sidechain) drives an envelope follower whose inverted\noutput attenuates the main stereo signal on inputs 1-2. After ducking, the stereo signal\nis summed to mono and split by a complementary Hann-windowed sinc LP/HP FIR pair (order\n128, latency 64 samples). The LP path produces the clean bass centre component; optionally\ndistorted mono fed to the HP path becomes the stereo-difference component after M/S\ndecoding, generating stereo width above the crossover from the added harmonics. At Side\nShape 0 the wet output is phase-coherent mono. A Wet control blends the processed signal\nagainst the latency-compensated dry stereo input. Introduces 64-sample FIR latency\nreported to the host." ;
    trn:vendor "danja" ;
    foaf:homepage <https://danja.github.io/downspout/plugins/bassops/> ;
    trn:format trn:VST3 ;
    trn:role trn:AudioEffect ;
    trn:accepts trn:Audio, trn:ControlMidi, trn:AudioSidechain ;
    trn:produces trn:Audio ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:licenceId "MIT" ;
    trn:caution "Introduces 64-sample linear-phase FIR latency; enable delay compensation in the host. Route a dry kick send to inputs 3-4 (AudioSidechain), not a processed bus, to avoid timing smear on the envelope follower. At Wet=100 and Side Shape=0 the output is mono; use the Wet control or raise Side Shape to restore stereo content." .
