|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.crestmuse.cmx.amusaj.sp.SPModule<MidiEventWithTicktime,StringElement>
jp.crestmuse.cmx.amusaj.sp.ChordPredictorModule
public class ChordPredictorModule
コンストラクタの概要 | |
---|---|
ChordPredictorModule(ChordPredictable predictor)
|
メソッドの概要 | |
---|---|
void |
execute(java.util.List<QueueReader<MidiEventWithTicktime>> src,
java.util.List<TimeSeriesCompatible<StringElement>> dest)
ここに処理内容を記述します. |
int |
getInputChannels()
入力チャンネル数を返します. |
int |
getOutputChannels()
出力チャンネル数を返します |
クラス jp.crestmuse.cmx.amusaj.sp.SPModule から継承されたメソッド |
---|
containsParam, copyParamsFromConfigXML, getParam, getParamCategory, getParamDouble, getParamInt, getParamNameSpace, getUsedParamNames, setParam, setParam, setParam, setParams, stop |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ChordPredictorModule(ChordPredictable predictor)
メソッドの詳細 |
---|
public void execute(java.util.List<QueueReader<MidiEventWithTicktime>> src, java.util.List<TimeSeriesCompatible<StringElement>> dest) throws java.lang.InterruptedException
ProducerConsumerCompatible
の記述:
src
- 全入力チャンネルに対するQueueReaderオブジェクトdest
- 全出力チャンネル
java.lang.InterruptedException
public int getInputChannels()
ProducerConsumerCompatible
の記述:
public int getOutputChannels()
ProducerConsumerCompatible
の記述:
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |