mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-19 07:34:10 +01:00
Fix some comments
This commit is contained in:
@@ -508,7 +508,7 @@ void WaveTrack::SetWaveColorIndex(int colorIndex)
|
||||
|
||||
void WaveTrack::ConvertToSampleFormat(sampleFormat format)
|
||||
// WEAK-GUARANTEE
|
||||
// might complete on only some tracks
|
||||
// might complete on only some clips
|
||||
{
|
||||
for (const auto &clip : mClips)
|
||||
clip->ConvertToSampleFormat(format);
|
||||
|
||||
Reference in New Issue
Block a user