Restore Fader and Pan options to audio track automation menus. Hide the Amp processo...
[ardour.git] / gtk2_ardour / editor_items.h
index 921c1a51ebb5a8ea39cb2be7efb4c37fcf2a1ae0..44765ffe914ceaa1fe7727cba4c7676229e0e5e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -24,20 +24,15 @@ enum ItemType {
        RegionItem,
        StreamItem,
        PlayheadCursorItem,
-       EditCursorItem,
        MarkerItem,
        MarkerBarItem,
        RangeMarkerBarItem,
+       CdMarkerBarItem,
        TransportMarkerBarItem,
        SelectionItem,
-       GainControlPointItem,
+       ControlPointItem,
        GainLineItem,
-       GainAutomationControlPointItem,
-       GainAutomationLineItem,
-       PanAutomationControlPointItem,
-       PanAutomationLineItem,
-       RedirectAutomationControlPointItem,
-       RedirectAutomationLineItem,
+       AutomationLineItem,
        MeterMarkerItem,
        TempoMarkerItem,
        MeterBarItem,
@@ -51,8 +46,9 @@ enum ItemType {
        FadeInHandleItem,
        FadeOutItem,
        FadeOutHandleItem,
-       
-       /* <CMT Additions> */
+       NoteItem,
+
+#ifdef WITH_CMT
        MarkerViewItem,
        MarkerTimeAxisItem,
        MarkerViewHandleStartItem,
@@ -61,12 +57,12 @@ enum ItemType {
        ImageFrameTimeAxisItem,
        ImageFrameHandleStartItem,
        ImageFrameHandleEndItem,
-       /* </CMT Additions> */
-       
+#endif
+
        CrossfadeViewItem,
-       
+
        /* don't remove this */
-       
+
        NoItem
 };