1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 17:41:13 +02:00

AudioIO does not depend directly on ControlToolBar ...

... use one more callback in the listener to change the ControlToolBar pause
state.
This commit is contained in:
Paul Licameli
2019-06-24 11:11:45 -04:00
parent bcc90ee91a
commit d9b780b067
4 changed files with 17 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ private:
void OnAudioIOStopRecording() override;
void OnAudioIONewBlockFiles(const AutoSaveFile & blockFileLog) override;
void OnCommitRecording() override;
void OnSoundActivationThreshold() override;
AudacityProject &mProject;