Pular para conteúdo

FoxDotChord

Documentation License

Supported Python versions PyPI version Downloads

Issue Tracker Contributing Built with Material for MkDocs


Chords for use in FoxDot.

Instalation

Use the package manager you prefer.

pip install FoxDotChord

How to use?

from FoxDotChord import PChord

Scale.default = 'chromatic'  # It needs to be chromatic

c0 = PChord['C, Am7, Dm, Em']

t0 >> keys(c0.every(3, 'bubble'), dur=PDur(3, 8))

b0 >> sawbass(c0, amp=1, pan=[0, 1, -1, 0])

d0 >> play('x-o({-=}[--])')

Contribute

See the Contributor Guide.