mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
Steve's fix for bug/enhancement 74.
This commit is contained in:
@@ -50,6 +50,10 @@ class MixerToolBar:public ToolBar {
|
||||
void AdjustOutputGain(int adj);
|
||||
void AdjustInputGain(int adj);
|
||||
|
||||
protected:
|
||||
float mInputSliderVolume;
|
||||
float mOutputSliderVolume;
|
||||
|
||||
private:
|
||||
|
||||
void InitializeMixerToolBar();
|
||||
|
||||
Reference in New Issue
Block a user