From afb0e6e08d3911b7387799f5c465fd59ca26a484 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 1 Apr 2017 17:43:54 -0300 Subject: Constant implemented Missing: gain and io --- Project/ControlEditor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/ControlEditor.h') diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h index da3d567..4a7397c 100644 --- a/Project/ControlEditor.h +++ b/Project/ControlEditor.h @@ -19,6 +19,7 @@ class Multiplier; class Limiter; class RateLimiter; class Exponential; +class Constant; enum ControlElementButtonID { ID_IO = 0, ID_TF, ID_SUM, ID_CONST, ID_LIMITER, ID_GAIN, ID_MULT, ID_EXP, ID_RATELIM }; -- cgit