(1) push a locate all the way through the processing heirarchy so that MIDI output...
commitbfd40072f45760d7e544ddd604dc01f719c5d48a
authorpaul <paul@d708f5d6-7413-0410-9779-e7cbd77b26cf>
Mon, 30 May 2011 21:37:58 +0000 (30 21:37 +0000)
committerpaul <paul@d708f5d6-7413-0410-9779-e7cbd77b26cf>
Mon, 30 May 2011 21:37:58 +0000 (30 21:37 +0000)
tree696922c23551b5609277be3dbbc4b1d378ad6fc2
parentbb87bcb2e0826385ffbd78a42358c423a6dc979a
(1) push a locate all the way through the processing heirarchy so that MIDI output ports can resolve any notes currently playing (2) remove MidiStateTracker from MidiPort and use a fixed set of MIDI messages (sustain-off and all-notes-off, per channel) to do note resolution (3) move note resolution caused by a LoopEvent psuedo-event to within the main MidiPort::flush_output() loop, so that we resolve (turn off) Notes that come before the loop point, rather than send them out after the note resolution messages

git-svn-id: http://subversion.ardour.org/svn/ardour2/ardour2/branches/3.0@9635 d708f5d6-7413-0410-9779-e7cbd77b26cf
13 files changed:
libs/ardour/ardour/delivery.h
libs/ardour/ardour/midi_port.h
libs/ardour/ardour/midi_track.h
libs/ardour/ardour/port.h
libs/ardour/ardour/processor.h
libs/ardour/ardour/route.h
libs/ardour/ardour/session.h
libs/ardour/delivery.cc
libs/ardour/midi_diskstream.cc
libs/ardour/midi_port.cc
libs/ardour/midi_source.cc
libs/ardour/midi_track.cc
libs/ardour/session_transport.cc