summaryrefslogtreecommitdiffstats
path: root/src/MIDIDeviceSheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MIDIDeviceSheet.h')
-rw-r--r--src/MIDIDeviceSheet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MIDIDeviceSheet.h b/src/MIDIDeviceSheet.h
index 4476561..b797808 100644
--- a/src/MIDIDeviceSheet.h
+++ b/src/MIDIDeviceSheet.h
@@ -23,6 +23,7 @@
#include "MIDIInDevicePage.h"
#include "MIDIOutDevicePage.h"
+#include "MIDIThruBindingPage.h"
#include "MIDIInstDefNormPage.h"
#include "MIDIInstDefDrumPage.h"
@@ -33,6 +34,7 @@ class CMIDIDeviceSheet : public CPropertySheet {
public:
CMIDIInDevicePage m_theMIDIInDevicePage; // MIDI入力デバイスページ
CMIDIOutDevicePage m_theMIDIOutDevicePage; // MIDI出力デバイスページ
+ CMIDIThruBindingPage m_theMIDIThruBindingPage; // MIDI入出関係(ループ)ページ
CMIDIInstDefNormPage m_theMIDIInstDefNormPage; // MIDIインストゥルメント(通常)ページ
CMIDIInstDefDrumPage m_theMIDIInstDefDrumPage; // MIDIインストゥルメント(ドラム)ページ
//--------------------------------------------------------------------------