Skip to main content

set of tools to work with scales, modes, modulations, chord progressions, voice leading, rhythm and more

Project description

GitHub tag (latest by date)

musiclib

set of tools to work with scales, modes, modulations, chord progressions, voice leading, rhythm and more

install

install from pypi

pip install musiclib

or install the latest version from github

pip install git+https://github.com/tandav/musiclib

development

pip install -e .[dev]

examples

>>> from musiclib.scale import Scale
>>> from musiclib.noteset import SpecificNoteSet
>>> from musiclib.noterange import NoteRange

>>> scale = Scale.from_name('C', 'major')

>>> scale.root
Note('C')

>>> scale.notes
frozenset({Note('C'),
           Note('D'),
           Note('E'),
           Note('F'),
           Note('G'),
           Note('A'),
           Note('B')})

>>> scale.bits
'101011010101'

>>> scale.intervals
frozenset({0, 2, 4, 5, 7, 9, 11})
Scale.from_name('C', 'phrygian')

SpecificNoteSet.from_str('C1_e1_G1_C2_b2_E3')

NoteRange(SpecificNote('C', 1), SpecificNote('B', 3))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

musiclib-2.5.1.tar.gz (30.7 kB view details)

Uploaded Source

Built Distribution

musiclib-2.5.1-py3-none-any.whl (40.5 kB view details)

Uploaded Python 3

File details

Details for the file musiclib-2.5.1.tar.gz.

File metadata

  • Download URL: musiclib-2.5.1.tar.gz
  • Upload date:
  • Size: 30.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for musiclib-2.5.1.tar.gz
Algorithm Hash digest
SHA256 89de77cf7b9b1434862564f3d7af5ef2b71705115652732ea7a1081856b6e69c
MD5 38a7f2d1d57f5281f7a7cbd65b141400
BLAKE2b-256 16e928d6f68b76eb6a26d5d2f001ef77dc2fd71bbaa54cd421867bdc349f8c34

See more details on using hashes here.

File details

Details for the file musiclib-2.5.1-py3-none-any.whl.

File metadata

  • Download URL: musiclib-2.5.1-py3-none-any.whl
  • Upload date:
  • Size: 40.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for musiclib-2.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 888dd2f78fac7a795b9bd6d0f734ae523d494e0ee9637f73b9b6b899ed17d252
MD5 a85dca4964f0b6be298842b13f470086
BLAKE2b-256 017139bd5b1ccf9eaf01b09afd774044a5573083e61ef8d4954674513b62ae01

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page