Home
last modified time | relevance | path

Searched defs:PostUiEvents (Results 1 – 2 of 2) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/backend/plugin/
H A DCarlaPluginInternal.hpp375 struct PostUiEvents { struct
376 CarlaMutex mutex;
377 LinkedList<PluginPostRtEvent> data;
H A DCarlaPluginInternal.cpp680 CarlaPlugin::ProtectedData::PostUiEvents::PostUiEvents() noexcept in PostUiEvents() function in CarlaPlugin::ProtectedData::PostUiEvents