MCPcopy Create free account
hub / github.com/audacity/audacity / ResizeTrackClusters

Method ResizeTrackClusters

src/MixerBoard.cpp:1119–1123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

UpdateTrackClustersMethod · 0.95
OnSizeMethod · 0.95

Calls 2

sizeMethod · 0.45
HandleResizeMethod · 0.45

Tested by

no test coverage detected