X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=FDK%2F%E3%82%B3%E3%83%BC%E3%83%89%2F02.%E5%85%A5%E5%8A%9B%2FCInputMIDI.cs;h=ebb6346ca0b928cbf9ad06f9e131eb0c15681f47;hb=ce1af8441064915d9fbb1ea3f4970e3a3d7c0f56;hp=009d2d3c7cd64c27090207201877158cd5f9c9fd;hpb=0762bfa87dc0400660d261efa1ee4ae69c870df1;p=dtxmania%2Fdtxmania.git diff --git a/FDK/コード/02.入力/CInputMIDI.cs b/FDK/コード/02.入力/CInputMIDI.cs index 009d2d3c..ebb6346c 100644 --- a/FDK/コード/02.入力/CInputMIDI.cs +++ b/FDK/コード/02.入力/CInputMIDI.cs @@ -12,7 +12,6 @@ namespace FDK public uint hMidiIn; public List listEventBuffer; - // コンストラクタ public CInputMIDI( uint nID ) @@ -23,6 +22,7 @@ namespace FDK this.e入力デバイス種別 = E入力デバイス種別.MidiIn; this.GUID = ""; this.ID = (int) nID; + this.strDeviceName = ""; // CInput管理で初期化する } @@ -65,6 +65,7 @@ namespace FDK public string GUID { get; private set; } public int ID { get; private set; } public List list入力イベント { get; private set; } + public string strDeviceName { get; set; } public void tポーリング( bool bWindowがアクティブ中, bool bバッファ入力を使用する ) {