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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user