@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/midi-bpm-detection-11b756e5>
    a trn:PluginProfile ;
    rdfs:label "MIDI BPM Detection" ;
    trn:vendor "Vincent Alsteen" ;
    rdfs:comment "Estimates tempo (BPM) from incoming MIDI note-on events in realtime while you play, showing a histogram of competing tempo candidates. Includes a Bitwig controller extension to feed detected tempo back to the DAW transport. Experimental project." ;
    foaf:homepage <https://github.com/valsteen/midi_bpm_detection> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/valsteen/midi-bpm-detection/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/valsteen/midi-bpm-detection/midi-bpm-detection.jpg> ;
    schema:downloadUrl <https://github.com/valsteen/midi_bpm_detection/releases/download/v0.1.0/midi-bpm-detector-v0.1.0-clap-linux-x86_64.zip> ;
    schema:downloadUrl <https://github.com/valsteen/midi_bpm_detection/releases/download/v0.1.0/midi-bpm-detector-v0.1.0-clap-macos-arm64.zip> ;
    schema:downloadUrl <https://github.com/valsteen/midi_bpm_detection/releases/download/v0.1.0/midi-bpm-detector-v0.1.0-clap-macos-x86_64.zip> ;
    schema:downloadUrl <https://github.com/valsteen/midi_bpm_detection/releases/download/v0.1.0/midi-bpm-detector-v0.1.0-clap-windows-x86_64.zip> ;
    schema:downloadUrl <https://github.com/valsteen/midi_bpm_detection/releases/download/v0.1.0/midi-bpm-detector-v0.1.0-desktop-linux-x86_64.zip> ;
    schema:downloadUrl <https://github.com/valsteen/midi_bpm_detection/releases/download/v0.1.0/midi-bpm-detector-v0.1.0-desktop-macos-arm64.zip> ;
    schema:downloadUrl <https://github.com/valsteen/midi_bpm_detection/releases/download/v0.1.0/midi-bpm-detector-v0.1.0-desktop-macos-x86_64.zip> ;
    schema:downloadUrl <https://github.com/valsteen/midi_bpm_detection/releases/download/v0.1.0/midi-bpm-detector-v0.1.0-vst3-linux-x86_64.zip> ;
    schema:downloadUrl <https://github.com/valsteen/midi_bpm_detection/releases/download/v0.1.0/midi-bpm-detector-v0.1.0-vst3-macos-arm64.zip> ;
    schema:downloadUrl <https://github.com/valsteen/midi_bpm_detection/releases/download/v0.1.0/midi-bpm-detector-v0.1.0-vst3-macos-x86_64.zip> ;
    schema:downloadUrl <https://github.com/valsteen/midi_bpm_detection/releases/download/v0.1.0/midi-bpm-detector-v0.1.0-vst3-windows-x86_64.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    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:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "utility" ;
    pu:tag "midi" ;
    pu:tag "bitwig" ;
    pu:tag "tempo" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .