|  | @prefix lv2:    <http://lv2plug.in/ns/lv2core#> .
@prefix mod:    <http://moddevices.com/ns/mod#> .
@prefix modgui: <http://moddevices.com/ns/modgui#> .
<http://distrho.sf.net/examples/Info>
    mod:brand "DISTRHO" ;
    mod:label "Info" ;
    modgui:gui [
        modgui:brand "DISTRHO" ;
        modgui:label "Info" ;
        modgui:resourcesDirectory <modgui> ;
        modgui:iconTemplate <modgui/icon-info.html> ;
        modgui:stylesheet <modgui/stylesheet-info.css> ;
        modgui:screenshot <modgui/screenshot-info.png> ;
        modgui:thumbnail <modgui/thumbnail-info.png> ;
        modgui:javascript <modgui/script-info.js> ;
        modgui:monitoredOutputs [
            lv2:symbol "buffer_size" ;
        ] , [
            lv2:symbol "time_playing" ;
        ] , [
            lv2:symbol "time_frame" ;
        ] , [
            lv2:symbol "time_validbbt" ;
        ] , [
            lv2:symbol "time_bar" ;
        ] , [
            lv2:symbol "time_beat" ;
        ] , [
            lv2:symbol "time_tick" ;
        ] , [
            lv2:symbol "time_barstarttick" ;
        ] , [
            lv2:symbol "time_beatsperbar" ;
        ] , [
            lv2:symbol "time_beattype" ;
        ] , [
            lv2:symbol "time_ticksperbeat" ;
        ] , [
            lv2:symbol "time_beatsperminute" ;
        ] ;
    ] .
 |