Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 551 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 551 Bytes

Jird

Jird is a little language for writing and hearing music in just intonation.

It uses ratios to express frequencies, durations, and volumes.

The jird documentation is available on readthedocs.

Developing

Common dev tasks are wrapped with tox. With tox installed, running tox in the jird repo runs all the non-slow tests and various checks on the code and docs. See the tox.ini file for the individual tasks, which can be run as tox -e typeguard for example.