Audacity 3.2.0
|
#include "ExportMixerDialog.h"
#include "ExportMixerPanel.h"
#include "ExportUtils.h"
#include <wx/sizer.h>
#include <wx/stattext.h>
#include "WaveTrack.h"
#include "MixerOptions.h"
#include "ShuttleGui.h"
#include "HelpSystem.h"
Go to the source code of this file.
Enumerations | |
enum | { ID_MIXERPANEL = 10001 , ID_SLIDER_CHANNEL } |
anonymous enum |
Enumerator | |
---|---|
ID_MIXERPANEL | |
ID_SLIDER_CHANNEL |
Definition at line 24 of file ExportMixerDialog.cpp.