@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/qpitch-cf565c25>
    a trn:PluginProfile ;
    rdfs:label "QPitch" ;
    trn:vendor "Austin A." ;
    rdfs:comment "Pitch-correction plugin with formant preservation — detects the main frequency, maps to MIDI, pitch shifts, and corrects formants" ;
    foaf:homepage <https://github.com/Skynse/qpitch> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/skynse/qpitch/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/skynse/qpitch/qpitch.jpg> ;
    schema:downloadUrl <https://github.com/Skynse/qpitch/releases/download/v1.3.1/QPitch-v1.3.1-linux-clap.zip> ;
    schema:downloadUrl <https://github.com/Skynse/qpitch/releases/download/v1.3.1/QPitch-v1.3.1-linux-vst3.zip> ;
    schema:downloadUrl <https://github.com/Skynse/qpitch/releases/download/v1.3.1/QPitch-v1.3.1-macos-universal-clap.zip> ;
    schema:downloadUrl <https://github.com/Skynse/qpitch/releases/download/v1.3.1/QPitch-v1.3.1-macos-universal-vst3.zip> ;
    schema:downloadUrl <https://github.com/Skynse/qpitch/releases/download/v1.3.1/QPitch-v1.3.1-windows-clap.zip> ;
    schema:downloadUrl <https://github.com/Skynse/qpitch/releases/download/v1.3.1/QPitch-v1.3.1-windows-vst3.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:CLAP ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "vocal" ;
    pu:tag "autotune" ;
    pu:tag "formant" ;
    pu:tag "pitch correction" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .