mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user