@prefix atom: . @prefix doap: . @prefix foaf: . @prefix lv2: . @prefix mod: . @prefix rdf: . @prefix rdfs: . a lv2:InstrumentPlugin, lv2:Plugin ; lv2:requiredFeature ; lv2:port [ a lv2:InputPort, atom:AtomPort ; atom:bufferType atom:Sequence ; atom:supports ; lv2:designation lv2:control ; lv2:index 0 ; lv2:symbol "events" ; lv2:name "Events" ; ] , [ a lv2:OutputPort, lv2:AudioPort ; lv2:index 1 ; lv2:symbol "audio_out_l" ; lv2:name "Audio Output Left" ; ] , [ a lv2:OutputPort, lv2:AudioPort ; lv2:index 2 ; lv2:symbol "audio_out_r" ; lv2:name "Audio Output Right" ; ] , [ a lv2:InputPort, lv2:ControlPort ; lv2:index 3 ; lv2:symbol "level" ; lv2:name "Level" ; lv2:default 1.0 ; lv2:minimum 0.0 ; lv2:maximum 2.0 ; ] , [ a lv2:InputPort, lv2:ControlPort ; lv2:index 4 ; lv2:symbol "program" ; lv2:name "Program" ; lv2:portProperty lv2:enumeration , lv2:integer ; lv2:default 0 ; lv2:minimum 0 ; lv2:maximum 8 ; lv2:scalePoint [ rdfs:label "Violin" ; rdf:value 0 ; ] , [ rdfs:label "Viola" ; rdf:value 1 ; ] , [ rdfs:label "Cello" ; rdf:value 2 ; ] , [ rdfs:label "Contrabass" ; rdf:value 3 ; ] , [ rdfs:label "Tremolo" ; rdf:value 4 ; ] , [ rdfs:label "Pizzicato Section" ; rdf:value 5 ; ] , [ rdfs:label "Harp" ; rdf:value 6 ; ] , [ rdfs:label "Timpani" ; rdf:value 7 ; ] ; ] ; mod:brand "FluidGM" ; mod:label "Fluid Strings" ; doap:name "Fluid Strings" ; doap:license "LGPL" ; doap:maintainer [ foaf:name "falkTX" ; foaf:homepage ; ] ; rdfs:comment """This plugin contains the 'Strings' section of the Fluid GM soundfont. The Fluid GM soundfont was constructed in part from edited/cleaned/remixed/programmed samples found in the public domain and recordings made by Frank Wen.""" ; lv2:minorVersion 2 ; lv2:microVersion 0 .