Package | org.si.sion.sequencer.base |
Class | public class MMLParserSetting |
Inheritance | MMLParserSetting ![]() |
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:Number
Default value of beat per minutes.
defaultFineVolume | property |
public var defaultFineVolume:int
Default 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:int
Default value of the l command.
defaultOctave | property |
defaultOctave:int
Default value of the o command.
public function get defaultOctave():int
public function set defaultOctave(value:int):void
defaultQuantCount | property |
public var defaultQuantCount:int
Default value of the
defaultQuantRatio | property |
public var defaultQuantRatio:int
Default value of the q command.
defaultVolume | property |
public var defaultVolume:int
Default value of the v command.
maxFineVolume | property |
public var maxFineVolume:int
Maximum value of the
maxOctave | property |
public var maxOctave:int
Maximum value of the o command.
maxQuantCount | property |
public var maxQuantCount:int
Maximum value of the
maxQuantRatio | property |
public var maxQuantRatio:int
Maximum ratio of the q command.
maxVolume | property |
public var maxVolume:int
Maximum value of the v command.
minOctave | property |
public var minOctave:int
Minimum value of the o command.
minQuantCount | property |
public var minQuantCount:int
Minimum value of the
minQuantRatio | property |
public var minQuantRatio:int
Minimum 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:int
Polarization of the < and > command. 1=x68k/-1=pc98.
resolution | property |
public var resolution:int
Resolution of note length. 'resolution/4' is a length of a beat.
volumePolarization | property |
public var volumePolarization:int
Polarization 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):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.
|