Implement audioMasterGetTime,fixing playback

Midi and audio now work!
This commit is contained in:
Robbert van der Helm
2020-03-11 00:34:58 +01:00
parent 90cd3a5751
commit 5cdfb90a9b
7 changed files with 77 additions and 12 deletions
+8
View File
@@ -61,6 +61,14 @@ class PluginBridge {
intptr_t host_callback(AEffect*, int, int, intptr_t, void*, float);
/**
* With the `audioMasterGetTime` host callback the plugin expects the return
* value from the calblack to be a pointer to a VstTimeInfo struct.
*
* TODO: Should this be updated automatically?
*/
VstTimeInfo time_info;
private:
/**
* The shared library handle of the VST plugin. I sadly could not get