Uses of Class
be.hogent.tarsos.sampled.pitch.AnnotationSelection

Packages that use AnnotationSelection
be.hogent.tarsos.sampled.pitch Contains internal and external pitch trackers. 
 

Uses of AnnotationSelection in be.hogent.tarsos.sampled.pitch
 

Methods in be.hogent.tarsos.sampled.pitch that return AnnotationSelection
 AnnotationSelection AnnotationPublisher.getCurrentSelection()
           
 

Methods in be.hogent.tarsos.sampled.pitch with parameters of type AnnotationSelection
 java.util.List<Annotation> AnnotationTree.select(AnnotationSelection selection)
          Select a subset of all annotations within a pitch - time range.
 

Constructors in be.hogent.tarsos.sampled.pitch with parameters of type AnnotationSelection
AnnotationSelection(AnnotationSelection selectionToCopy)