Make smf_track_get_next_event gracefully handle empty tracks.
[ardour.git] / gtk2_ardour / editing_syms.h
index 71a7747b474e5cbda303a825af3afdc63540e3de..ed6cf8aed8d0fe6b7067175e39512ab6cf675a83 100644 (file)
@@ -63,6 +63,7 @@ MOUSEMODE(MouseNote)
 
 MIDIEDITMODE(MidiEditPencil)
 MIDIEDITMODE(MidiEditSelect)
+MIDIEDITMODE(MidiEditResize)
 MIDIEDITMODE(MidiEditErase)
 
 /* Changing this order will break the menu */
@@ -108,3 +109,6 @@ WAVEFORMSHAPE(Traditional)
 WAVEFORMSHAPE(Rectified)
 
 
+INSERTTIMEOPT(LeaveIntersected)
+INSERTTIMEOPT(MoveIntersected)
+INSERTTIMEOPT(SplitIntersected)