@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/cognitoniblkfx-cbca1dca>
    a trn:PluginProfile ;
    rdfs:label "CognitoniBlkFx" ;
    trn:vendor "Toni Lyttinen" ;
    rdfs:comment "Spectral FX plugin reimplementing the classic DtBlkFx by Darrell Tam — FFT overlap-add processing through a modular \"card\" system, with per-card frequency masking and harmonic selection" ;
    foaf:homepage <https://github.com/toni-lyttinen/CognitoniBlkFx> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/toni-lyttinen/cognitoniblkfx/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/toni-lyttinen/cognitoniblkfx/cognitoniblkfx.jpg> ;
    schema:downloadUrl <https://github.com/toni-lyttinen/CognitoniBlkFx/releases/download/v0.2.0-alpha/BlkFx_macOS.zip> ;
    schema:downloadUrl <https://github.com/toni-lyttinen/CognitoniBlkFx/releases/download/v0.2.0-alpha/BlkFx_x86_64-win.zip> ;
    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/effect> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:tag "fft" ;
    pu:tag "sound design" ;
    pu:tag "spectral" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .