Let me first thank you for your help! It's really appreciated.mystran wrote: Mon Sep 08, 2025 11:32 am but the event dispatch in general is the big one: you need a toolkit that can work purely based on standard events, dispatched by a standard event loop that is not part of the plugin itself... and it must not step on the toes of anything else in the process.
Do I understand it correctly that the host "feeds" the plugin with events related to the GUI, therefore you want it not to have its own event loop? Or in other words, the plugin is the slave and the host the master? I'd never have guessed this relationship on a GUI-level, to be honest. For receiving audio and MIDI I would have guessed that the host is the master, but not for GUI-events.
