Remove cache_time_info and always cache time info

It sort of goes against yabridge's principles to not do these
unnecessary `audioMasterGetTime()` calls if the plugin does that, but it
also hurts the user experience to not have this as a default.
This commit is contained in:
Robbert van der Helm
2021-01-30 00:20:35 +01:00
parent f5b4a28bd0
commit cfb171c991
7 changed files with 29 additions and 44 deletions
+7
View File
@@ -99,6 +99,13 @@ TODO: Add an updated screenshot with some fancy VST3-only plugins to the readme
with, and it then applies the change conditionally to be able to support
building with both older and newer versions of Wine.
### Removed
- The `cache_time_info` option for VST2 plugins has been removed and this
behaviour is now always enabled. This option would cache VST2 time information
during a single processing cycle in case the plugin asks for this information
more than once.
### Fixed
- VST2 plugin editor resizing in **REAPER** would not cause the FX window to be