jp.crestmuse.cmx.inference
インタフェース Calculator

既知の実装クラスの一覧:
AccompanimentCalculator, BassCalculator, NaiveBassCalculator, NaiveVoicingCalculator

public interface Calculator


メソッドの概要
 MusicRepresentation.Type[] drivenBy()
          この計算オブジェクトがどのイベントで発火するかを返す
 void update(MusicRepresentation.MusicElement me, int index)
          計算する
 

メソッドの詳細

drivenBy

MusicRepresentation.Type[] drivenBy()
この計算オブジェクトがどのイベントで発火するかを返す


update

void update(MusicRepresentation.MusicElement me,
            int index)
計算する