Fix time info cache being applied to other opcodes

I don't know how I've never noticed this, but we should of course only
be handling `audioMasterGetTime()` this way. This also explains why
enabling this permanently in the past broke some plugins.
This commit is contained in:
Robbert van der Helm
2021-04-27 17:31:23 +02:00
parent 5a68b8b39d
commit b52362e698
2 changed files with 13 additions and 7 deletions
+2
View File
@@ -38,6 +38,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
fix, MIDI events are now deallocated later then when they normally would have
to be.
- Fixed _UVI Plugsound Free_ crashing during initialization.
- Fixed the `cache_time_info` `yabridge.toml` option also affecting the results
of other host callbacks during audio processing.
## [3.1.0] - 2021-04-15