########## http://faustlv2.bitbucket.org/lowShelfComp ########## @prefix doap: . @prefix foaf: . @prefix lv2: . @prefix ui: . @prefix rdfs: . a lv2:Plugin ; lv2:binary ; rdfs:seeAlso . a ui:Qt4UI ; ui:binary . # Here's how you can declare the category of the plugin. (For instruments, # the lv2:InstrumentPlugin type will be added automatically.) See # http://lv2plug.in/ns/lv2core/ for a list of known plugin classes. # a lv2:FilterPlugin . # You might also want to set the license and author information below. # NOTE: This isn't normally necessary if you declared the corresponding # information as metadata in the Faust source of the plugin. The standard # author, license and description fields in the Faust source are automagically # included in the generated LV2 manifest. # # doap:license ; # doap:maintainer [ # foaf:name "Your Name Here" ; # foaf:homepage ; # foaf:mbox ; # ] .