Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Interface for real-time property updates. More...
#include <src/gui/backend/realtime_property.h>
Public Member Functions | |
virtual bool | processUpdates ()=0 |
Process pending updates from real-time thread. | |
Interface for real-time property updates.
Definition at line 12 of file realtime_property.h.
|
pure virtual |
Process pending updates from real-time thread.
Implemented in PositionProxy, and RealtimeProperty< T >.