@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-time-machine-ebbfbc35>
    a trn:PluginProfile ;
    rdfs:label "MIDI Time Machine" ;
    trn:vendor "maksut" ;
    rdfs:comment "Captures and replays MIDI performances so you can quickly review what you just played, with a piano roll and velocity display and drag-and-drop import into your DAW" ;
    foaf:homepage <https://github.com/maksut/midi-time-machine> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/maksut/midi-time-machine/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/maksut/midi-time-machine/midi-time-machine.jpg> ;
    schema:downloadUrl <https://github.com/maksut/midi-time-machine/releases/download/v0.0.1/midi-time-machine_linux-x64-v0.0.1.tar.xz> ;
    schema:downloadUrl <https://github.com/maksut/midi-time-machine/releases/download/v0.0.1/midi-time-machine_macos-arm-v0.0.1.zip> ;
    schema:downloadUrl <https://github.com/maksut/midi-time-machine/releases/download/v0.0.1/midi-time-machine_macos-intel-v0.0.1.zip> ;
    schema:downloadUrl <https://github.com/maksut/midi-time-machine/releases/download/v0.0.1/midi-time-machine_windows-x64-v0.0.1.zip> ;
    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: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 "recording" ;
    pu:tag "midi" ;
    pu:tag "piano roll" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .