... somehow didn't notice the already existing engine::mixer()->lock() there...
This commit is contained in:
@@ -240,7 +240,6 @@ MidiEvent InstrumentTrack::applyMasterKey( const MidiEvent& event )
|
||||
void InstrumentTrack::processInEvent( const MidiEvent& event, const MidiTime& time, f_cnt_t offset )
|
||||
{
|
||||
engine::mixer()->lock();
|
||||
QMutexLocker locker( &m_notesMutex );
|
||||
bool eventHandled = false;
|
||||
|
||||
switch( event.type() )
|
||||
|
||||
Reference in New Issue
Block a user