A little music theory in R
Build, play, and visualize scales, chords, and chord progressions
You can either install from CRAN or grab the latest version directly from this repository.
install.packages("music")
Install using remotes:
install.packages("remotes")
remotes::install_github("egenn/music")