@prefix lv2: . @prefix mod: . @prefix modgui: . @prefix state: . lv2:requiredFeature state:loadDefaultState ; modgui:gui [ modgui:resourcesDirectory ; modgui:documentation ; modgui:iconTemplate ; modgui:javascript ; modgui:stylesheet ; modgui:screenshot ; modgui:thumbnail ; ] ; state:state [ "" ; """Welcome to Cardinal. If this is your first time, make sure to check out the documentation link on the plugin info, have fun!""" ; ] .