Uses of Class
be.hogent.tarsos.util.ScalaFile

Packages that use ScalaFile
be.hogent.tarsos.util Utility classes for string handling, logging, configuration, some DSP tasks. 
be.hogent.tarsos.util.histogram Histogram and histogram correlation classes. 
 

Uses of ScalaFile in be.hogent.tarsos.util
 

Methods in be.hogent.tarsos.util that return ScalaFile
 ScalaFile ScalaFile.findClosest(java.util.List<ScalaFile> haystack)
          In a list of scala files it finds the closest one.
static ScalaFile ScalaFile.westernTuning()
           
 

Method parameters in be.hogent.tarsos.util with type arguments of type ScalaFile
 ScalaFile ScalaFile.findClosest(java.util.List<ScalaFile> haystack)
          In a list of scala files it finds the closest one.
 

Uses of ScalaFile in be.hogent.tarsos.util.histogram
 

Methods in be.hogent.tarsos.util.histogram with parameters of type ScalaFile
static KernelDensityEstimate HistogramFactory.createPichClassKDE(ScalaFile scalaFile, double width)
          Creates a pitch class KernelDensityEstimate for a list of pitches defined by a Scala file.
static PitchClassHistogram HistogramFactory.createPitchClassHistogram(ScalaFile scalaFile)
          Builds a pitch class histogram using the pitches defined in a scala file.