Tíquete #30545

キー表示範囲指定

: 2013-01-20 23:50 Última Atualização: 2013-12-05 00:42

Relator:
Dono:
Estado:
Fechado
Prioridade:
5 - Medium
Gravidade:
5 - Medium
Resolução:
Fixed
Arquivo:
Nenhum

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
Comentário

メモ

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

2013-11-10 20:40 Updated by: yknk
Comentário

対策

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
  • Resolução Update from Nenhum to Fixed
2013-12-05 00:42 Updated by: yknk
  • Estado Update from Aberto to Fechado
  • Ticket Close date is changed to 2013-12-05 00:42

Attachment File List

No attachments

Editar

Please login to add comment to this ticket » Login