score abstraction for csound written in python


Keywords
composition, csound, music, python3, score
License
GPL-2.0+
Install
pip install cyscore==0.2.9

Documentation

cyscore

PyPI version Build Status Coverage Status

Score abstraction for Csound written in Python.

pip3 install cyscore

A score consists of voices which consist of an instrument and notes.

A note consists of a duration, an entry delay for the next note and an arbitrary number of p-fields.