Packageorg.si.sion.sequencer.base
Classpublic class MMLParserSetting
InheritanceMMLParserSetting Inheritance Object

Informations for MMLParser

See also

org.si.sion.sequencer.base.MMLParser


Public Properties
 PropertyDefined By
  defaultBPM : Number
Default value of beat per minutes.
MMLParserSetting
  defaultFineVolume : int
Default value of the
MMLParserSetting
  defaultLength : int
[read-only] Default value of length in mml event.
MMLParserSetting
  defaultLValue : int
Default value of the l command.
MMLParserSetting
  defaultOctave : int
Default value of the o command.
MMLParserSetting
  defaultQuantCount : int
Default value of the
MMLParserSetting
  defaultQuantRatio : int
Default value of the q command.
MMLParserSetting
  defaultVolume : int
Default value of the v command.
MMLParserSetting
  maxFineVolume : int
Maximum value of the
MMLParserSetting
  maxOctave : int
Maximum value of the o command.
MMLParserSetting
  maxQuantCount : int
Maximum value of the
MMLParserSetting
  maxQuantRatio : int
Maximum ratio of the q command.
MMLParserSetting
  maxVolume : int
Maximum value of the v command.
MMLParserSetting
  minOctave : int
Minimum value of the o command.
MMLParserSetting
  minQuantCount : int
Minimum value of the
MMLParserSetting
  minQuantRatio : int
Minimum ratio of the q command.
MMLParserSetting
  mml2nn : int
[read-only] Offset from mml notes to MIDI note numbers.
MMLParserSetting
  octavePolarization : int
Polarization of the < and > command.
MMLParserSetting
  resolution : int
Resolution of note length.
MMLParserSetting
  volumePolarization : int
Polarization of the ( and ) command.
MMLParserSetting
Public Methods
 MethodDefined By
  
MMLParserSetting(initializer:* = null)
Constructor
MMLParserSetting
  
initialize(initializer:* = null):void
Initialize.
MMLParserSetting
  
update(initializer:*):void
update.
MMLParserSetting
Property Detail
defaultBPMproperty
public var defaultBPM:Number

Default value of beat per minutes.

defaultFineVolumeproperty 
public var defaultFineVolume:int

Default value of the

defaultLengthproperty 
defaultLength:int  [read-only]

Default value of length in mml event.


Implementation
    public function get defaultLength():int
defaultLValueproperty 
public var defaultLValue:int

Default value of the l command.

defaultOctaveproperty 
defaultOctave:int

Default value of the o command.


Implementation
    public function get defaultOctave():int
    public function set defaultOctave(value:int):void
defaultQuantCountproperty 
public var defaultQuantCount:int

Default value of the

defaultQuantRatioproperty 
public var defaultQuantRatio:int

Default value of the q command.

defaultVolumeproperty 
public var defaultVolume:int

Default value of the v command.

maxFineVolumeproperty 
public var maxFineVolume:int

Maximum value of the

maxOctaveproperty 
public var maxOctave:int

Maximum value of the o command.

maxQuantCountproperty 
public var maxQuantCount:int

Maximum value of the

maxQuantRatioproperty 
public var maxQuantRatio:int

Maximum ratio of the q command.

maxVolumeproperty 
public var maxVolume:int

Maximum value of the v command.

minOctaveproperty 
public var minOctave:int

Minimum value of the o command.

minQuantCountproperty 
public var minQuantCount:int

Minimum value of the

minQuantRatioproperty 
public var minQuantRatio:int

Minimum ratio of the q command.

mml2nnproperty 
mml2nn:int  [read-only]

Offset from mml notes to MIDI note numbers. Calculated from defaultOctave.


Implementation
    public function get mml2nn():int
octavePolarizationproperty 
public var octavePolarization:int

Polarization of the < and > command. 1=x68k/-1=pc98.

resolutionproperty 
public var resolution:int

Resolution of note length. 'resolution/4' is a length of a beat.

volumePolarizationproperty 
public var volumePolarization:int

Polarization of the ( and ) command. 1=x68k/-1=pc98.

Constructor Detail
MMLParserSetting()Constructor
public function MMLParserSetting(initializer:* = null)

Constructor

Parameters
initializer:* (default = null) — Initializing parameters by Object.
Method Detail
initialize()method
public function initialize(initializer:* = null):void

Initialize. Settings not specifyed in initializer are set as default.

Parameters

initializer:* (default = null) — Initializing parameters by Object.

update()method 
public function update(initializer:*):void

update. Settings not specifyed in initializer are not changing.

Parameters

initializer:* — Initializing parameters by Object.