105 switch( iColorIndex %4 )
113 samplePen.SetColour( wxColor( 160,10,10 ) );
114 rmsPen.SetColour( wxColor( 230,80,80 ) );
117 samplePen.SetColour( wxColor( 35,110,35 ) );
118 rmsPen.SetColour( wxColor( 75,200,75 ) );
122 rmsPen.SetColour( wxColor( 100,100,100 ) );
IntSetting DecibelScaleCutoff
Negation of this value is the lowest dB level that should be shown in dB scales.
int ShowTrackNameInWaveformPrefsID()
int ShowClippingPrefsID()
audacity::BasicSettings * gPrefs
bool Read(T *pVar) const
overload of Read returning a boolean that is true if the value was previously defined */
const T & GetDefault() const
void SetBrushColour(wxBrush &Brush, int iIndex)
void SetPenColour(wxPen &Pen, int iIndex)
This class handles the actual rendering of WaveTracks (both waveforms and spectra),...
bool mbShowTrackNameInTrack
wxBrush beatStrongSelBrush
wxPen odProgressNotYetPen
TrackArtist(TrackPanel *parent_)
void SetColours(int iColorIndex)
static TrackArtist * Get(TrackPanelDrawingContext &)
wxBrush blankSelectedBrush
void UpdateSelectedPrefs(int id) override
void UpdatePrefs() override
The TrackPanel class coordinates updates and operations on the main part of the screen which contains...
static WaveChannelViewConstants::SampleDisplay SampleViewChoice()
bool ReadBool(const wxString &key, bool defaultValue) const
virtual bool Read(const wxString &key, bool *value) const =0