@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/three-osc-75d52891>
    a trn:PluginProfile ;
    rdfs:label "Three Osc" ;
    trn:vendor "Madadog" ;
    rdfs:comment "A polyphonic subtractive synth based on LMMS's Triple Oscillator, with 3 oscillators cross-modulating via PM/FM/AM, 3 filter models, bandlimited wavetable synthesis, and up to 128-voice unison per oscillator." ;
    foaf:homepage <https://github.com/Madadog/three_osc> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/madadog/three-osc/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/madadog/three-osc/three-osc.jpg> ;
    schema:downloadUrl <https://github.com/Madadog/three_osc/releases/download/v0.2.0/three_osc-v0.2.0-linux-x86_64.lv2.tar.gz> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:LV2 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/synth> ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "unison" ;
    pu:tag "wavetable" ;
    pu:tag "subtractive synthesis" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .