Uses of Class
inpro.synthesis.PitchMark

Packages that use PitchMark
extra.inpro.synthesis.visual A GUI to manipulate (improve, mimic, parody) Mary TTS. 
inpro.incremental.unit   
inpro.incremental.util   
 

Uses of PitchMark in extra.inpro.synthesis.visual
 

Subclasses of PitchMark in extra.inpro.synthesis.visual
static class SegmentModel.SegmentBoundPitchMark
           
 

Fields in extra.inpro.synthesis.visual declared as PitchMark
private  PitchMark SegmentModel.activePitchMark
          one of the pitchmarks may be active.
 

Methods in extra.inpro.synthesis.visual with parameters of type PitchMark
 void SegmentModel.Segment.removePitchMark(PitchMark pm)
           
 void SegmentModel.setActivePitchMark(PitchMark pm)
           
 

Constructors in extra.inpro.synthesis.visual with parameters of type PitchMark
SegmentModel.SegmentBoundPitchMark(PitchMark pm, SegmentModel.Segment owner)
           
 

Constructor parameters in extra.inpro.synthesis.visual with type arguments of type PitchMark
SegmentModel.Segment(java.lang.String label, int startTime, int duration, java.util.List<PitchMark> pms)
           
 

Uses of PitchMark in inpro.incremental.unit
 

Fields in inpro.incremental.unit with type parameters of type PitchMark
(package private)  java.util.List<PitchMark> SysSegmentIU.pitchMarks
           
 

Constructor parameters in inpro.incremental.unit with type arguments of type PitchMark
SysSegmentIU(Label l, java.util.List<PitchMark> pitchMarks)
           
SysSegmentIU(Label l, java.util.List<PitchMark> pitchMarks, java.util.List<FullPFeatureFrame> featureFrames)
           
 

Uses of PitchMark in inpro.incremental.util
 

Fields in inpro.incremental.util with type parameters of type PitchMark
private  java.util.List<PitchMark> TTSUtil.Segment.pitchMarks