diff options
Diffstat (limited to 'Project/ControlEditor.h')
-rw-r--r-- | Project/ControlEditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h index 4a7397c..998fb2d 100644 --- a/Project/ControlEditor.h +++ b/Project/ControlEditor.h @@ -20,6 +20,7 @@ class Limiter; class RateLimiter; class Exponential; class Constant; +class Gain; enum ControlElementButtonID { ID_IO = 0, ID_TF, ID_SUM, ID_CONST, ID_LIMITER, ID_GAIN, ID_MULT, ID_EXP, ID_RATELIM }; |