audio renderer/timeline: pass through channel count of waveform visualizations

This commit is contained in:
itsmattkc
2020-04-05 19:59:14 +10:00
parent 56178648bd
commit 6ea52e4123
4 changed files with 45 additions and 11 deletions
+5
View File
@@ -79,3 +79,8 @@ void SampleSummer::ClampMinMax(SampleSummer::Sum &sum, T value)
sum.max = value;
}
}
SampleSummer::Info::Info()
{
channels = 0;
}