Public Properties
-
beatPosition:Number
-
read-only
-
bpm:Number
-
read-only
-
isOnBeat:Boolean
-
read-only
-
phase:Number
-
read-only
Public Methods
-
BeatTimer()
- BeatTimer
-
start(bpm:Number) :void
- BeatTimer
-
update() :void
- BeatTimer
Property detail
-
beatPosition:Numberread-only
- Implementation
-
public function get beatPosition():Number
-
bpm:Numberread-only
- Implementation
-
public function get bpm():Number
-
isOnBeat:Booleanread-only
- Implementation
-
public function get isOnBeat():Boolean
-
phase:Numberread-only
- Implementation
-
public function get phase():Number
Constructor detail
-
public function BeatTimer()
Method detail
-
public function start(bpm:Number):void
- Parameters
-
bpm:Number
-
public function update():void