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
- Host: GitHub
- URL: https://github.com/mcecode/metronomes
- Owner: mcecode
- License: apache-2.0
- Created: 2024-03-05T20:28:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T04:13:39.000Z (8 months ago)
- Last Synced: 2025-03-07T05:20:19.301Z (8 months ago)
- Topics: custom-timer, metronome, music, web-audio-api, web-workers
- Language: TypeScript
- Homepage: https://metronomes.mce.codes
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).