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
- Host: GitHub
- URL: https://github.com/mhutter/scale
- Owner: mhutter
- Created: 2016-01-15T10:53:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T10:49:05.000Z (about 8 years ago)
- Last Synced: 2025-01-29T02:24:49.289Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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