mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
Start to handle results from subordinates.
This commit is contained in:
parent
5c454c5a74
commit
e695f447b3
@ -993,10 +993,10 @@ bool WaveClip::GetRMS(float *rms, double t0,
|
||||
|
||||
void WaveClip::ConvertToSampleFormat(sampleFormat format)
|
||||
{
|
||||
bool result;
|
||||
result = mSequence->ConvertToSampleFormat(format);
|
||||
bool bResult = mSequence->ConvertToSampleFormat(format);
|
||||
if (bResult)
|
||||
MarkChanged();
|
||||
wxASSERT(result);
|
||||
wxASSERT(bResult);
|
||||
}
|
||||
|
||||
void WaveClip::UpdateEnvelopeTrackLen()
|
||||
|
Loading…
x
Reference in New Issue
Block a user