X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_items.h;h=36a5a9e36fb1f796bea9710995f035c7f22056d9;hb=35a966c824a862deec9691f6b3ea665f0f8a1dd6;hp=ddba43350a9b6a0c392c5449472136b27e31a744;hpb=d7bd270aa10b3a8669223debe4c1b572ae876e2b;p=ardour.git diff --git a/gtk2_ardour/editor_items.h b/gtk2_ardour/editor_items.h index ddba43350a..36a5a9e36f 100644 --- a/gtk2_ardour/editor_items.h +++ b/gtk2_ardour/editor_items.h @@ -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,22 +24,15 @@ enum ItemType { RegionItem, StreamItem, PlayheadCursorItem, - EditCursorItem, MarkerItem, MarkerBarItem, RangeMarkerBarItem, + CdMarkerBarItem, TransportMarkerBarItem, SelectionItem, - GainControlPointItem, + ControlPointItem, GainLineItem, - GainAutomationControlPointItem, - GainAutomationLineItem, - PanAutomationControlPointItem, - PanAutomationLineItem, - RedirectAutomationControlPointItem, - RedirectAutomationLineItem, - MidiCCAutomationControlPointItem, - MidiCCAutomationLineItem, + AutomationLineItem, MeterMarkerItem, TempoMarkerItem, MeterBarItem, @@ -53,7 +46,11 @@ enum ItemType { FadeInHandleItem, FadeOutItem, FadeOutHandleItem, - + NoteItem, + FeatureLineItem, + LeftFrameHandle, + RightFrameHandle, + #ifdef WITH_CMT MarkerViewItem, MarkerTimeAxisItem, @@ -66,9 +63,9 @@ enum ItemType { #endif CrossfadeViewItem, - + /* don't remove this */ - + NoItem };