tick単位をミリ秒単位に変換する convertTickToSecによる変換後、x1000しただけ
tick単位を秒単位に変換する
予め生成したcalculatorを使って進行度を計算。時間範囲によって計算処理を変える timeが負のとき、正に直してから計算、結果はマイナスで返す 適当な時間範囲が存在しないときは0を返す
ミリ秒指定
Returns tempo of the specified miliSec
Returns current timebase
Method name is Temporary Returns tempo of the specified time (affected by tempo variation list)
Sets the tempo (list)
Set tempo by number (when tempo is fixed) or in format of transition array.
Optional. See {@link #setTempoVariation} for details.
逆走・停止・加減速処理リストをセットもしくは更新 最終テンポ遷移リストとdistanceCalculatorも更新
This visually changes the result of getTempoBy~
and getProgressBy~
method,
but does not affect tick <-> sec conversion.
未指定の場合、現在セットされているリストをベースに更新
1beatを何tickとするかを指定、すべての基準となる数値。 テンポ遷移リスト等も更新
Generated using TypeDoc
秒数をtick単位に変換