mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +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)
|
void WaveClip::ConvertToSampleFormat(sampleFormat format)
|
||||||
{
|
{
|
||||||
bool result;
|
bool bResult = mSequence->ConvertToSampleFormat(format);
|
||||||
result = mSequence->ConvertToSampleFormat(format);
|
if (bResult)
|
||||||
MarkChanged();
|
MarkChanged();
|
||||||
wxASSERT(result);
|
wxASSERT(bResult);
|
||||||
}
|
}
|
||||||
|
|
||||||
void WaveClip::UpdateEnvelopeTrackLen()
|
void WaveClip::UpdateEnvelopeTrackLen()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user