audio renderer/timeline: pass through channel count of waveform visualizations
This commit is contained in:
@@ -79,3 +79,8 @@ void SampleSummer::ClampMinMax(SampleSummer::Sum &sum, T value)
|
||||
sum.max = value;
|
||||
}
|
||||
}
|
||||
|
||||
SampleSummer::Info::Info()
|
||||
{
|
||||
channels = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user