Package | Description |
---|---|
be.tarsos.util |
Utility classes for string handling, logging, configuration, some DSP tasks.
|
be.tarsos.util.histogram |
Histogram and histogram correlation classes.
|
Modifier and Type | Method and Description |
---|---|
ScalaFile |
ScalaFile.findClosest(java.util.List<ScalaFile> haystack)
In a list of scala files it finds the closest one.
|
static ScalaFile |
ScalaFile.westernTuning() |
Modifier and Type | Method and Description |
---|---|
ScalaFile |
ScalaFile.findClosest(java.util.List<ScalaFile> haystack)
In a list of scala files it finds the closest one.
|
Modifier and Type | Method and Description |
---|---|
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.
|