1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 14:32:58 +02:00

Replaces enable/disable images and a few other changes

Makes the tooltips display the action that is going to
be performed rather than a generic description.

Disables transport buttons when the effect dialog is
initially displayed if another project has using the 
audio device.
This commit is contained in:
lllucius
2014-12-20 00:13:33 +00:00
parent 3e3701954a
commit 4382a5c835
4 changed files with 202 additions and 182 deletions

View File

@@ -323,6 +323,7 @@ class AUDACITY_DLL_API AudioIO {
double AILAGetLastDecisionTime();
#endif
bool IsAvailable(AudacityProject *projecT);
void SetCaptureMeter(AudacityProject *project, Meter *meter);
void SetPlaybackMeter(AudacityProject *project, Meter *meter);