diff options
Diffstat (limited to 'src/SekaijuApp.h')
-rw-r--r-- | src/SekaijuApp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SekaijuApp.h b/src/SekaijuApp.h index 22efde9..0b4f212 100644 --- a/src/SekaijuApp.h +++ b/src/SekaijuApp.h @@ -184,6 +184,7 @@ typedef struct { // メトロノームダイアログの状態
typedef struct {
int m_nOn; // メトロノームオン
+ int m_nRecord; // メトロノームを録音する
int m_nOutputPort; // 出力ポート(0〜15)
int m_nOutputChannel; // 出力チャンネル(0〜15)
int m_nNoteKey1; // 強打ノートキー(0〜127)
|