| Package | org.si.sion.sequencer.base |
| Class | public class MMLParserSetting |
| Inheritance | MMLParserSetting Object |
See also
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
MMLParserSetting(initializer:* = null) Constructor
| MMLParserSetting | ||
initialize(initializer:* = null):void Initialize. | MMLParserSetting | ||
update(initializer:*):void update. | MMLParserSetting | ||
| defaultBPM | property |
public var defaultBPM:NumberDefault value of beat per minutes.
| defaultFineVolume | property |
public var defaultFineVolume:intDefault value of the
| defaultLength | property |
defaultLength:int [read-only] Default value of length in mml event.
public function get defaultLength():int| defaultLValue | property |
public var defaultLValue:intDefault value of the l command.
| defaultOctave | property |
defaultOctave:intDefault value of the o command.
public function get defaultOctave():int public function set defaultOctave(value:int):void| defaultQuantCount | property |
public var defaultQuantCount:intDefault value of the
| defaultQuantRatio | property |
public var defaultQuantRatio:intDefault value of the q command.
| defaultVolume | property |
public var defaultVolume:intDefault value of the v command.
| maxFineVolume | property |
public var maxFineVolume:intMaximum value of the
| maxOctave | property |
public var maxOctave:intMaximum value of the o command.
| maxQuantCount | property |
public var maxQuantCount:intMaximum value of the
| maxQuantRatio | property |
public var maxQuantRatio:intMaximum ratio of the q command.
| maxVolume | property |
public var maxVolume:intMaximum value of the v command.
| minOctave | property |
public var minOctave:intMinimum value of the o command.
| minQuantCount | property |
public var minQuantCount:intMinimum value of the
| minQuantRatio | property |
public var minQuantRatio:intMinimum ratio of the q command.
| mml2nn | property |
mml2nn:int [read-only] Offset from mml notes to MIDI note numbers. Calculated from defaultOctave.
public function get mml2nn():int| octavePolarization | property |
public var octavePolarization:intPolarization of the < and > command. 1=x68k/-1=pc98.
| resolution | property |
public var resolution:intResolution of note length. 'resolution/4' is a length of a beat.
| volumePolarization | property |
public var volumePolarization:intPolarization of the ( and ) command. 1=x68k/-1=pc98.
| MMLParserSetting | () | Constructor |
public function MMLParserSetting(initializer:* = null)Constructor
Parametersinitializer:* (default = null) — Initializing parameters by Object.
|
| initialize | () | method |
public function initialize(initializer:* = null):voidInitialize. Settings not specifyed in initializer are set as default.
Parameters
initializer:* (default = null) — Initializing parameters by Object.
|
| update | () | method |
public function update(initializer:*):voidupdate. Settings not specifyed in initializer are not changing.
Parameters
initializer:* — Initializing parameters by Object.
|