@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/modular-patterns-6a7383db>
    a trn:PluginProfile ;
    rdfs:label "Modular::Patterns" ;
    trn:vendor "Rochen Sound Collective" ;
    rdfs:comment "A MIDI arpeggiator that separates a chord channel from a rhythmic pattern channel, so a chord progression's timing and voicing can be edited independently in the DAW's own MIDI clip editor. Bitwig-only for now." ;
    foaf:homepage <https://github.com/rochen-sound-collective/modular_collection> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/rochen-sound-collective/modular-collection/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/rochen-sound-collective/modular-collection/modular-collection.jpg> ;
    schema:downloadUrl <https://github.com/rochen-sound-collective/modular_collection/releases/download/v0.1.0-beta.2/modular-collection-71107ef-macos-universal.zip> ;
    schema:downloadUrl <https://github.com/rochen-sound-collective/modular_collection/releases/download/v0.1.0-beta.2/modular-collection-71107ef-ubuntu-18.04.zip> ;
    schema:downloadUrl <https://github.com/rochen-sound-collective/modular_collection/releases/download/v0.1.0-beta.2/modular-collection-71107ef-windows.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:CLAP ;
    pu:category <http://purl.org/stuff/plugin-universe/category/midi> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/instrument> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/generator> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/sequencer> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:supportedPlatform pu:Linux ;
    pu:tag "midi" ;
    pu:tag "arpeggiator" ;
    pu:tag "midi effect" ;
    pu:tag "chord" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .