Home
last modified time | relevance | path

Searched refs:_auxRouteCount (Results 1 – 2 of 2) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dtrack.cpp217 _auxRouteCount = 0; in init()
487 …Route %s _auxRouteCount:%d refInc:%d :\n", name().toLatin1().constData(), _auxRouteCount, refInc); in updateAuxRoute()
497 _auxRouteCount += refInc; in updateAuxRoute()
498 if(_auxRouteCount < 0) in updateAuxRoute()
500 …erflow! %s _auxRouteCount:%d refInc:%d\n", name().toLatin1().constData(), _auxRouteCount, refInc); in updateAuxRoute()
H A Dtrack.h111 int _auxRouteCount; // Number of aux paths feeding this track. variable
228 …int auxRefCount() const { return _auxRouteCount; } // Number of Aux Tracks with routing paths to … in auxRefCount()