Ticket #30545

キー表示範囲指定

Open Date: 2013-01-20 23:50 Last Update: 2013-12-05 00:42

Reporter:
Owner:
Status:
Closed
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
None

Details

Piano Roll Rainにて、キーボードのキー表示範囲をINIファイルで設定できるようにする。

通常1トラックあたり128個のキーを表示しているが、一般的なピアノは88鍵である。 INIファイルの追加設定を以下に示す。

通常の表示範囲

[PianoKeyboard]
KeyDispRangeStart=0
KeyDispRangeEnd=127

88鍵の場合

[PianoKeyboard]
KeyDispRangeStart=21
KeyDispRangeEnd=108

Ticket History (3/5 Histories)

2013-01-20 23:50 Updated by: yknk
  • New Ticket "キー表示範囲指定" created
2013-11-10 20:39 Updated by: yknk
Comment

メモ

本チケットは、下記ユーザ要望から派生したものである。

2013-11-10 20:40 Updated by: yknk
Comment

対策

MTPianoKeyboard

表示範囲外のキーを非表示にする制御を追加する。

  • MTPianoKeyboard::_CreateVertexOfKeyboard
  • MTPianoKeyboard::_HideKey

左端および右端に表示する白鍵の形について、表示しない黒鍵に対応する凹みをなくす処理を追加する。

  • MTPianoKeyboard::_CreateVertexOfKeyWhite1
  • MTPianoKeyboard::_CreateVertexOfKeyWhite2
  • MTPianoKeyboard::_CreateVertexOfKeyWhite3

表示範囲外のキーに対する回転処理を無視する処理を追加する。

  • MTPianoKeyboard::_RotateKey

MTPianoKeyboardDesign

キー表示範囲を示すメンバ変数を追加する。

  • m_KeyDispRangeStart
  • m_KeyDispRangeEnd

左端および右端に表示する白鍵の形について、表示しない黒鍵に対応する凹みがなくなるよう、白鍵の種類を変更する処理を追加する。

  • MTPianoKeyboardDesign::_InitKeyType

左端および右端に表示する黒鍵の位置を、中央に変更する処理を追加する。

  • MTPianoKeyboardDesign::_InitKeyPos

INIファイルからのキー表示範囲設定読み込み処理を追加する。

  • MTPianoKeyboardDesign::_LoadConfFile

キー表示範囲情報取得メソッドを追加する。

  • MTPianoKeyboardDesign::GetKeyDispRangeStart
  • MTPianoKeyboardDesign::GetKeyDispRangeEnd

キー表示判定メソッドを追加する。

  • MTPianoKeyboardDesign::IsKeyDisp

2013/2/18 Win版終了

2013-11-10 20:40 Updated by: yknk
  • Resolution Update from None to Fixed
2013-12-05 00:42 Updated by: yknk
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2013-12-05 00:42

Attachment File List

No attachments

Edit

Please login to add comment to this ticket » Login