mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 06:55:31 +01:00
status line renewed
git-svn-id: svn://code.dyne.org/veejay/trunk@123 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
|
||||
#define MAX_EFFECTS 103
|
||||
|
||||
#define PARAM_WIDTH (1<<0x2)
|
||||
#define PARAM_HEIGHT (1<<0x3)
|
||||
#define PARAM_FADER (1<<0x1)
|
||||
|
||||
// keyframe-able parameter sets
|
||||
typedef struct
|
||||
@@ -67,6 +70,7 @@ typedef struct vj_effect_t {
|
||||
|
||||
char **param_description; // unused.
|
||||
int *defaults;
|
||||
int *flags; // parameter flags
|
||||
int *limits[2]; // [0] = min, [1] = max
|
||||
|
||||
int extra_frame; // effect requires a secundary frame
|
||||
|
||||
Reference in New Issue
Block a user