Skip to content

egenn/music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

169 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

music R package

R-CMD-check AppVeyor build status codecov License: GPL v3 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

music Vignette

version 0.2.0 function renaming

In version 0.2.0, all functions are now using snake_case. Deprecated functions will produce a warning. Please make sure to use the new function names in your code. The deprecated functions will be removed in a future release.

About

Music Theory in R

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors