mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 22:43:01 +02:00
Changes to the Effect dialog based on QA suggestions
Solves the problem of what the "Settings" button should say by converting it to a bitmap button. Adds the missing "bypass effect" button. The Ok/Cancel buttons are now Apply/Close buttons and the dialog stays open after the apply is done. Record is no longer disabled when an RTP effect is open as the RTP effect now monitors when recording starts and disables its buttons as needed. Added "Play", "Skip forward", and "Skip backward" buttons. While the other stuff is required, this last one is in to get a feel for its usefulness. We'll need to get feedback on it pretty quickly so we can rip it out if need be.
This commit is contained in:
@@ -70,6 +70,9 @@ class AudioIOListener;
|
||||
#define AILA_DEF_NUMBER_ANALYSIS 5
|
||||
#endif
|
||||
|
||||
DECLARE_EXPORTED_EVENT_TYPE(AUDACITY_DLL_API, EVT_AUDIOIO_PLAYBACK, -1);
|
||||
DECLARE_EXPORTED_EVENT_TYPE(AUDACITY_DLL_API, EVT_AUDIOIO_CAPTURE, -1);
|
||||
|
||||
class AUDACITY_DLL_API AudioIO {
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user