PREFIX atom:    <http://lv2plug.in/ns/ext/atom#>
PREFIX aufx:    <https://w3id.org/aufx/ontology/1.0#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX doap:    <http://usefulinc.com/ns/doap#>
PREFIX foaf:    <http://xmlns.com/foaf/0.1/>
PREFIX lv2:     <http://lv2plug.in/ns/lv2core#>
PREFIX midi:    <http://lv2plug.in/ns/ext/midi#>
PREFIX mo:      <http://purl.org/ontology/mo/>
PREFIX owl:     <http://www.w3.org/2002/07/owl#>
PREFIX prov:    <http://www.w3.org/ns/prov#>
PREFIX pu:      <http://purl.org/stuff/plugin-universe/>
PREFIX rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs:    <http://www.w3.org/2000/01/rdf-schema#>
PREFIX schema:  <https://schema.org/>
PREFIX sh:      <http://www.w3.org/ns/shacl#>
PREFIX skos:    <http://www.w3.org/2004/02/skos/core#>
PREFIX spdx:    <http://spdx.org/rdf/terms#>
PREFIX studio:  <http://purl.org/ontology/studio/main/>
PREFIX time:    <http://lv2plug.in/ns/ext/time#>
PREFIX trn:     <http://purl.org/stuff/transmissions/>
PREFIX ui:      <http://lv2plug.in/ns/extensions/ui#>
PREFIX units:   <http://lv2plug.in/ns/extensions/units#>
PREFIX void:    <http://rdfs.org/ns/void#>
PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>

<http://purl.org/stuff/plugin-universe/plugin/dm-whammy-db0057b4>
        rdf:type         trn:PluginProfile , lv2:PitchPlugin;
        rdfs:comment     "\nA mono pitchshift effect inspired by the DigiTech Whammy© (*).\n\n(*) 'DigiTech Whammy© is a trademark or trade name of another manufacturer and was used merely to identify the product whose sound was reviewed in the creation of this product. All other trademarks are the property of their respective holders.'\n";
        rdfs:label       "dm-Whammy";
        rdfs:seeAlso     <https://github.com/davemollen/dm-Whammy>;
        lv2:port         [ rdf:type      lv2:InputPort , lv2:ControlPort;
                           units:unit    units:db;
                           lv2:default   -70;
                           lv2:maximum   6;
                           lv2:minimum   -70;
                           lv2:name      "Dry";
                           lv2:symbol    "dry";
                           pu:unitLabel  "db"
                         ];
        lv2:port         [ rdf:type      lv2:InputPort , lv2:ControlPort;
                           units:unit    units:db;
                           lv2:default   0;
                           lv2:maximum   6;
                           lv2:minimum   -70;
                           lv2:name      "Wet";
                           lv2:symbol    "wet";
                           pu:unitLabel  "db"
                         ];
        lv2:port         [ rdf:type      lv2:InputPort , lv2:ControlPort;
                           units:unit    units:semitone12TET;
                           lv2:default   12;
                           lv2:maximum   24;
                           lv2:minimum   -24;
                           lv2:name      "Pitch";
                           lv2:symbol    "pitch";
                           pu:unitLabel  "semitone12TET"
                         ];
        lv2:project      "http://lv2plug.in/ns/lv2";
        dcterms:created  "2026-09-10T12:46:36.619Z"^^xsd:dateTime;
        dcterms:license  "GPLv3";
        pu:licenceId     "GPL-3.0";
        pu:package       [ rdf:type           pu:Package;
                           rdfs:comment       "v0.1.0";
                           dcterms:issued     "2026-03-23T08:50:23Z";
                           pu:packageFile     [ rdf:type          pu:PackageFile;
                                                pu:downloadCount  82;
                                                pu:downloadUrl    <https://github.com/davemollen/dm-Whammy/releases/download/v0.1.0/dm-Whammy-windows.zip>;
                                                pu:fileKind       "archive";
                                                pu:fileSize       7201089
                                              ];
                           pu:packageFile     [ rdf:type          pu:PackageFile;
                                                pu:downloadCount  22;
                                                pu:downloadUrl    <https://github.com/davemollen/dm-Whammy/releases/download/v0.1.0/dm-Whammy-ubuntu.zip>;
                                                pu:fileKind       "archive";
                                                pu:fileSize       8019676
                                              ];
                           pu:packageFile     [ rdf:type          pu:PackageFile;
                                                pu:downloadCount  6;
                                                pu:downloadUrl    <https://github.com/davemollen/dm-Whammy/releases/download/v0.1.0/dm-Whammy-moddwarf-new.zip>;
                                                pu:fileKind       "archive";
                                                pu:fileSize       914919
                                              ];
                           pu:packageFile     [ rdf:type          pu:PackageFile;
                                                pu:downloadCount  4;
                                                pu:downloadUrl    <https://github.com/davemollen/dm-Whammy/releases/download/v0.1.0/dm-Whammy-modduox-new.zip>;
                                                pu:fileKind       "archive";
                                                pu:fileSize       915278
                                              ];
                           pu:packageFile     [ rdf:type          pu:PackageFile;
                                                pu:downloadCount  9;
                                                pu:downloadUrl    <https://github.com/davemollen/dm-Whammy/releases/download/v0.1.0/dm-Whammy-modduo-new.zip>;
                                                pu:fileKind       "archive";
                                                pu:fileSize       925586
                                              ];
                           pu:packageFile     [ rdf:type          pu:PackageFile;
                                                pu:downloadCount  18;
                                                pu:downloadUrl    <https://github.com/davemollen/dm-Whammy/releases/download/v0.1.0/dm-Whammy-macos.zip>;
                                                pu:fileKind       "archive";
                                                pu:fileSize       21254173
                                              ];
                           pu:packageVersion  "v0.1.0"
                         ];
        pu:tag           "audio-plugin" , "au" , "clap" , "vst3" , "lv2";
        trn:accepts      trn:Audio;
        trn:format       trn:LV2;
        trn:produces     trn:Audio;
        trn:vendor       "Dave Mollen";
        owl:sameAs       <https://github.com/davemollen/dm-Whammy>;
        foaf:homepage    <https://github.com/davemollen/dm-Whammy> .
