A simple metronome written using Javascript and the Web Audio API.
This repository is an adpatation from Grant james to add time signature and also to include a worker to handle the time interval as in Chris Wilson
Requirement: Node.js
git clone https://github.com/gilpanal/metronome.git
cd metronome
npm i
npm start
- Navigate to
localhost:8080