Packageorg.si.sound.synthesizers
Classpublic dynamic class DrumMachinePresetVoice
InheritanceDrumMachinePresetVoice Inheritance VoiceReference Inheritance Object

Preset voices for DrumMachine, this class can also be synthesizer.



Public Properties
 PropertyDefined By
  categolies : Array
categoly list.
DrumMachinePresetVoice
  index : int
[write-only] bass drum pattern number.
DrumMachinePresetVoice
  type : String
[write-only] bass drum pattern number.
DrumMachinePresetVoice
 Inheritedvoice : SiONVoice
voice setting
VoiceReference
Public Methods
 MethodDefined By
  
constructor
DrumMachinePresetVoice
Public Constants
 ConstantDefined By
  BASS : String = bass
[static] voice type bass drum
DrumMachinePresetVoice
  HIHAT : String = hihat
[static] voice type hihat symbal
DrumMachinePresetVoice
  PERCUSSION : String = percus
[static] voice type other percussions
DrumMachinePresetVoice
  SNARE : String = snare
[static] voice type snare drum
DrumMachinePresetVoice
Property Detail
categoliesproperty
public var categolies:Array

categoly list.

indexproperty 
index:int  [write-only]

bass drum pattern number.


Implementation
    public function set index(value:int):void
typeproperty 
type:String  [write-only]

bass drum pattern number.


Implementation
    public function set type(value:String):void
Constructor Detail
DrumMachinePresetVoice()Constructor
public function DrumMachinePresetVoice()

constructor

Constant Detail
BASSConstant
public static const BASS:String = bass

voice type bass drum

HIHATConstant 
public static const HIHAT:String = hihat

voice type hihat symbal

PERCUSSIONConstant 
public static const PERCUSSION:String = percus

voice type other percussions

SNAREConstant 
public static const SNARE:String = snare

voice type snare drum