DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

README.md (533B)


      1 # External UI example
      2 
      3 This example will show how to use an external / remote UI together with DPF.<br/>
      4 
      5 The Plugin has a shell script that calls kdialog and uses qdbus for sending values to it.<br/>
      6 It is a very ugly way to show a remote UI (using a shell script!), but it is only to prove the point.<br/>
      7 
      8 Note that everything regarding external UIs is still a bit experimental in DPF.<br/>
      9 There is Unix-specific code in there.<br/>
     10 
     11 If this is something you are interested on using and contributing to, please let us know.<br/>