Skip to content

gilpanal/metronome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metronome

A simple metronome written using Javascript and the Web Audio API.

About

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

screenshot

How to run it locally:

Requirement: Node.js

  1. git clone https://github.com/gilpanal/metronome.git
  2. cd metronome
  3. npm i
  4. npm start
  5. Navigate to localhost:8080

Languages

  • JavaScript 63.1%
  • HTML 28.4%
  • CSS 8.5%