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

https://github.com/mhutter/scale

Print out the Musical notes for a specific scale
https://github.com/mhutter/scale

Last synced: over 1 year ago
JSON representation

Print out the Musical notes for a specific scale

Awesome Lists containing this project

README

          

# Go Scales

Prints out the Notes for a specific scale.

## Usage

$ scale C major
C major scale: C D E F G A B C

$ scale G minor
G minor scale: G A A# C D D# F G

$ scale F mixolydian
F mixolydian scale: F G A A# C D D# F

## Installation

go get -u github.com/mhutter/scale