@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/dust-saturator-6201680a>
    a trn:PluginProfile ;
    rdfs:label "Dust Saturator" ;
    trn:vendor "Andy Ma" ;
    rdfs:comment "Dust Saturator adds upper harmonics and a sandy, granular texture to a sound by time-shifting each sample forward based on its amplitude, without clamping the signal's peaks." ;
    foaf:homepage <https://github.com/Everither/dust-saturator> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/everither/dust-saturator/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/everither/dust-saturator/dust-saturator.jpg> ;
    schema:downloadUrl <https://github.com/Everither/dust-saturator/releases/download/v0.1.1/dust_saturator_v0.1.1.vst3.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/distortion> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/saturation> ;
    pu:supportedPlatform pu:Windows ;
    pu:tag "distortion" ;
    pu:tag "saturation" ;
    pu:tag "lo-fi" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .