https://github.com/vladh/vegvisir
A quick music reference website.
https://github.com/vladh/vegvisir
music music-composition music-notation music-theory
Last synced: 5 months ago
JSON representation
A quick music reference website.
- Host: GitHub
- URL: https://github.com/vladh/vegvisir
- Owner: vladh
- License: other
- Created: 2018-07-28T15:50:20.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T12:48:39.000Z (6 months ago)
- Last Synced: 2024-12-01T12:54:37.726Z (5 months ago)
- Topics: music, music-composition, music-notation, music-theory
- Language: JavaScript
- Size: 1.2 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vegvisir — music reference
vegvisir is a quick music reference. You can use it at [vegvisir.space](https://vegvisir.space).
It currently supports:
* Chord names — Finding all likely chord names for a set of notes.
* Key signatures — Naming the key for a number of sharps or flats.
* Chords — Spelling a chord and showing it on the stave.
* Chord types — Listing the intervals that make up a type of chord type.
* Scales — Spelling a scale and showing it on the stave.
* Scale types — Listing the intervals that make up a scale type.
* Circle of fifths — Just a bit ol' circle of fifths.## Development
vegvisir is built on top of brunch.
Use `npm start` to run for development, and `npm run build` to build for production.