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
EmbedExternalExamplePlugin.cpp Automable is not a word, sorry! 3 years ago
EmbedExternalExampleUI.cpp Fix EmbedExternalUI build under Haiku (no implementation) 3 years ago
Makefile Fix build of vst3 with external uis 3 years 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.