Fix O(n) search on MIDI rec region update (now O(log(n)) per update, but could be...
authorDavid Robillard <d@drobilla.net>
Wed, 21 Oct 2009 16:39:39 +0000 (16:39 +0000)
committerDavid Robillard <d@drobilla.net>
Wed, 21 Oct 2009 16:39:39 +0000 (16:39 +0000)
commit86a09c58e3e0e66b1e3525680327545f2b5372c6
treebe62fa176b2ad54dd8e33fc2e7cc3b9bb6277b04
parent2c59ddede5a4b6c1b9227e2a0288561b38f0763f
Fix O(n) search on MIDI rec region update (now O(log(n)) per update, but could be O(1) with caching...)

git-svn-id: svn://localhost/ardour2/branches/3.0@5843 d708f5d6-7413-0410-9779-e7cbd77b26cf
gtk2_ardour/midi_streamview.cc
libs/evoral/evoral/Sequence.hpp
libs/evoral/src/Sequence.cpp