@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 dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema: <https://schema.org/> .

<http://purl.org/stuff/plugin-universe/plugin/bassops-af604322>
    a trn:PluginProfile ;
    rdfs:label "Bassops" ;
    trn:vendor "danja" ;
    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." ;
    foaf:homepage <https://danja.github.io/downspout/plugins/bassops/> ;
    prov:wasDerivedFrom <https://github.com/danja/downspout> ;
    trn:format trn:VST3 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .