Move EventRingBuffer to libardour.

This is not used anywhere in Evoral and is just a wrapper around the PBD
RingBuffer anyway.  Towards a (once again?) independently buildable/testable
Evoral and fewer cross-dependencies.
This commit is contained in:
David Robillard 2014-11-30 18:51:24 -05:00
parent cf537b97f5
commit 1693e57e0e
12 changed files with 50 additions and 57 deletions

View file

@ -37,10 +37,6 @@ using namespace ARDOUR;
using namespace std;
using namespace PBD;
namespace Evoral {
template class EventRingBuffer<MIDI::timestamp_t>;
}
pthread_t AsyncMIDIPort::_process_thread;
#define port_engine AudioEngine::instance()->port_engine()