Don't override existing host thread priorities

If the thread that's hosting yabridge's plugin is already using realtime
scheduling.
This commit is contained in:
Robbert van der Helm
2021-01-21 20:30:08 +01:00
parent f8ac296ec7
commit 9b0324f4a7
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -75,6 +75,8 @@ TODO: Add an updated screenshot with some fancy VST3-only plugins to the readme
priority. This should get rid of any latency spikes during those operations,
as this could otherwise steal resources away from the threads that are
processing audio.
- Yabridge no longer overrides the host's scheduling priorities if the thread
yabridge is being hosted from is already using realtime scheduling.
- When `YABRIDGE_DEBUG_LEVEL` is set to 2 or higher and a plugin asks the host
for the current position in the song, yabridge will now also print the current
tempo to help debugging host bugs.