@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/mxtune-494de964>
    a trn:PluginProfile ;
    rdfs:label "MXTune" ;
    trn:vendor "liuanlin-mx" ;
    rdfs:comment "Graphical pitch-correction and note-editing plugin for VST2, using the Autotalent/TalentedHack pitch algorithms. Provides a Melodyne-style piano-roll view for detecting, viewing and manually editing note pitch." ;
    foaf:homepage <https://github.com/liuanlin-mx/mxtune> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/liuanlin-mx/mxtune/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/liuanlin-mx/mxtune/mxtune.jpg> ;
    schema:downloadUrl <https://github.com/liuanlin-mx/MXTune/releases/download/v1.2.0/ubuntu1804_x86_64_vst_v1.2.0.zip> ;
    schema:downloadUrl <https://github.com/liuanlin-mx/MXTune/releases/download/v1.2.0/windows_i686_vst_v1.2.0.zip> ;
    schema:downloadUrl <https://github.com/liuanlin-mx/MXTune/releases/download/v1.2.0/windows_x86_64_vst_v1.2.0.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "autotune" ;
    pu:tag "pitch correction" ;
    pu:tag "autotalent" ;
    pu:tag "melodyne" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .