| 1117 | } |
| 1118 | |
| 1119 | void MixerBoard::ResizeTrackClusters() |
| 1120 | { |
| 1121 | for (unsigned int nClusterIndex = 0; nClusterIndex < mMixerTrackClusters.size(); nClusterIndex++) |
| 1122 | mMixerTrackClusters[nClusterIndex]->HandleResize(); |
| 1123 | } |
| 1124 | |
| 1125 | void MixerBoard::ResetMeters(const bool bResetClipping) |
| 1126 | { |
no test coverage detected