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

Extra Menus

This commit is contained in:
Paul Licameli
2018-10-23 17:06:35 -04:00
parent 4a8a30f1a9
commit 574fc7f2ec
3 changed files with 275 additions and 247 deletions

View File

@@ -49,25 +49,6 @@ struct MenuCommandHandler final
MenuCommandHandler();
~MenuCommandHandler();
// Device control
void OnInputDevice(const CommandContext &context );
void OnOutputDevice(const CommandContext &context );
void OnAudioHost(const CommandContext &context );
void OnInputChannels(const CommandContext &context );
// Mixer control
void OnOutputGain(const CommandContext &context );
void OnInputGain(const CommandContext &context );
void OnOutputGainInc(const CommandContext &context );
void OnOutputGainDec(const CommandContext &context );
void OnInputGainInc(const CommandContext &context );
void OnInputGainDec(const CommandContext &context );
void OnFullScreen(const CommandContext &context );
// File Menu
void OnCheckDependencies(const CommandContext &context );