- handleAnnotation(Annotation) - Method in interface be.tarsos.sampled.pitch.AnnotationHandler
-
Use this method to react to annotations.
- handleRow(ToneSequenceBuilder, String[]) - Method in interface be.tarsos.midi.ToneSequenceBuilder.CSVFileHandler
-
- handleRow(ToneSequenceBuilder, String[]) - Method in class be.tarsos.midi.ToneSequenceBuilder
-
- hashCode() - Method in class be.tarsos.midi.MidiCommon.MoreMidiInfo
-
- hashCode() - Method in class be.tarsos.sampled.pitch.Annotation
-
- hasNames() - Method in class be.tarsos.util.ScalaFile
-
- HeaderPanel - Class in be.tarsos.ui.pitch
-
- HeaderPanel() - Constructor for class be.tarsos.ui.pitch.HeaderPanel
-
- HeatMapLayer - Class in be.tarsos
-
- HeatMapLayer(int, HashMap<Integer, Double>) - Constructor for class be.tarsos.HeatMapLayer
-
- hertzToAbsoluteCent(double) - Static method in enum be.tarsos.sampled.pitch.PitchUnit
-
The reference frequency is configured.
- hertzToMidiCent(double) - Static method in enum be.tarsos.sampled.pitch.PitchUnit
-
Converts a frequency in Hz to a MIDI CENT value using
(12 ^ log2 (f / 440)) + 69
E.g.
69.168 MIDI CENTS = MIDI NOTE 69 + 16,8 cents
69.168 MIDI CENTS = 440Hz + x Hz
- hertzToMidiKey(Double) - Static method in enum be.tarsos.sampled.pitch.PitchUnit
-
A MIDI key is an integer between 0 and 127, inclusive.
- hertzToRelativeCent(double) - Static method in enum be.tarsos.sampled.pitch.PitchUnit
-
Converts a Hertz value to relative cents.
- Histogram - Class in be.tarsos.util.histogram
-
A histogram is defined by a start value, a stop value and a number of
classes.
- Histogram(double, double, int, boolean, boolean) - Constructor for class be.tarsos.util.histogram.Histogram
-
Create a Histogram with a certain number of classes with values in the
range ]start - classWidht / 2, stop + classWidth / 2 [
if
the histogram wraps otherwise values outside the range are mapped to
values inside using a modulo calculation.
- Histogram(Histogram) - Constructor for class be.tarsos.util.histogram.Histogram
-
Creates a new, empty histogram using the same parameters of the original
histogram.
- Histogram(double, double, int) - Constructor for class be.tarsos.util.histogram.Histogram
-
Create a Histogram with a certain number of classes with values in the
range ]start - classWidht / 2, stop + classWidth / 2 [
if
the histogram wraps otherwise values outside the range are mapped to
values inside using a modulo calculation.
- Histogram(double, double, int, boolean) - Constructor for class be.tarsos.util.histogram.Histogram
-
Create a Histogram with a certain number of classes with values in the
range ]start - classWidht / 2, stop + classWidth / 2 [
if
the histogram wraps otherwise values outside the range are mapped to
values inside using a modulo calculation.
- HistogramCorrelation - Interface in be.tarsos.util.histogram
-
Defines an implementation of a histogram correlation or distance measure.
- HistogramFactory - Class in be.tarsos.util.histogram
-
This class creates different kinds of histograms from either a list of annotations
or a list of peak positions.
- HistogramToScala - Class in be.tarsos.cli
-
- HistogramToScala() - Constructor for class be.tarsos.cli.HistogramToScala
-
- HORIZONTAL - Static variable in class be.tarsos.util.JRangeSlider
-