README.md

schoenberg: Tools for 12-Tone Musical Composition

CRAN Version Build Status Total Downloads

Overview

The schoenberg package offers functions for creating and manipulating 12-tone (i.e., dodecaphonic) musical matrices using Arnold Schoenberg's (1923) serialism technique. This package can generate random 12-tone matrices and can generate matrices using a pre-determined sequence of notes.

Author

schoenberg was written by Jeffrey A. Dahlke.

Installation

The official CRAN release of schoenberg can be installed with the following code:

install.packages("schoenberg")

Development versions of schoenberg from GitHub reflect updates made to the package between official CRAN releases. Using the devtools package, the GitHub release can be installed with the following code:

install.packages("devtools")
devtools::install_github("jadahlke/schoenberg")

Citing schoenberg

To cite schoenberg, please refer to the package's citation information using the citation() function.

citation("schoenberg")

Reporting Issues

Please report any bugs/issues to schoenberg's GitHub issues page.



Try the schoenberg package in your browser

Any scripts or data that you put into this service are public.

schoenberg documentation built on May 29, 2024, 3:36 a.m.