| Package | org.si.sion.module | 
| Class | public class SiOPMOperatorParam | 
| Inheritance | SiOPMOperatorParam    Object | 
See also
| Property | Defined By | ||
|---|---|---|---|
| ams : int  Amp modulation shift [0-3]   | SiOPMOperatorParam | ||
| ar : int  Attack rate [0,63]   | SiOPMOperatorParam | ||
| detune : int  detune   | SiOPMOperatorParam | ||
| dr : int  Decay rate [0,63]   | SiOPMOperatorParam | ||
| dt1 : int  dt1 [0,7]    | SiOPMOperatorParam | ||
| erst : Boolean  envelop reset on attack   | SiOPMOperatorParam | ||
| fixedPitch : int  [extension] Fixed pitch.  | SiOPMOperatorParam | ||
| fmul : int  [extension] Fine multiple [0,...]   | SiOPMOperatorParam | ||
| ksl : int  [extension] Key scaling level [0,3]   | SiOPMOperatorParam | ||
| ksr : int  Key scaling rate [0,3]   | SiOPMOperatorParam | ||
| modLevel : int  [extension] Frequency modulation level [0,7].  | SiOPMOperatorParam | ||
| mul : int  multiple [0,15]   | SiOPMOperatorParam | ||
| mute : Boolean  mute   | SiOPMOperatorParam | ||
| pgType : int  [extension] Pulse generator type [0,511]   | SiOPMOperatorParam | ||
| phase : int  [extension] Initiail phase [0,255].  | SiOPMOperatorParam | ||
| ptType : int  [extension] Pitch table type [0,7]   | SiOPMOperatorParam | ||
| rr : int  Release rate [0,63]   | SiOPMOperatorParam | ||
| sl : int  Sustain level [0,15]   | SiOPMOperatorParam | ||
| sr : int  Sustain rate [0,63]   | SiOPMOperatorParam | ||
| ssgec : int  SSG type envelop control   | SiOPMOperatorParam | ||
| tl : int  [extension] Total level [0,127]   | SiOPMOperatorParam | ||
| Method | Defined By | ||
|---|---|---|---|
 constructor   | SiOPMOperatorParam | ||
copyFrom(org:SiOPMOperatorParam):void  copy all parameters.  | SiOPMOperatorParam | ||
initialize():void  intialize all parameters.  | SiOPMOperatorParam | ||
setPGType(type:int):void  set pgType and ptType   | SiOPMOperatorParam | ||
toString():String  all parameters in 1line.  | SiOPMOperatorParam | ||
| ams | property | 
public var ams:intAmp modulation shift [0-3]
| ar | property | 
public var ar:intAttack rate [0,63]
| detune | property | 
public var detune:intdetune
| dr | property | 
public var dr:intDecay rate [0,63]
| dt1 | property | 
public var dt1:intdt1 [0,7]
| erst | property | 
public var erst:Booleanenvelop reset on attack
| fixedPitch | property | 
public var fixedPitch:int[extension] Fixed pitch. 0 means pitch is not fixed.
| fmul | property | 
public var fmul:int[extension] Fine multiple [0,...]
| ksl | property | 
public var ksl:int[extension] Key scaling level [0,3]
| ksr | property | 
public var ksr:intKey scaling rate [0,3]
| modLevel | property | 
public var modLevel:int[extension] Frequency modulation level [0,7]. 5 is standard modulation.
| mul | property | 
mul:intmultiple [0,15]
    public function get mul():int    public function set mul(value:int):void| mute | property | 
public var mute:Booleanmute
| pgType | property | 
public var pgType:int[extension] Pulse generator type [0,511]
| phase | property | 
public var phase:int[extension] Initiail phase [0,255]. The value of 255 sets no phase reset.
| ptType | property | 
public var ptType:int[extension] Pitch table type [0,7]
| rr | property | 
public var rr:intRelease rate [0,63]
| sl | property | 
public var sl:intSustain level [0,15]
| sr | property | 
public var sr:intSustain rate [0,63]
| ssgec | property | 
public var ssgec:intSSG type envelop control
| tl | property | 
public var tl:int[extension] Total level [0,127]
| SiOPMOperatorParam | () | Constructor | 
public function SiOPMOperatorParam()constructor
| copyFrom | () | method | 
 public function copyFrom(org:SiOPMOperatorParam):voidcopy all parameters.
Parameters
org:SiOPMOperatorParam | 
| initialize | () | method | 
 public function initialize():voidintialize all parameters.
| setPGType | () | method | 
 public function setPGType(type:int):voidset pgType and ptType
Parameters
type:int | 
| toString | () | method | 
 public function toString():Stringall parameters in 1line.
ReturnsString |