| 232 | } |
| 233 | |
| 234 | void Track::Notify(bool allChannels, int code) |
| 235 | { |
| 236 | auto pList = mList.lock(); |
| 237 | if (pList) |
| 238 | pList->DataEvent(SharedPointer(), allChannels, code); |
| 239 | } |
| 240 | |
| 241 | void Track::SyncLockAdjust(double oldT1, double newT1) |
| 242 | { |
nothing calls this directly
no test coverage detected