Audacity 3.2.0
Variables
anonymous_namespace{StretchingSequenceIntegrationTest.cpp} Namespace Reference

Variables

constexpr auto sampleRate = 3
 
constexpr auto iChannel = 0u
 
const auto sampleBlockFactory = std::make_shared<MockSampleBlockFactory>()
 
TestWaveClipMaker clipMaker { sampleRate, sampleBlockFactory }
 
TestWaveTrackMaker trackMaker { sampleRate, sampleBlockFactory }
 

Detailed Description


Audacity: A Digital Audio Editor

StretchingSequenceIntegrationTest.cpp

Matthieu Hodgkinson

Variable Documentation

◆ clipMaker

TestWaveClipMaker anonymous_namespace{StretchingSequenceIntegrationTest.cpp}::clipMaker { sampleRate, sampleBlockFactory }

Definition at line 27 of file StretchingSequenceIntegrationTest.cpp.

Referenced by TEST_CASE().

◆ iChannel

constexpr auto anonymous_namespace{StretchingSequenceIntegrationTest.cpp}::iChannel = 0u
constexpr

Definition at line 24 of file StretchingSequenceIntegrationTest.cpp.

Referenced by EffectTruncSilence::Analyze(), RecordableSequence::Append(), WaveTrack::Append(), SpecCache::CalculateOneSpectrum(), AudioGraph::Buffers::ClearBuffer(), SampleHandle::Click(), CommonTrackCell::CommonTrackCell(), DEFINE_ATTACHED_VIRTUAL_OVERRIDE(), StretchingSequence::DoGet(), WaveTrack::DoGet(), NoteTrack::Interval::DoGetChannel(), UniqueChannelTrack< Base >::DoGetChannel(), WaveTrack::Interval::DoGetChannel(), WaveTrack::DoGetChannel(), LabelTrack::Interval::DoGetChannel(), EffectTruncSilence::DoRemoval(), SampleHandle::Drag(), AudioIO::DrainRecordBuffers(), ChannelAttachmentsBase::Find(), ChannelAttachments< Attachment >::Find(), ChannelView::FindFromChannelGroup(), ChannelAttachmentsBase::Get(), ChannelAttachments< Attachment >::Get(), FrequencyPlotDialog::GetAudio(), WideChannelGroupInterval::GetChannel(), ChannelGroup::GetChannel(), WaveTrack::GetChannel(), WaveTrack::Interval::GetChannel(), WaveTrack::Interval::GetClip(), WaveClip::GetFloatAtTime(), WaveTrack::GetFloatAtTime(), StretchingSequence::GetFloats(), WideSampleSequence::GetFloats(), WaveTrack::GetFloatsCenteredAroundTime(), WaveTrack::GetFloatsFromTime(), ChannelView::GetFromChannelGroup(), AudioGraph::Buffers::GetReadPosition(), WaveChannelInterval::GetSampleView(), WaveClip::GetSampleView(), FloatVectorClip::GetSampleView(), AudioGraph::Buffers::GetWritePosition(), SampleHandle::HitTest(), MixerSource::MixerSpec(), MixerSource::MixSameRate(), MixerSource::MixVariableRates(), StretchingSequence::MutableGet(), anonymous_namespace{SelectMenus.cpp}::NearestZeroCrossing(), Mixer::Process(), PerTrackEffect::ProcessPass(), NyquistEffect::NyxContext::PutCallback(), WaveClip::SetFloatAtTime(), WaveTrack::SetFloatAtTime(), WaveClip::SetFloatsCenteredAroundTime(), WaveTrack::SetFloatsCenteredAroundTime(), WaveClip::SetFloatsFromTime(), WaveTrack::SetFloatsFromTime(), WaveTrack::SetFloatsWithinTimeRange(), TrackList::Temporary(), TEST_CASE(), AudioIO::TransformPlayBuffers(), WaveTrack::WriteOneXML(), and WaveTrack::WriteXML().

◆ sampleBlockFactory

const auto anonymous_namespace{StretchingSequenceIntegrationTest.cpp}::sampleBlockFactory = std::make_shared<MockSampleBlockFactory>()

Definition at line 26 of file StretchingSequenceIntegrationTest.cpp.

◆ sampleRate

constexpr auto anonymous_namespace{StretchingSequenceIntegrationTest.cpp}::sampleRate = 3
constexpr

Definition at line 23 of file StretchingSequenceIntegrationTest.cpp.

Referenced by TEST_CASE().

◆ trackMaker

TestWaveTrackMaker anonymous_namespace{StretchingSequenceIntegrationTest.cpp}::trackMaker { sampleRate, sampleBlockFactory }

Definition at line 28 of file StretchingSequenceIntegrationTest.cpp.

Referenced by TEST_CASE().