The Patchbay_

SCAMP

Computer-assisted composition framework hubbing playback and notation from Python code.

LanguagePython
CategoryComposition & notation
LicenseGPL-3.0
PlatformsmacOS Windows Linux
Installpip install scamp
First released2019
MaintainedYes
LinksWebsite · Source

Strengths

Limitations

Best for

Composers who want to script music and get both audio playback and notation.

Minimal example

from scamp import Session
s = Session()
piano = s.new_part('piano')
piano.play_note(60, 1.0, 1.0)

Alternatives to SCAMP

music21mingusAbjadisobar

← Back to all tools