1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 06:03:49 +01:00

More uses if IsUnsafe() or IsAudioActive()

This commit is contained in:
Paul Licameli
2015-07-06 16:55:04 -04:00
parent f35d519c21
commit 4a4918a3f8
4 changed files with 33 additions and 41 deletions

View File

@@ -177,7 +177,8 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
TrackFactory *GetTrackFactory();
AdornedRulerPanel *GetRulerPanel();
Tags *GetTags();
int GetAudioIOToken();
int GetAudioIOToken() const;
bool IsAudioActive() const;
void SetAudioIOToken(int token);
bool IsActive();