Get MidiRegionView's hands on MidiModel for editing operations to come.

MIDI select rectangle.
Add notes on a proper click only (not mouse down).
Fix crash when dragging from region to outside region.


git-svn-id: svn://localhost/ardour2/trunk@2196 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2007-07-31 02:16:46 +00:00
parent ea5a4eac10
commit bb33e5d9f8
8 changed files with 88 additions and 79 deletions

View file

@ -66,7 +66,6 @@ MidiSource::MidiSource (Session& s, const XMLNode& node)
MidiSource::~MidiSource ()
{
delete _model;
}
XMLNode&