Fix VstTimeinfo responses and allow null responses

The host is allowed to return a null pointer if it doesn't support the
query.
This commit is contained in:
Robbert van der Helm
2020-04-14 15:59:23 +02:00
parent a2ba001e2f
commit eed4677ed3
6 changed files with 38 additions and 15 deletions
-2
View File
@@ -7,8 +7,6 @@ Yet Another way to use Windows VST2 plugins in Linux VST hosts.
There are a few things that should be done before releasing this, including:
- Fix implementation bugs:
- `VstTimeInfo` doesn't get passed to the plugin correctly in
`audioMasterGetTime`.
- Polish GUIs even further. There are some todos left in
`src/wine-host/editor.{h,cpp}`.
- There are likely some minor issues left.