@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/party-panda-56436340>
    a trn:PluginProfile ;
    rdfs:label "Party Panda" ;
    trn:vendor "Matt Anikiej" ;
    rdfs:comment "Party Panda emulates the classic Uni-Vibe pedal's phaser/vibrato modulation, popularized by guitarists like Jimi Hendrix, with controls for intensity, rate, throb, depth, and dry/wet mix." ;
    foaf:homepage <https://github.com/mattanikiej/party-panda-univibe> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/mattanikiej/party-panda-univibe/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/mattanikiej/party-panda-univibe/party-panda-univibe.jpg> ;
    schema:downloadUrl <https://github.com/mattanikiej/party-panda-univibe/releases/download/v1.0.1/PartyPanda1.0.1-mac-installer.dmg> ;
    schema:downloadUrl <https://github.com/mattanikiej/party-panda-univibe/releases/download/v1.0.1/PartyPanda1.0.1-windows-installer.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:AudioUnit ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/modulation> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:tag "modulation" ;
    pu:tag "vibrato" ;
    pu:tag "phaser" ;
    pu:tag "uni-vibe" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .