@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/the-vibey-ec65c601>
    a trn:PluginProfile ;
    rdfs:label "The Vibey" ;
    trn:vendor "GULA" ;
    rdfs:comment "\nA combination of vibrato and tremolo. The depth of\neach can be controlled and the phase offset of the vibrato can be set\nrelative to the tremolo. The tremolo waveform can be a blend of sine,\nsawtooth, triangle and square waves. The output is stereo with the tremolo\nallocating between the left and right channels. The right channel can be\nignored for a mono tremolo effect.\n\nThe Tremelo Shape (T SHAPE) control sets the following tremolo waveform for each value:\n0 -> 1: random -> sine wave\n1 -> 2: sine wave -> square wave\n2 -> 3: square wave with changing on/off ratio\n3 -> 4: saw (ascending) -> triangle -> saw (descending)\n4 -> 5: manual static value from 1 -> 0\n\nValues between the integers will blend the waveforms.\n" ;
    foaf:homepage <https://github.com/steveb/gula-plugins> ;
    rdfs:seeAlso <https://github.com/steveb/gula-plugins> ;
    prov:wasDerivedFrom <https://github.com/steveb/gula-plugins> ;
    trn:format trn:LV2 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/modulation> ;
    pu:tag "lv2" ;
    pu:tag "lv2-plugin" ;
    pu:tag "lv2-plugins" ;
    pu:tag "mod-ui" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .