From 6e904b1e1600f4ccc0338d0b0864f7e02d417b13 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 23 Aug 2010 16:31:34 +0000 Subject: 3.0 version of rev 5564 from 2.x - basic boolean plugin parameter automation (no graphical editing intended). this involved adding a new "toggled" property to Evoral::Parameter git-svn-id: svn://localhost/ardour2/branches/3.0@7670 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/automation_line.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/automation_line.h') diff --git a/gtk2_ardour/automation_line.h b/gtk2_ardour/automation_line.h index 3e23729e67..ec6034ccf2 100644 --- a/gtk2_ardour/automation_line.h +++ b/gtk2_ardour/automation_line.h @@ -156,6 +156,7 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible bool terminal_points_can_slide : 1; bool update_pending : 1; bool no_draw : 1; + bool _is_boolean : 1; bool points_visible : 1; bool did_push; -- cgit v1.2.3