|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Cache request handler for a tick range, with built-in debouncing and expanding of the range. More...
#include <src/utils/playback_cache_scheduler.h>


Signals | |
| void | cacheRequested (utils::ExpandableTickRange affectedRange) |
Public Member Functions | |
| PlaybackCacheScheduler (QObject *parent=nullptr) | |
| Q_INVOKABLE void | queueCacheRequestForRange (double affectedTickStart, double affectedTickEnd) |
| Q_INVOKABLE void | queueFullCacheRequest () |
| Q_INVOKABLE void | queueCacheRequest (utils::ExpandableTickRange affectedRange) |
| void | setDelay (std::chrono::milliseconds delay) |
| Sets the delay to be used starting from the next cache request. | |
Cache request handler for a tick range, with built-in debouncing and expanding of the range.
Definition at line 26 of file playback_cache_scheduler.h.