From d4258b1358bf2560f5bd465ce7d0953145b67eab Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 31 Jan 2016 21:48:32 -0500 Subject: [PATCH] add new automation type enums --- libs/ardour/ardour/types.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h index e5ec365dfe..5f9c32806c 100644 --- a/libs/ardour/ardour/types.h +++ b/libs/ardour/ardour/types.h @@ -129,6 +129,8 @@ namespace ARDOUR { PluginAutomation, PluginPropertyAutomation, SoloAutomation, + SoloIsolateAutomation, + SoloSafeAutomation, MuteAutomation, MidiCCAutomation, MidiPgmChangeAutomation, @@ -141,6 +143,7 @@ namespace ARDOUR { RecEnableAutomation, TrimAutomation, PhaseAutomation, + MonitoringAutomation, EQGain, EQFrequency, EQQ,