do not attempt to update transport master rows if audioengine is not running
This commit is contained in:
@@ -488,6 +488,10 @@ TransportMastersWidget::Row::update (Session* s, samplepos_t now)
|
||||
boost::shared_ptr<TimecodeTransportMaster> ttm;
|
||||
boost::shared_ptr<MIDIClock_TransportMaster> mtm;
|
||||
|
||||
if (!AudioEngine::instance()->running()) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (s) {
|
||||
|
||||
if (tm->speed_and_position (speed, pos, most_recent, when, now)) {
|
||||
|
||||
Reference in New Issue
Block a user