18#ifndef __AUDACITY_TRACKARTIST__
19#define __AUDACITY_TRACKARTIST__
61 void SetColours(
int iColorIndex);
96 wxPen beatSepearatorPen[2];
97 wxPen barSepearatorPen[2];
98 wxBrush beatStrongBrush[2];
99 wxBrush beatWeakBrush[2];
100 wxBrush beatStrongSelBrush[2];
101 wxBrush beatWeakSelBrush[2];
103#ifdef EXPERIMENTAL_FFT_Y_GRID
107#ifdef EXPERIMENTAL_FIND_NOTES
108 bool fftFindNotesOld;
109 int findNotesMinAOld;
111 bool findNotesQuantizeOld;
118 bool drawEnvelope{
false };
119 bool bigPoints{
false };
120 bool drawSliders{
false };
121 bool onBrushTool{
false };
122 bool hasSolo{
false };
A listener notified of changes in preferences.
virtual void UpdatePrefs()=0
Defines a selected portion of a project.
This class handles the actual rendering of WaveTracks (both waveforms and spectra),...
wxBrush envelopeBackgroundBrush
wxPen odProgressNotYetPen
wxBrush clipAffordanceBackgroundSelBrush
wxBrush clipAffordanceBackgroundBrush
wxBrush blankSelectedBrush
Abstract base class for an object holding data associated with points on a time axis.
A flat linked list of tracks supporting Add, Remove, Clear, and Contains, serialization of the list o...
The TrackPanel class coordinates updates and operations on the main part of the screen which contains...
Services * Get()
Fetch the global instance, or nullptr if none is yet installed.