Home
last modified time | relevance | path

Searched refs:GetWaveColorIndex (Results 1 – 4 of 4) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DWaveTrack.h147 int GetWaveColorIndex() const { return mWaveColorIndex; }; in GetWaveColorIndex() function
H A DWaveTrack.cpp1584 auto clip = std::make_unique<WaveClip>(mpFactory, mFormat, mRate, this->GetWaveColorIndex()); in InsertSilence()
2341 auto clip = std::make_unique<WaveClip>(mpFactory, mFormat, mRate, GetWaveColorIndex()); in CreateClip()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/menus/
H A DTrackMenus.cpp77 firstColour = (*trackRange.begin())->GetWaveColorIndex(); in DoMixAndRender()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/playabletrack/wavetrack/ui/
H A DWaveformView.cpp1123 menu.Check( id, id == me.IdOfWaveColor( track.GetWaveColorIndex() ) ); in __anon5b9206850402()