mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-26 23:33:49 +01:00
Select Spectral Edit from Track DropDown
This commit is contained in:
committed by
Steve Daulton
parent
9f1a7d8e90
commit
88a9e434f5
@@ -48,17 +48,22 @@ void TracksPrefs::Populate()
|
||||
mSoloChoices.Add(_("None"));
|
||||
|
||||
|
||||
// Keep the same order as in TrackPanel.cpp menu: OnWaveformID, OnWaveformDBID, OnSpectrumID, OnSpectrumLogID, OnPitchID
|
||||
// Keep the same order as in TrackPanel.cpp menu: OnWaveformID, OnWaveformDBID, OnSpectrumID, OnSpectrumLogID,
|
||||
// OnSpectralSelID, OnSpectralSelLogID, OnPitchID
|
||||
mViewCodes.Add(0);
|
||||
mViewCodes.Add(1);
|
||||
mViewCodes.Add(2);
|
||||
mViewCodes.Add(3);
|
||||
mViewCodes.Add(4);
|
||||
mViewCodes.Add(5);
|
||||
mViewCodes.Add(6);
|
||||
|
||||
mViewChoices.Add(_("Waveform"));
|
||||
mViewChoices.Add(_("Waveform (dB)"));
|
||||
mViewChoices.Add(_("Spectrogram"));
|
||||
mViewChoices.Add(_("Spectrogram log(f)"));
|
||||
mViewChoices.Add(_("Spectral Selection"));
|
||||
mViewChoices.Add(_("Spectrogram Selection log(f)"));
|
||||
mViewChoices.Add(_("Pitch (EAC)"));
|
||||
|
||||
//------------------------- Main section --------------------
|
||||
|
||||
Reference in New Issue
Block a user