Packagecom.sonoport
Classpublic class VoiceSynthChoir
InheritanceVoiceSynthChoir Inheritance com.sonoport.BaseSound
Implements IVoiceSynthChoir

Four part vocal choir stepping through a 16-chord sequence.



Public Properties
 PropertyDefined By
  chordnum : int
Chord Number.
VoiceSynthChoir
  vowel : int
Vowel (a,e,i,o,u).
VoiceSynthChoir
Public Methods
 MethodDefined By
  
VoiceSynthChoir
Property Detail
chordnumproperty
chordnum:int

Chord Number. Default is 0. Range is [0, 15].


Implementation
    public function get chordnum():int
    public function set chordnum(value:int):void
vowelproperty 
vowel:int

Vowel (a,e,i,o,u). Default is 0. Range is [0, 4].


Implementation
    public function get vowel():int
    public function set vowel(value:int):void
Constructor Detail
VoiceSynthChoir()Constructor
public function VoiceSynthChoir()