mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Merge ba03eb3fd1 into a35c8a97d2
This commit is contained in:
commit
8dad534405
1 changed files with 0 additions and 2 deletions
|
|
@ -710,8 +710,6 @@ void AudioThumbnail::saveTo (OutputStream& output) const
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
bool AudioThumbnail::setDataSource (LevelDataSource* newSource)
|
bool AudioThumbnail::setDataSource (LevelDataSource* newSource)
|
||||||
{
|
{
|
||||||
JUCE_ASSERT_MESSAGE_MANAGER_IS_LOCKED
|
|
||||||
|
|
||||||
numSamplesFinished = 0;
|
numSamplesFinished = 0;
|
||||||
auto wasSuccessful = [&] { return sampleRate > 0 && totalSamples > 0; };
|
auto wasSuccessful = [&] { return sampleRate > 0 && totalSamples > 0; };
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue