@prefix atom: . @prefix doap: . @prefix foaf: . @prefix lv2: . @prefix midi: . @prefix rdf: . @prefix rdfs: . @prefix rsz: . @prefix time: . a foaf:Person ; foaf:name "David Robillard" ; foaf:mbox ; rdfs:seeAlso . a doap:Project , lv2:Plugin , lv2:AmplifierPlugin ; doap:maintainer ; doap:name "Matriseq" ; doap:license ; lv2:optionalFeature lv2:hardRTCapable ; lv2:port [ a lv2:InputPort , atom:AtomPort ; atom:bufferType atom:Sequence ; atom:supports time:Position, midi:MidiEvent ; lv2:index 0 ; lv2:symbol "control_in" ; lv2:name "Control In" ] , [ a lv2:OutputPort , atom:AtomPort ; atom:bufferType atom:Sequence ; atom:supports midi:MidiEvent ; rsz:minimumSize 4096 ; lv2:index 1 ; lv2:symbol "control_out" ; lv2:name "Control Out" ; ] , [ a lv2:OutputPort , atom:AtomPort ; atom:bufferType atom:Sequence ; atom:supports midi:MidiEvent ; rsz:minimumSize 4096 ; lv2:index 2 ; lv2:symbol "playback" ; lv2:name "Playback" ] .