jp.crestmuse.cmx.inference
クラス BassCalculator

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.inference.BassCalculator
すべての実装されたインタフェース:
Calculator

public class BassCalculator
extends java.lang.Object
implements Calculator


コンストラクタの概要
BassCalculator(MusicRepresentation mr)
           
 
メソッドの概要
 MusicRepresentation.Type[] drivenBy()
          この計算オブジェクトがどのイベントで発火するかを返す
 void update(MusicRepresentation.MusicElement me, int index)
          計算する
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BassCalculator

public BassCalculator(MusicRepresentation mr)
メソッドの詳細

drivenBy

public MusicRepresentation.Type[] drivenBy()
インタフェース Calculator の記述:
この計算オブジェクトがどのイベントで発火するかを返す

定義:
インタフェース Calculator 内の drivenBy

update

public void update(MusicRepresentation.MusicElement me,
                   int index)
インタフェース Calculator の記述:
計算する

定義:
インタフェース Calculator 内の update