@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/macro-oscillator-a3e67176>
    a trn:PluginProfile ;
    rdfs:label "Macro Oscillator" ;
    trn:vendor "Reece Mitchell" ;
    rdfs:comment "Compact synthesizer built around the Mutable Instruments Braids macro oscillator engine, with multi-stage MSEG modulation" ;
    foaf:homepage <https://github.com/Reece4000/macro_oscillator> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/reece4000/macro-oscillator/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/reece4000/macro-oscillator/macro-oscillator.jpg> ;
    schema:downloadUrl <https://github.com/Reece4000/macro_oscillator/releases/download/v0.1.1/MacroOSC-macOS-arm64-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/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/modulation> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/synth> ;
    pu:supportedPlatform pu:MacOS ;
    pu:tag "synthesizer" ;
    pu:tag "modulation" ;
    pu:tag "braids" ;
    pu:tag "mseg" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .