A B C D E F G H I J K L M N O P R S T U V W X Y

H

handleAnnotation(Annotation) - Method in interface be.hogent.tarsos.sampled.pitch.AnnotationHandler
Use this method to react to annotations.
handleRow(ToneSequenceBuilder, String[]) - Method in interface be.hogent.tarsos.midi.ToneSequenceBuilder.CSVFileHandler
 
hashCode() - Method in class be.hogent.tarsos.midi.MidiCommon.MoreMidiInfo
 
hashCode() - Method in class be.hogent.tarsos.sampled.pitch.Annotation
 
hasNames() - Method in class be.hogent.tarsos.util.ScalaFile
 
HeaderPanel - Class in be.hogent.tarsos.ui.pitch
 
HeaderPanel() - Constructor for class be.hogent.tarsos.ui.pitch.HeaderPanel
 
hertzToAbsoluteCent(double) - Static method in enum be.hogent.tarsos.sampled.pitch.PitchUnit
The reference frequency is configured.
hertzToMidiCent(double) - Static method in enum be.hogent.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.hogent.tarsos.sampled.pitch.PitchUnit
A MIDI key is an integer between 0 and 127, inclusive.
hertzToRelativeCent(double) - Static method in enum be.hogent.tarsos.sampled.pitch.PitchUnit
Converts a Hertz value to relative cents.
Histogram - Class in be.hogent.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.hogent.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.hogent.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.hogent.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.hogent.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.hogent.tarsos.util.histogram
Defines an implementation of a histogram correlation or distance measure.
HistogramData - Class in be.hogent.tarsos.ui.pitch
 
HistogramFactory - Class in be.hogent.tarsos.util.histogram
This class creates different kinds of histograms from either a list of annotations or a list of peak positions.
HistogramLayer - Class in be.hogent.tarsos.ui.pitch
 
HistogramLayer(JComponent, Histogram, ScaleChangedListener, Color) - Constructor for class be.hogent.tarsos.ui.pitch.HistogramLayer
 
HORIZONTAL - Static variable in class be.hogent.tarsos.util.JRangeSlider
 

A B C D E F G H I J K L M N O P R S T U V W X Y