Fixed bug in resize.
commite418724ae0f4619a179a8b645fb13db41989abc7
authorEvanR <evanrinehart@gmail.com>
Thu, 28 May 2009 22:47:48 +0000 (28 18:47 -0400)
committerEvanR <evanrinehart@gmail.com>
Thu, 28 May 2009 22:47:48 +0000 (28 18:47 -0400)
treed09968f9ed02bf8d26ff0cb167bbe14c10381121
parente720ca0cb62b8b12c4ea401c574cb65f89c6cd66
Fixed bug in resize.

It was possible that the resize operation would move the completely
wrong note off if resizing from the right. The work around was to
have the search for note off begin right after the note off instead
of at the same position. The effect is that it cannot find note on
off pairs that effectively give the note duration zero.
src/seq.cpp