Add an updated version of the aeffectx.h header

From the Audacity project.
This commit is contained in:
Robbert van der Helm
2020-03-08 13:48:09 +01:00
parent 6373c38663
commit f1901de62b
9 changed files with 230 additions and 125 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ class PluginBridge {
*/
void wait();
intptr_t host_callback(AEffect*, int32_t, int32_t, intptr_t, void*, float);
intptr_t host_callback(AEffect*, int, int, intptr_t, void*, float);
private:
/**