began work on #119
This commit is contained in:
+4
-1
@@ -223,7 +223,8 @@ Effect::Effect(Clip* c, const EffectMeta *em) :
|
||||
length(30),
|
||||
enable_shader(false),
|
||||
enable_coords(false),
|
||||
enable_superimpose(false),
|
||||
enable_superimpose(false),
|
||||
enable_gizmos(false),
|
||||
glslProgram(NULL),
|
||||
texture(NULL),
|
||||
isOpen(false),
|
||||
@@ -832,6 +833,8 @@ void Effect::process_audio(double, double, quint8*, int, int) {
|
||||
}*/
|
||||
}
|
||||
|
||||
void Effect::process_gizmos() {}
|
||||
|
||||
void Effect::redraw(double) {
|
||||
/*
|
||||
// run javascript
|
||||
|
||||
Reference in New Issue
Block a user