mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-13 00:25:26 +00:00
Fix typo.
This commit is contained in:
@@ -86,7 +86,7 @@ struct SampleSource: public BufferSource<SourceT, stereo> {
|
|||||||
} else {
|
} else {
|
||||||
std::size_t c = 0;
|
std::size_t c = 0;
|
||||||
|
|
||||||
// Fill in the tail of any pa3rtially-captured level.
|
// Fill in the tail of any partially-captured level.
|
||||||
auto level = source.level();
|
auto level = source.level();
|
||||||
while(c < number_of_samples && master_divider_ != divider) {
|
while(c < number_of_samples && master_divider_ != divider) {
|
||||||
target[c] = level;
|
target[c] = level;
|
||||||
|
Reference in New Issue
Block a user