mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-10 06:12:14 +02:00
Allow an option set_realtime_priority() to revert
This commit is contained in:
@@ -37,7 +37,7 @@ int __attribute__((visibility("default")))
|
||||
__cdecl
|
||||
#endif
|
||||
main(int argc, char* argv[]) {
|
||||
set_realtime_priority();
|
||||
set_realtime_priority(true);
|
||||
|
||||
// We pass plugin format, the name of the VST2 plugin .dll file or VST3
|
||||
// bundle to load, and the base directory for the Unix domain socket
|
||||
|
||||
Reference in New Issue
Block a user