mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-14 00:02:10 +02:00
Also sync VST3 audio thread scheduling priorities
The exact same thing as the last commit, but for VST3 plugins.
This commit is contained in:
@@ -21,6 +21,14 @@
|
||||
#endif
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
/**
|
||||
* The interval in seconds between synchronizing the Wine plugin host's audio
|
||||
* thread scheduling priority with the host's audio thread.
|
||||
*
|
||||
* @relates Vst2Bridge::last_audio_thread_priority_synchronization
|
||||
*/
|
||||
constexpr time_t audio_thread_priority_synchronization_interval = 10;
|
||||
|
||||
// The cannonical overloading template for `std::visitor`, not sure why this
|
||||
// isn't part of the standard library
|
||||
template <class... Ts>
|
||||
|
||||
Reference in New Issue
Block a user