Audacity 3.2.0
|
#include "MidiIOPrefs.h"
#include <wx/defs.h>
#include <wx/choice.h>
#include <wx/textctrl.h>
#include <portmidi.h>
#include "NoteTrack.h"
#include "Prefs.h"
#include "ShuttleGui.h"
#include "AudacityMessageBox.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{MidiIOPrefs.cpp} |
Enumerations | |
enum | { HostID = 10000 , PlayID , RecordID , ChannelsID } |
Variables | |
PrefsPanel::Registration | anonymous_namespace{MidiIOPrefs.cpp}::sAttachment |
anonymous enum |
Enumerator | |
---|---|
HostID | |
PlayID | |
RecordID | |
ChannelsID |
Definition at line 41 of file MidiIOPrefs.cpp.