@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/modern-distortion-synthesizer-2f9ab37e>
    a trn:PluginProfile ;
    rdfs:label "Modern Distortion Synthesizer" ;
    trn:vendor "Colin Raab" ;
    rdfs:comment "A polyphonic wavetable synthesizer featuring four sources (two wavetable oscillators, a noise generator, and a sampler) with per-voice, per-source filters, envelopes, and distortion." ;
    foaf:homepage <https://github.com/colinraab/modern-distortion-synth> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/colinraab/modern-distortion-synth/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/colinraab/modern-distortion-synth/modern-distortion-synth.jpg> ;
    schema:downloadUrl <https://github.com/colinraab/modern-distortion-synth/releases/download/beta/Capstone.component.zip> ;
    schema:downloadUrl <https://github.com/colinraab/modern-distortion-synth/releases/download/beta/Capstone.vst3.zip> ;
    schema:downloadUrl <https://github.com/colinraab/modern-distortion-synth/releases/download/beta/Capstone.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:AudioUnit ;
    trn:format trn:Standalone ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/synth> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/distortion> ;
    pu:supportedPlatform pu:MacOS ;
    pu:tag "synthesizer" ;
    pu:tag "juce" ;
    pu:tag "distortion" ;
    pu:tag "wavetable" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .