fixed vst define

This commit is contained in:
itsmattkc
2019-01-21 13:27:20 +11:00
parent d726052fe7
commit 096aa0dc14
5 changed files with 12 additions and 7 deletions
+2 -2
View File
@@ -693,10 +693,10 @@ void Effect::startEffect() {
void Effect::endEffect() {
if (bound) glslProgram->release();
bound = false;
bound = false;
}
void Effect::process_image(double, uint8_t *input, uint8_t *output, int) {}
void Effect::process_image(double, uint8_t *, uint8_t *, int){}
Effect* Effect::copy(Clip* c) {
Effect* copy = create_effect(c, meta);