add knobs

This commit is contained in:
Tomasz Moń
2009-03-09 18:22:20 +01:00
parent 322c59032e
commit 90df427200
9 changed files with 175 additions and 58 deletions

View File

@@ -25,6 +25,8 @@ typedef struct {
gdouble max; /* Parameter maximum value */
guint option; /* ID (to set parameter) */
guint position; /* position */
GStrv labels; /* value labels */
} EffectSettings;
typedef struct {