@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/birdhouse-cb627eb4>
    a trn:PluginProfile ;
    rdfs:label "Birdhouse" ;
    trn:vendor "Mads Kjeldgaard" ;
    rdfs:comment "Birdhouse listens for OSC messages and converts them to MIDI (note on/off, CC, pitch bend) in realtime, so OSC-based controllers and software can drive a DAW or plugin host directly." ;
    foaf:homepage <https://github.com/madskjeldgaard/Birdhouse> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/madskjeldgaard/birdhouse/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/madskjeldgaard/birdhouse/birdhouse.jpg> ;
    schema:downloadUrl <https://github.com/madskjeldgaard/Birdhouse/releases/download/v0.1.2/BirdHouse_MacARM.dmg> ;
    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:CLAP ;
    trn:format trn:Standalone ;
    pu:category <http://purl.org/stuff/plugin-universe/category/midi> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/utility> ;
    pu:supportedPlatform pu:MacOS ;
    pu:tag "midi" ;
    pu:tag "bridge" ;
    pu:tag "osc" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .