Skip to content

Commit

Permalink
SampleBuffer: Keep settings on sample rate change
Browse files Browse the repository at this point in the history
Fixes #2779
  • Loading branch information
lukas-w committed Apr 7, 2017
1 parent f8bf07b commit e65b1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/SampleBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ SampleBuffer::~SampleBuffer()

void SampleBuffer::sampleRateChanged()
{
update();
update( true );
}


Expand Down

0 comments on commit e65b1c8

Please sign in to comment.