Skip to content

A simple metronome with tempo, tempo percentage, and notes per bar settings. Very down and dirty, but functional, performant and lightweight.

Notifications You must be signed in to change notification settings

danielfullerton/simple-metronome

Repository files navigation

Simple Metronome

A lightweight, extensible, open source metronome.

Prerequisites

To run the program locally, you will need:

  • npm
  • nodejs

Getting Started

$ git clone https://github.com/danielfullerton/simple-metronome.git
$ cd simple-metronome
$ npm install
$ npm run start:dev

(Windows commands will differ slightly)

After running the above, you can access the program at http://localhost:4200.

Alternatively, you can build the project using

$ tsc

and run the bundled dist/index.js file statically.

Built With

Authors

License

This project is licensed under the MIT License.

About

A simple metronome with tempo, tempo percentage, and notes per bar settings. Very down and dirty, but functional, performant and lightweight.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published