معرفی شرکت ها


dodecaphony-0.1.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Algorithmic composition of twelve-tone fragments.
ویژگی مقدار
سیستم عامل -
نام فایل dodecaphony-0.1.4
نام dodecaphony
نسخه کتابخانه 0.1.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Nikolay Lysenko
ایمیل نویسنده nikolay-lysenco@yandex.ru
آدرس صفحه اصلی https://github.com/Nikolay-Lysenko/dodecaphony
آدرس اینترنتی https://pypi.org/project/dodecaphony/
مجوز MIT
[![Build Status](https://github.com/Nikolay-Lysenko/dodecaphony/actions/workflows/main.yml/badge.svg)](https://github.com/Nikolay-Lysenko/dodecaphony/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/Nikolay-Lysenko/dodecaphony/branch/master/graph/badge.svg)](https://codecov.io/gh/Nikolay-Lysenko/dodecaphony) [![Maintainability](https://api.codeclimate.com/v1/badges/b83bc51361ac046bc7eb/maintainability)](https://codeclimate.com/github/Nikolay-Lysenko/dodecaphony/maintainability) [![PyPI version](https://badge.fury.io/py/dodecaphony.svg)](https://pypi.org/project/dodecaphony/) # Dodecaphony ## Overview This is a configurable tool that generates twelve-tone fragments. The twelve-tone technique (also known as dodecaphony) is composition method that produces chromatic music which is usually atonal (although, not necessarily). One of the core properties of twelve-tone music is its global coherency achieved by deriving content from the same sequence of 12 unique pitch classes. Each run of the tool results in creation of a fragment which can be used as a part of a larger composition. These fragments are stored within individual directories containing: * MIDI file; * WAV file; * Events file in [sinethesizer](https://github.com/Nikolay-Lysenko/sinethesizer) TSV format; * PDF file with sheet music and its Lilypond source; * YAML file that can be copied to a config for a derivative fragment. A demo piece compiled from various outputs of the tool is included in the repository as [MIDI file](https://github.com/Nikolay-Lysenko/dodecaphony/blob/master/docs/demos/demo_1.mid). There, velocities and control changes are set manually, however. ## Installation To install a stable version, run: ```bash pip install dodecaphony ``` ## Usage To create a new musical fragment, run: ```bash python -m dodecaphony [-c path_to_config] ``` [Default config](https://github.com/Nikolay-Lysenko/dodecaphony/blob/master/dodecaphony/configs/default_config.yml) is used if `-c` argument is not passed. Advanced usage will be covered in a special guide, but right now you can read the source code — it is structured and has built-in documentation. If you are on Mac OS, please check that [parallelism is enabled](https://stackoverflow.com/questions/50168647/multiprocessing-causes-python-to-crash-and-gives-an-error-may-have-been-in-progr).


نیازمندی

مقدار نام
- pretty-midi
- PyYAML
<0.7,>=0.6 sinethesizer


زبان مورد نیاز

مقدار نام
>=3.9 Python


نحوه نصب


نصب پکیج whl dodecaphony-0.1.4:

    pip install dodecaphony-0.1.4.whl


نصب پکیج tar.gz dodecaphony-0.1.4:

    pip install dodecaphony-0.1.4.tar.gz