![]() |
Audacity 3.2.0
|
Implements classes Sequence and SeqBlock. More...
#include "Sequence.h"
#include <algorithm>
#include <optional>
#include <float.h>
#include <math.h>
#include <wx/filefn.h>
#include <wx/ffile.h>
#include <wx/log.h>
#include "BasicUI.h"
#include "Dither.h"
#include "SampleBlock.h"
#include "InconsistencyException.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{Sequence.cpp} |
Functions | |
void | anonymous_namespace{Sequence.cpp}::ensureSampleBufferSize (SampleBuffer &buffer, sampleFormat format, size_t &size, size_t required, SampleBuffer *pSecondBuffer=nullptr) |
bool | anonymous_namespace{Sequence.cpp}::Overflows (double numSamples) |
SampleBlockPtr | anonymous_namespace{Sequence.cpp}::ShareOrCopySampleBlock (SampleBlockFactory *pFactory, sampleFormat format, SampleBlockPtr sb) |
Implements classes Sequence and SeqBlock.
Definition in file Sequence.cpp.