A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
maxTickCount — Property, class cc.cote.metronome.Metronome |
| The maximum number of times the Metronome should tick. |
Metronome — class, package cc.cote.metronome |
|
The Metronome class plays a beep sound (optional) and dispatches events at
regular intervals in a fashion similar to ActionScript's native Timer object. |
Metronome(tempo:uint, volume:Number, pattern:Array, maxTickCount:uint) — Constructor, class cc.cote.metronome.Metronome |
|
Constructs a new Metronome object, pre-set at the desired tempo and volume. |
MetronomeEvent — class, package cc.cote.metronome |
|
MetronomeEvent objects are dispatched by a Metronome to inform
listeners of changes in the Metronome's state. |
MetronomeEvent(type:String, count:Number, time:Number) — Constructor, class cc.cote.metronome.MetronomeEvent |
|
Creates a MetronomeEvent object holding information about the event such as when it
occured. |
missed — Property, class cc.cote.metronome.Metronome |
|
The number of times, since the metronome was started, that it couldn't properly schedule
a tick. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |