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 cab7f3ae66
More cmake webview build fixes
11 months ago
..
CMakeLists.txt More cmake webview build fixes 11 months ago
DistrhoPluginInfo.h Give up on real external UIs, use pugl stub instead 1 year ago
EmbedExternalExamplePlugin.cpp Initial implementation for webviews, test it in ext-embed example 1 year ago
EmbedExternalExampleUI.cpp Give up on real external UIs, use pugl stub instead 1 year ago
Makefile Add EmbedExternalUI to default build 11 months ago
README.md Start embed external ui example 3 years ago

README.md

Embed External UI example

This example will show how to use something external to DPF that is still embed within the host window.

The DSP side does nothing but provide a dummy parameter, just to test the interaction.
The UI side implements a OS-native UI, in order to test interacting with external elements.