mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-31 08:58:43 +01:00
Replace more Connect with Bind; needed redeclaration of custom events
This commit is contained in:
@@ -91,9 +91,12 @@ 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);
|
||||
DECLARE_EXPORTED_EVENT_TYPE(AUDACITY_DLL_API, EVT_AUDIOIO_MONITOR, -1);
|
||||
wxDECLARE_EXPORTED_EVENT(AUDACITY_DLL_API,
|
||||
EVT_AUDIOIO_PLAYBACK, wxCommandEvent);
|
||||
wxDECLARE_EXPORTED_EVENT(AUDACITY_DLL_API,
|
||||
EVT_AUDIOIO_CAPTURE, wxCommandEvent);
|
||||
wxDECLARE_EXPORTED_EVENT(AUDACITY_DLL_API,
|
||||
EVT_AUDIOIO_MONITOR, wxCommandEvent);
|
||||
|
||||
// PRL:
|
||||
// If we always run a portaudio output stream (even just to produce silence)
|
||||
|
||||
Reference in New Issue
Block a user