Uses of Class
com.tagtraum.beatunes.analysis.DetectSilence
-
Packages that use DetectSilence Package Description com.tagtraum.beatunes.analysis Provides classes to steer the execution of analysis tasks and several analysis tasks and their editors. -
-
Uses of DetectSilence in com.tagtraum.beatunes.analysis
Methods in com.tagtraum.beatunes.analysis that return DetectSilence Modifier and Type Method Description DetectSilence
DetectSilence. createDeepCopy()
DetectSilence
DetectSilenceEditor. getTask()
DetectSilence
DetectSilenceEditor. getTask(DetectSilence task)
Methods in com.tagtraum.beatunes.analysis that return types with arguments of type DetectSilence Modifier and Type Method Description TaskEditor<DetectSilence>
DetectSilence. createEditor()
Methods in com.tagtraum.beatunes.analysis with parameters of type DetectSilence Modifier and Type Method Description DetectSilence
DetectSilenceEditor. getTask(DetectSilence task)
void
DetectSilenceEditor. setTask(DetectSilence task)
-