@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/live-sampler-b423de72>
    a trn:PluginProfile ;
    rdfs:label "Live Sampler" ;
    trn:vendor "Arunas Cesonis" ;
    rdfs:comment "Records incoming audio into a buffer and plays it back looped, sample-accurately, entirely controlled by MIDI notes for recording, triggering playback voices at offsets, and reversing playback." ;
    foaf:homepage <https://github.com/arunas-cesonis/live-sampler> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/arunas-cesonis/live-sampler/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/arunas-cesonis/live-sampler/live-sampler.jpg> ;
    schema:downloadUrl <https://github.com/arunas-cesonis/live-sampler/releases/download/0.0.6/live-sampler-2025-05-24-200512-vizia_windows.zip> ;
    schema:downloadUrl <https://github.com/arunas-cesonis/live-sampler/releases/download/0.0.6/live-sampler-2025-05-24-200526-windows.zip> ;
    schema:downloadUrl <https://github.com/arunas-cesonis/live-sampler/releases/download/0.0.6/live-sampler-2025-05-24-200527-vizia_ubuntu-24.04.zip> ;
    schema:downloadUrl <https://github.com/arunas-cesonis/live-sampler/releases/download/0.0.6/live-sampler-2025-05-24-200530-ubuntu-24.04.zip> ;
    schema:downloadUrl <https://github.com/arunas-cesonis/live-sampler/releases/download/0.0.6/live-sampler-2025-05-24-200543-macos-universal.zip> ;
    schema:downloadUrl <https://github.com/arunas-cesonis/live-sampler/releases/download/0.0.6/live-sampler-2025-05-24-200555-vizia_macos-universal.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:CLAP ;
    trn:format trn:Standalone ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/sampler> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "looper" ;
    pu:tag "live sampling" ;
    pu:tag "midi controlled" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .