Fix absolutely atrocious memory leak on MIDI recording. I meeean... move along now...
authorDavid Robillard <d@drobilla.net>
Fri, 20 Jul 2007 03:18:36 +0000 (03:18 +0000)
committerDavid Robillard <d@drobilla.net>
Fri, 20 Jul 2007 03:18:36 +0000 (03:18 +0000)
commitf9717abf011211becd632aa18c903e2f9281c3c5
treec99b5efc259c740491f928a7e7146417d4eea252
parent6a4bd8e9260730dcd547022611ffd847ced23cdd
Fix absolutely atrocious memory leak on MIDI recording.  I meeean... move along now, nothing to see here.
Fix SMFSource to realloc a scratch read buffer as necessary, removing upper limit on single raw event size.
Remove public exposure of MidiBuffer::max_event_size (though it still exists internally).
Fix crash bug on MIDI record completion (transport stop).

git-svn-id: svn://localhost/ardour2/trunk@2157 d708f5d6-7413-0410-9779-e7cbd77b26cf
libs/ardour/ardour/midi_buffer.h
libs/ardour/ardour/midi_model.h
libs/ardour/midi_model.cc
libs/ardour/smf_source.cc