X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_items.h;h=44765ffe914ceaa1fe7727cba4c7676229e0e5e2;hb=6fbaa5403bcefba3186fb5490017e110210122e3;hp=ad1d63b5bf1ff7e5aebadd914fc8870e15aa49c4;hpb=da285fc57dfda8c33ca0da967bcc40cd1e608ca4;p=ardour.git diff --git a/gtk2_ardour/editor_items.h b/gtk2_ardour/editor_items.h index ad1d63b5bf..44765ffe91 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,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,7 +46,8 @@ enum ItemType { FadeInHandleItem, FadeOutItem, FadeOutHandleItem, - + NoteItem, + #ifdef WITH_CMT MarkerViewItem, MarkerTimeAxisItem, @@ -64,9 +60,9 @@ enum ItemType { #endif CrossfadeViewItem, - + /* don't remove this */ - + NoItem };