Allow trim of midi regions to before the start of the source (better, this time)...
authorCarl Hetherington <carl@carlh.net>
Thu, 9 Dec 2010 21:34:46 +0000 (21:34 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 9 Dec 2010 21:34:46 +0000 (21:34 +0000)
commit5c23faaa0d86b2d1b18d4f03565bad55c410fb7a
tree673cafb6a98854a4683110e4e89449103403e3cf
parent7d4e03e28e58a9315f163738f35559f57b099d37
Allow trim of midi regions to before the start of the source (better, this time).  Fixes #3156.

git-svn-id: svn://localhost/ardour2/branches/3.0@8229 d708f5d6-7413-0410-9779-e7cbd77b26cf
15 files changed:
gtk2_ardour/edit_note_dialog.cc
gtk2_ardour/editor_drag.cc
gtk2_ardour/midi_region_view.cc
gtk2_ardour/midi_region_view.h
libs/ardour/ardour/midi_model.h
libs/ardour/ardour/midi_region.h
libs/ardour/ardour/region.h
libs/ardour/enums.cc
libs/ardour/midi_model.cc
libs/ardour/midi_region.cc
libs/ardour/quantize.cc
libs/ardour/region.cc
libs/ardour/session_state.cc
libs/evoral/evoral/Event.hpp
libs/evoral/src/Event.cpp