Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egenn/music

Music Theory in R
https://github.com/egenn/music

music r rstats

Last synced: 2 months ago
JSON representation

Music Theory in R

Awesome Lists containing this project

README

        

# **music** R package

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Build Status](https://travis-ci.com/egenn/music.svg?branch=master)](https://travis-ci.com/egenn/music) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/egenn/music?branch=master&svg=true)](https://ci.appveyor.com/project/egenn/music) [![codecov](https://codecov.io/gh/egenn/music/branch/master/graph/badge.svg)](https://codecov.io/gh/egenn/music)
[![CRAN](https://www.r-pkg.org/badges/version/music)](https://cran.r-project.org/package=music)
![](http://cranlogs.r-pkg.org/badges/grand-total/music)

---

_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](https://cran.r-project.org/package=music) or
grab the latest version directly from this repository.

### Install from CRAN:

```r
install.packages("music")
```

### Install latest version from GitHub:

Install using remotes:

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

## Documentation

[Official R manual](https://egenn.github.io/docs/music.pdf)

[music Vignette](https://egenn.github.io/music/music-vignette)