mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 16:33:55 +02:00
Allow an option set_realtime_priority() to revert
This commit is contained in:
@@ -41,7 +41,7 @@ int __attribute__((visibility("default")))
|
||||
__cdecl
|
||||
#endif
|
||||
main(int argc, char* argv[]) {
|
||||
set_realtime_priority();
|
||||
set_realtime_priority(true);
|
||||
|
||||
// Instead of directly hosting a plugin, this process will receive a UNIX
|
||||
// domain socket endpoint path that it should listen on to allow yabridge
|
||||
|
||||
@@ -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