@prefix ingen: . @prefix ingen: . @prefix doap: . @prefix foaf: . @prefix lv2: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . ingen:Controller a ingen:Plugin ; rdfs:label "Controller" ; rdfs:comment """ Receives events and outputs signals for some specific controller (e.g. MIDI CC). """ . ingen:Trigger a ingen:Plugin ; rdfs:label "Trigger" ; rdfs:comment """ Receives events and outputs a trigger signal when a specific note is received. """ . ingen:Note a ingen:Plugin ; rdfs:label "Note" ; rdfs:comment """ Receives events and outputs signals for the individual properties of the received notes. This plugin is special because it is internally aware of Ingen's polyphony and controls voice allocation. """ . ingen:Transport a ingen:Plugin ; rdfs:label "Transport" ; rdfs:comment """ Listens to system transport information (when available) and outputs signals for the various transport properties. When no system transport information is available this plugin outputs "default" values: 4/4, 120bpm. """ .