1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-17 14:11:13 +01:00

Stem Plot option when displaying samples

Initial commit.
This commit is contained in:
Steve Daulton
2017-04-18 14:52:16 +01:00
parent 7f98672e22
commit 53a64757e7
5 changed files with 51 additions and 8 deletions

View File

@@ -172,6 +172,7 @@ class AUDACITY_DLL_API TrackArtist {
// Preference values
float mdBrange; // "/GUI/EnvdBRange"
long mShowClipping; // "/GUI/ShowClipping"
int mSampleDisplay; // "/GUI/SampleView"
bool mbShowTrackNameInWaveform; // "/GUI/ShowTrackNameInWaveform"
int mInsetLeft;