@@ -577,7 +577,7 @@ void InstrumentTrack::removeMidiPortNode( DataFile & _dataFile )
|
||||
bool InstrumentTrack::play( const MidiTime & _start, const fpp_t _frames,
|
||||
const f_cnt_t _offset, int _tco_num )
|
||||
{
|
||||
if( ! tryLock() || ! m_instrument )
|
||||
if( ! m_instrument || ! tryLock() )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user