<div dir="ltr">Hi, I'm a beginner and experimenting with lv2.<div><br></div><div>I wrote a simply synth and want a UI without Widget. On the lv2 page it says</div><div><br></div><div> "There is no requirement that a UI actually be a graphical widget."</div><div> (from: <a href="http://lv2plug.in/ns/extensions/ui/">http://lv2plug.in/ns/extensions/ui/</a> ).<br></div><div><br></div><div>Below that, there is a list of subclasses of UI, but all are for widgets. So I thought I'd try ui:UI directly instead of ui:GtkUI etc. But neither jalv nor Ardour recognises that there is a UI. </div><div><br></div><div>So I used ui:GtkUI instead. In jalv, this yields error messages of type Gtk-CRITICAL. Obviously it's because there is no actual widget. In Ardour, I can see that the UI is instantiated() and immediately cleanedup(), probably because the Gtk errors are handled that way.</div><div><br></div><div>How do you do this?</div><div><br></div><div>I looked for hours for some example code but couldn't find one. I stumbled across Ingen which has some form of web-interface (if I understood correctly) and tried to read the .ttl files, but don't understand them.</div><div><br></div><div>Thanks a lot for your help,</div><div>Stefan</div><div><br></div><div><br></div></div>