Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danp/metronome

A command-line metronome written in Go
https://github.com/danp/metronome

go metronome music

Last synced: 26 days ago
JSON representation

A command-line metronome written in Go

Awesome Lists containing this project

README

        

# metronome

It is a metronome.

There are tons of web/etc metronomes out there but for some reason it's very common to have a lower bound on bpm, like 40 or so.

One way I like to practice is with a click/beep every beat one which is hard for slower tempos with that lower bound.

`metronome -bpm 15` lets me do that for a 60 bpm tempo.

## Install

``` shell
go install github.com/danp/metronome@latest
```

This program uses [oto/v2](https://pkg.go.dev/github.com/hajimehoshi/oto/v2) which does not requrire cgo for macOS or Windows.
See docs for what's necessary on other platforms.