The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.