Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/egenn/music
- Owner: egenn
- License: gpl-3.0
- Created: 2019-01-24T06:57:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T14:18:45.000Z (over 1 year ago)
- Last Synced: 2024-10-27T21:38:25.118Z (2 months ago)
- Topics: music, r, rstats
- Language: R
- Homepage: https://egenn.github.io/music/music-vignette
- Size: 120 KB
- Stars: 47
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: NEWS.md
- License: LICENSE
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)