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 ClipMirAudioReader::AddChannel(), EffectTruncSilence::Analyze(), WaveChannel::Append(), WaveTrack::Append(), WaveClip::Append(), WaveChannel::AppendBuffer(), WaveClip::AppendToChannel(), SpecCache::CalculateOneSpectrum(), ChannelAttachmentsBase::ChannelAttachmentsBase(), AudioGraph::Buffers::ClearBuffer(), LabelTrackView::CopyTo(), WaveChannelView::CopyTo(), DEFINE_ATTACHED_VIRTUAL_OVERRIDE(), StretchingSequence::DoGet(), WaveChannel::DoGet(), WaveTrack::DoGet(), NoteTrack::Interval::DoGetChannel(), UniqueChannelTrack< Base >::DoGetChannel(), WaveClip::DoGetChannel(), WaveTrack::DoGetChannel(), LabelTrack::Interval::DoGetChannel(), EffectTruncSilence::DoRemoval(), AudioIO::DrainRecordBuffers(), ChannelAttachmentsBase::Find(), ChannelAttachments< Attachment >::Find(), ChannelView::FindFromChannelGroup(), ChannelAttachmentsBase::Get(), ChannelAttachments< Attachment >::Get(), WaveClip::GetAppendBufferLen(), FrequencyPlotDialog::GetAudio(), WideChannelGroupInterval::GetChannel(), ChannelGroup::GetChannel(), WaveTrack::GetChannel(), WaveChannelUtilities::GetFloatAtTime(), WaveClipUtilities::GetFloatAtTime(), StretchingSequence::GetFloats(), WideSampleSequence::GetFloats(), TrackPanelResizerCell::GetFromChannelGroup(), ChannelView::GetFromChannelGroup(), WaveTrack::GetOne(), AudioGraph::Buffers::GetReadPosition(), WaveClip::GetSampleView(), FloatVectorClip::GetSampleView(), AudioGraph::Buffers::GetWritePosition(), WaveClip::GreatestAppendBufferLen(), MixerSource::MixerSpec(), MixerSource::MixSameRate(), MixerSource::MixVariableRates(), StretchingSequence::MutableGet(), anonymous_namespace{SelectMenus.cpp}::NearestZeroCrossing(), Mixer::Process(), PerTrackEffect::ProcessPass(), NyquistEffect::NyxContext::PutCallback(), LabelTrackView::Reparent(), WaveChannelView::Reparent(), ChannelView::Reparent(), CommonChannelCell::Reparent(), WaveClipUtilities::SetFloatsFromTime(), WaveChannelUtilities::SetFloatsWithinTimeRange(), TEST_CASE(), AudioIO::TransformPlayBuffers(), WaveTrack::WriteOneXML(), and WaveTrack::WriteXML().

◆ sampleBlockFactory

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

◆ 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().