@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/duck-synth-fb44b98a>
    a trn:PluginProfile ;
    rdfs:label "Duck Synth" ;
    trn:vendor "Jesús Valdez" ;
    rdfs:comment "A JUCE-based C++ synthesizer plugin implementing basic additive synthesis with two oscillators, ADSR envelope, waveform selection (sine, square, triangle), reverb effect, and output volume control." ;
    foaf:homepage <https://github.com/jsvaldezv/duck-synth> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/jsvaldezv/duck-synth/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/jsvaldezv/duck-synth/duck-synth.jpg> ;
    schema:downloadUrl <https://github.com/jsvaldezv/duck-synth/releases/download/1.0.0/Duck.Synth_1_0_0.pkg> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:AudioUnit ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/synth> ;
    pu:supportedPlatform pu:MacOS ;
    pu:tag "synthesizer" ;
    pu:tag "additive synthesis" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .