Skip to content

egenn/music

Repository files navigation

music R package

License: GPL v3 Build Status AppVeyor build status codecov CRAN


A little music theory in R

Description

Build, play, and visualize scales, chords, and chord progressions

ASCII piano console plots:

Waveform time series plots:

Installation

You can either install from CRAN or grab the latest version directly from this repository.

Install from CRAN:

install.packages("music")

Install latest version from GitHub:

Install using remotes:

install.packages("remotes")
remotes::install_github("egenn/music")

Documentation

Official R manual

music Vignette