Skip to content
forked from cwilso/metronome

Web Audio metronome example to show scheduling.

License

Notifications You must be signed in to change notification settings

nmcgann/metronome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Audio Metronome

NM modified version that displays selectable cycle of 4ths or random notes on the first beat of the bar. Also has a mute button.

This application shows how to use a collaboration between a setTimeout scheduler and the Web Audio scheduler to properly implement rock-solid timing for audio applications.

Check it out, feel free to submit issues or requests, fork, submit pull requests, etc.

The live app is at http://webaudiodemos.appspot.com/metronome/index.html.

-Chris

About

Web Audio metronome example to show scheduling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 83.8%
  • HTML 8.4%
  • CSS 7.8%