An open API service indexing awesome lists of open source software.

https://github.com/mcecode/metronomes

Different ways to implement a metronome in JavaScript using browser APIs
https://github.com/mcecode/metronomes

custom-timer metronome music web-audio-api web-workers

Last synced: 4 months ago
JSON representation

Different ways to implement a metronome in JavaScript using browser APIs

Awesome Lists containing this project

README

          

# Metronomes

This is a demo app I created to explore different ways I found and thought of to implement metronomes in JavaScript. You can find the accompanying article I wrote explaining the thought process behind each one and where I got them [here](https://mce.codes/writings/every-way-to-create-a-metronome-in-javascript).

## Third-party assets

- SVGs used are taken and modified from [Jay Newey's Charm Icons](https://github.com/jaynewey/charm-icons).

## License

Copyright 2024-present Matthew Espino

This project is licensed under the [Apache 2.0 license](LICENSE).