DISTRHO Plugin Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
falkTX 00faae6785
Set DISTRHO_UI_FILE_BROWSER macro for all example plugins
2 years ago
..
DistrhoPluginInfo.h Set DISTRHO_UI_FILE_BROWSER macro for all example plugins 2 years ago
ExternalExamplePlugin.cpp Automable is not a word, sorry! 3 years ago
ExternalExampleUI.cpp Start tests with mpv 3 years ago
ExternalLauncher.sh ExternalWindow mostly working now, update old hacky example too 3 years ago
Makefile Start tests with mpv 3 years ago
README.md Adjust things for better external ui support, add example plugin 6 years ago

README.md

External UI example

This example will show how to use an external / remote UI together with DPF.

The Plugin has a shell script that calls kdialog and uses qdbus for sending values to it.
It is a very ugly way to show a remote UI (using a shell script!), but it is only to prove the point.

Note that everything regarding external UIs is still a bit experimental in DPF.
There is Unix-specific code in there.

If this is something you are interested on using and contributing to, please let us know.