further improvements

This commit is contained in:
itsmattkc
2019-02-14 12:37:30 -08:00
parent e9fe837236
commit abe76c7941
35 changed files with 737 additions and 878 deletions
+2
View File
@@ -36,6 +36,8 @@ struct VSTRect {
extern "C" {
// Main host callback
intptr_t hostCallback(AEffect* effect, int32_t opcode, int32_t index, intptr_t value, void* ptr, float opt) {
Q_UNUSED(value)
switch(opcode) {
case audioMasterAutomate:
effect->setParameter(effect, index, opt);