Do not follow this link

~vladh/vegvisir

A quick music reference website.
add canonical link
b13ce8d5 — Vlad-Stefan Harbuz 2 months ago
vladh.net -> vlad.website
ad584e23 — Vlad-Stefan Harbuz 2 months ago
add Makefile

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~vladh/vegvisir
read/write
git@git.sr.ht:~vladh/vegvisir

You can also use your local clone with git send-email.

#vegvisir — music reference

vegvisir is a quick music reference. You can use it at 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.

Do not follow this link