@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/fasttracker-ii-ft2-plugin-37e7fd5d>
    a trn:PluginProfile ;
    rdfs:label "Fasttracker II (FT2) Plugin" ;
    trn:vendor "Blamstrain/TPOLM" ;
    rdfs:comment "Multi-instance-aware VST3/AU/LV2 plugin rewrite of 8bitbubsy's Fasttracker II clone, using JUCE" ;
    foaf:homepage <https://github.com/juho/ft2-plugin> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/juho/ft2-plugin/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/juho/ft2-plugin/ft2-plugin.jpg> ;
    schema:downloadUrl <https://github.com/juho/ft2-plugin/releases/download/v1.1.4/FT2-Plugin-1.1.4-AU-macOS-Legacy.zip> ;
    schema:downloadUrl <https://github.com/juho/ft2-plugin/releases/download/v1.1.4/FT2-Plugin-1.1.4-AU-macOS.zip> ;
    schema:downloadUrl <https://github.com/juho/ft2-plugin/releases/download/v1.1.4/FT2-Plugin-1.1.4-LV2-Linux.zip> ;
    schema:downloadUrl <https://github.com/juho/ft2-plugin/releases/download/v1.1.4/FT2-Plugin-1.1.4-VST3-Linux.zip> ;
    schema:downloadUrl <https://github.com/juho/ft2-plugin/releases/download/v1.1.4/FT2-Plugin-1.1.4-VST3-Windows.zip> ;
    schema:downloadUrl <https://github.com/juho/ft2-plugin/releases/download/v1.1.4/FT2-Plugin-1.1.4-VST3-macOS-Legacy.zip> ;
    schema:downloadUrl <https://github.com/juho/ft2-plugin/releases/download/v1.1.4/FT2-Plugin-1.1.4-VST3-macOS.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:LV2 ;
    trn:format trn:AudioUnit ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/sampler> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "sampler" ;
    pu:tag "retro" ;
    pu:tag "tracker" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .