-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
Metronome | ||
========= | ||
An ActionScript metronome that's more precise than the good ol' Timer. | ||
|
||
>WARNING: THIS LIBRARY HAS NOT BEEN TESTED ENOUGH TO BE CONSIDERED PRODUCTION-READY YET (HENCE THE ALPHA VERSION DESIGNATION). USE AT YOUR OWN RISK. MEANWHILE, YOU ARE WELCOME TO SEND ME COMMENTS, SUGGESTIONS AND BUG REPORTS. | ||
## Description | ||
**Metronome** is an ActionScript library delivering more accuracy in the scheduling of time-based events than the native Timer object. You can use it as a music metronome or just as a precise way to schedule recurring events. | ||
|
||
|
||
Home and examples : http://cote.cc/projects/metronome | ||
<br> | ||
API Reference: http://cote.cc/w/wp-content/uploads/projects/metronome/doc/ |