jp.crestmuse.cmx.amusaj.commands
クラス WAV2TBDnotewise
java.lang.Object
jp.crestmuse.cmx.commands.CMXCommand<WAVWrapper,FileWrapperCompatible>
jp.crestmuse.cmx.amusaj.commands.AbstractWAVAnalyzer
jp.crestmuse.cmx.amusaj.commands.NotewiseWAVAnalyzer
jp.crestmuse.cmx.amusaj.commands.WAV2TBDnotewise
- すべての実装されたインタフェース:
- CMXInitializer
public class WAV2TBDnotewise
- extends NotewiseWAVAnalyzer
クラス jp.crestmuse.cmx.amusaj.commands.AbstractWAVAnalyzer から継承されたメソッド |
customSetting, getParam, getParamDouble, getParamInt, getWindowSlider, readInputData, requiredFiles, setBoolOptionsLocal, setParam, setParam, setParam, usesStereo |
クラス jp.crestmuse.cmx.commands.CMXCommand から継承されたメソッド |
addOptionHelpMessage, appendHelpMessage, exitWithMessage, getBaseName, getBaseName, getConfigXMLWrapper, getDestDir, getFileName, getHelpMessage, getOutFileName, getVersion, indata, init, loopEnabled, newOutputData, outdata, postproc, removeDirName, removeExt, removeExt, run, run, setOutputData, showErrorMessage, start, start |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WAV2TBDnotewise
public WAV2TBDnotewise()
setOptionsLocal
protected boolean setOptionsLocal(java.lang.String option,
java.lang.String value)
- クラス
CMXCommand
の記述:
Please override this method to support non-yes/no options in
your subclass.
サブクラスで独自の非YES/NO型オプションをサポートする場合には,
このメソッドをオーバーライドしてください.
このメソッドがオプションを受け入れたらtrue,
受け入れなかったらfalseを返さなければなりません.
- オーバーライド:
- クラス
NotewiseWAVAnalyzer
内の setOptionsLocal
getUsedModules
protected ProducerConsumerCompatible[] getUsedModules(SCCXMLWrapper.Note note)
- 定義:
- クラス
NotewiseWAVAnalyzer
内の getUsedModules
getModuleConnections
protected ModuleConnection[] getModuleConnections()
- クラス
AbstractWAVAnalyzer
の記述:
- Please override this method to specify the connections between
modules described in the getUsedModules() method.
If the output of the stft module connects to the input of the
peakext module, you may override this method as follows:
protected ModuleConnection[] getModuleConnections() {
return new ModuleConnection[] {
new ModuleConnection(stft, 0, peakext, 0);
};
}
- 定義:
- クラス
AbstractWAVAnalyzer
内の getModuleConnections
getAmusaXMLFormat
protected java.lang.String getAmusaXMLFormat()
- クラス
AbstractWAVAnalyzer
の記述:
- Please override this method so that this returns "array" or "peaks"
- 定義:
- クラス
AbstractWAVAnalyzer
内の getAmusaXMLFormat
getOutputData
protected OutputData[] getOutputData()
- クラス
AbstractWAVAnalyzer
の記述:
- Please override this method to specify what data should be
output to a file.
- 定義:
- クラス
AbstractWAVAnalyzer
内の getOutputData
main
public static void main(java.lang.String[] args)