From 11f069f11869284b8f32bd3564abbb7cd63a4ff1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 16 Dec 2015 06:30:43 -0500 Subject: [PATCH] add new automation types for EQ and compression --- libs/ardour/ardour/types.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h index 1a17c01f86..a7f9b5b5ff 100644 --- a/libs/ardour/ardour/types.h +++ b/libs/ardour/ardour/types.h @@ -142,6 +142,18 @@ namespace ARDOUR { TrimAutomation, PhaseAutomation, SendAutomation, + EQGain, + EQFrequency, + EQQ, + EQShape, + EQHPF, + EQEnable, + CompThreshold, + CompSpeed, + CompMode, + CompMakeup, + CompRedux, + CompEnable, }; enum AutoState { -- 2.30.2