scamp-extensions

Extensions to SCAMP (Suite for Computer-Assisted Music in Python)


Keywords
algorithmic-composition, music-composition, music-theory, python
License
GPL-3.0
Install
pip install scamp-extensions==0.3.5.post2

Documentation

scamp_extensions

scamp_extensions contains various extensions to the SCAMP framework for computer-assisted music composition.

This package is the place for models of music-theoretical concepts (e.g. scales, pitch-class sets), conveniences for interacting with various types of input and output, and in general anything that builds upon SCAMP but is outside of the scope of the main framework.

Installation

Needless to say, scamp_extensions depends up on scamp. The easiest way to install scamp_extensions is through pip:

pip3 install --user scamp_extensions

To install the most up-to-date version (assuming you have git installed), you can instead run:

pip3 install git+https://git.sr.ht/~marcevanstein/scamp_extensions

This will install the latest version from this repo.