@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/guitarmidi-f85c87f6>
    a trn:PluginProfile ;
    rdfs:label "GuitarMidi" ;
    trn:vendor "Gerald Mwangi" ;
    rdfs:comment "Analyses a guitar's audio signal with a bank of bandpass filters and a neural net to extract played notes and outputs them as MIDI, with velocity/expressivity tracking." ;
    foaf:homepage <https://github.com/geraldmwangi/GuitarMidi-LV2> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/geraldmwangi/guitarmidi-lv2/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/geraldmwangi/guitarmidi-lv2/guitarmidi-lv2.jpg> ;
    schema:downloadUrl <https://github.com/geraldmwangi/GuitarMidi-LV2/releases/download/v2.2/guitarmidi-lv2_2.2.1_ubuntu2604_amd64.deb> ;
    schema:downloadUrl <https://github.com/geraldmwangi/GuitarMidi-LV2/releases/download/v2.2/guitarmidi-lv2_2.2_ubuntu_2404_amd64.deb> ;
    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/midi> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/generator> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/guitar> ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "midi" ;
    pu:tag "guitar" ;
    pu:tag "neural network" ;
    pu:tag "pitch detection" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .