mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 08:06:32 +01:00
John (Thales) code to make the waveform display look like the output of the gain and pan sliders, rather than the input. Added as EXPERIMENTAL_OUTPUT_DISPLAY since there is work to do, but I think this deserves wider input/views.
This commit is contained in:
@@ -497,6 +497,9 @@ protected:
|
||||
virtual int IdOfRate( int rate );
|
||||
virtual int IdOfFormat( int format );
|
||||
|
||||
#ifdef EXPERIMENTAL_OUTPUT_DISPLAY
|
||||
void UpdateVirtualStereoOrder();
|
||||
#endif
|
||||
// Accessors...
|
||||
virtual bool HasSoloButton(){ return mSoloPref!=wxT("None");};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user