@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/solidarp-efac8718>
    a trn:PluginProfile ;
    rdfs:label "solidArp" ;
    trn:vendor "SolidFuel" ;
    rdfs:comment "A random arpeggiator that gives the same stable pattern every time through (rather than re-randomizing on each pass), with optional stable velocity/gate randomization, plus Linear and Spiral algorithm modes." ;
    foaf:homepage <https://github.com/SolidFuel/Arp> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/solidfuel/arp/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/solidfuel/arp/arp.jpg> ;
    schema:downloadUrl <https://github.com/SolidFuel/Arp/releases/download/v0.3.0/solidArp-V0.3.0-linux-vst3.zip> ;
    schema:downloadUrl <https://github.com/SolidFuel/Arp/releases/download/v0.3.0/solidArp-V0.3.0-macos-universal.pkg> ;
    schema:downloadUrl <https://github.com/SolidFuel/Arp/releases/download/v0.3.0/solidarp-V0.3.0-win64-installer.exe> ;
    schema:downloadUrl <https://github.com/SolidFuel/Arp/releases/download/v0.3.0/solidarp_0.3.0_linux-amd64.deb> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    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/sequencer> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "arpeggiator" ;
    pu:tag "midi effect" ;
    pu:tag "random" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .