@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/osccontrol-light-2d09a41b>
    a trn:PluginProfile ;
    rdfs:label "osccontrol-light" ;
    trn:vendor "Patric Schmitz" ;
    rdfs:comment "Sends Open Sound Control (OSC) messages directly from a host's automatable plugin controls, at full resolution and without encoding as MIDI CC — available as a GUI preset-prototyping plugin/app, or a headless build preloaded with a YAML preset." ;
    foaf:homepage <https://github.com/drlight-code/osccontrol-light> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/drlight-code/osccontrol-light/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/drlight-code/osccontrol-light/osccontrol-light.jpg> ;
    schema:downloadUrl <https://github.com/drlight-code/osccontrol-light/releases/download/release/2023.11-pre/osccontrol-light.lv2.tar.gz> ;
    schema:downloadUrl <https://github.com/drlight-code/osccontrol-light/releases/download/release/2023.11-pre/osccontrol-light.vst3.tar.gz> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:LV2 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/utility> ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "music production" ;
    pu:tag "audiovisual" ;
    pu:tag "daw" ;
    pu:tag "intermedia" ;
    pu:tag "mapping" ;
    pu:tag "open sound control" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .