Package | org.si.sound.patterns |
Class | public class Sequencer |
Inheritance | Sequencer ![]() |
Property | Defined By | ||
---|---|---|---|
defaultGateTime : Number default gate time, this value is refered when the Note's gate time property is Number.NaN. | Sequencer | ||
defaultLength : Number default length, this value is refered when the Note's length property is Number.NaN. | Sequencer | ||
defaultNote : int default note (0-127), this value is refered when the Note's note property is under 0 (ussualy -1). | Sequencer | ||
defaultVelocity : int default velocity (minimum:0 - maximum:255, the value over 128 makes distotion), this value is refered when the Note's velocity property is under 0 (ussualy -1). | Sequencer | ||
division : int Frame divition of 1 measure. | Sequencer | ||
eventTriggerID : int Track event trigger ID | Sequencer | ||
frameCount : int [read-only] current frame count, -1 means waiting for start | Sequencer | ||
gateTime : Number [read-only] curent note's gate time (0-1). | Sequencer | ||
length : Number [read-only] curent note's length. | Sequencer | ||
mute : Boolean mute | Sequencer | ||
nextPattern : Vector.<Note> = null next pattern, the pattern property is replaced to this vector at the head of next segment | Sequencer | ||
note : int [read-only] curent note number (0-127) | Sequencer | ||
noteOffTriggerType : int [read-only] Track note off trigger type | Sequencer | ||
noteOnTriggerType : int [read-only] Track note on trigger type | Sequencer | ||
pattern : Vector.<Note> = null pattern note vector to play | Sequencer | ||
sequencePointer : int sequence pointer, -1 means waiting for start | Sequencer | ||
velocity : int [read-only] curent note's velocity (minimum:0 - maximum:255, the value over 128 makes distotion). | Sequencer | ||
voiceList : Array = null voice list referenced by Note.voiceIndex. | Sequencer |
defaultGateTime | property |
defaultGateTime:Number
default gate time, this value is refered when the Note's gate time property is Number.NaN.
public function get defaultGateTime():Number
public function set defaultGateTime(value:Number):void
defaultLength | property |
defaultLength:Number
default length, this value is refered when the Note's length property is Number.NaN.
public function get defaultLength():Number
public function set defaultLength(value:Number):void
defaultNote | property |
defaultNote:int
default note (0-127), this value is refered when the Note's note property is under 0 (ussualy -1).
public function get defaultNote():int
public function set defaultNote(value:int):void
defaultVelocity | property |
defaultVelocity:int
default velocity (minimum:0 - maximum:255, the value over 128 makes distotion), this value is refered when the Note's velocity property is under 0 (ussualy -1).
public function get defaultVelocity():int
public function set defaultVelocity(value:int):void
division | property |
division:int
Frame divition of 1 measure. Set 16 to play notes in 16th beats.
public function get division():int
public function set division(value:int):void
eventTriggerID | property |
eventTriggerID:int
Track event trigger ID
public function get eventTriggerID():int
public function set eventTriggerID(value:int):void
frameCount | property |
frameCount:int
[read-only] current frame count, -1 means waiting for start
public function get frameCount():int
gateTime | property |
gateTime:Number
[read-only] curent note's gate time (0-1).
public function get gateTime():Number
length | property |
length:Number
[read-only] curent note's length.
public function get length():Number
mute | property |
mute:Boolean
mute
public function get mute():Boolean
public function set mute(value:Boolean):void
nextPattern | property |
public var nextPattern:Vector.<Note> = null
next pattern, the pattern property is replaced to this vector at the head of next segment
See also
note | property |
note:int
[read-only] curent note number (0-127)
public function get note():int
noteOffTriggerType | property |
noteOffTriggerType:int
[read-only] Track note off trigger type
public function get noteOffTriggerType():int
noteOnTriggerType | property |
noteOnTriggerType:int
[read-only] Track note on trigger type
public function get noteOnTriggerType():int
pattern | property |
public var pattern:Vector.<Note> = null
pattern note vector to play
sequencePointer | property |
sequencePointer:int
sequence pointer, -1 means waiting for start
public function get sequencePointer():int
public function set sequencePointer(value:int):void
velocity | property |
velocity:int
[read-only] curent note's velocity (minimum:0 - maximum:255, the value over 128 makes distotion).
public function get velocity():int
voiceList | property |
public var voiceList:Array = null
voice list referenced by Note.voiceIndex.
See also