| Interface | Description |
|---|---|
| AnnotationHandler |
An interface to react to annotations.
|
| AnnotationListener |
Elements interested in representing annotations should implement this
interface.
|
| AnnotationPublisher.AnnotationFilter |
FILTERS
|
| PitchDetector |
A PitchDetector is able to annotate a song with pitches.
|
| Class | Description |
|---|---|
| Annotation |
An annotation has one time stamp, one pitch and an optional probability.
|
| AnnotationPublisher |
This class is responsible for the extraction and delegation of annotations.
|
| AnnotationSelection |
Represents the current selection of annotations.
|
| AnnotationTree |
Annotation tree can be used for range selection on a list of annotations.
|
| CachingDetector |
Caches the results of a pitch detector by serializing annotations to a file.
|
| IPEMPitchDetection |
The IPEM_SIX Pitch detector uses an auditory model for polyphonic pitch
tracking.
|
| Pitch |
A class representing pitch.
|
| PitchFunctions |
Utility class for pitch conversions See pitch-representatio for some background.
|
| Polyphon |
Calls polyphon.
|
| Swipe |
Calls Swipe.
|
| SwipeOctave |
Calls Swipe.
|
| TarsosPitchDetection | |
| VampPitchDetection |
| Enum | Description |
|---|---|
| PitchDetectionMode |
The pitch detection mode defines which algorithm is used to detect pitch.
|
| PitchFunctions.EportType | |
| PitchUnit |
Defines the unit of the pitch value.
|