معرفی شرکت ها


frzpop-0.4.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Generates MIDI files
ویژگی مقدار
سیستم عامل -
نام فایل frzpop-0.4.2
نام frzpop
نسخه کتابخانه 0.4.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده T Morrill
ایمیل نویسنده morrill.math@gmail.com
آدرس صفحه اصلی https://github.com/tsmorrill/Freeze-Pop
آدرس اینترنتی https://pypi.org/project/frzpop/
مجوز MIT
# Freeze Pop Generate MIDI files with tracker-inspired methods. ## Objects ### State Machines A state machine is a function which is called without any input. These are analogous to function generators and sequencers in modular synthesis. They can be chained together to form more complicated structure, such as a sequential switch. The syntax is a little tricky; consult the examples on GitHub. Most things in Freeze Pop can actually be state machines, so long as the given state machine outputs the correct kind of object when it is called, usually an integer from 0-127 inclusive. Many of the built-in state machines are based on mathematical systems, and output floating point numbers. The quantize state machine is very useful for working with these. ### Songs A song is a list of tracks, which correspond to the tracks of a MIDI file. ### Tracks A track is a list of sections. ### Sections A section is a list of phrases. They are analogous to chains in most tracker programs. ### Phrases A phrase is a list of notes. ### Notes A note is a triple of the form (pitch, vel, freezer). Writing a single integer instead of a triple will generate the default vel and freezer options. Writing None generates a rest instead. ### Pitches A pitch an integer from 0-127 inclusive. These correspond to the standard MIDI note values. Import convenient aliases for these values from frzpop.notes. ### Velocities A velocity is an integer from 0-127 inclusive. These correspond to the standard MIDI note values. A velocity of zero will not generate any note events. ### Freezers A freezer is description of how to process an abstract note into one or more note events in a MIDI file. Freezers are used similarly to commands in tracker programs.


نیازمندی

مقدار نام
>=1.2.1 midiutil


نحوه نصب


نصب پکیج whl frzpop-0.4.2:

    pip install frzpop-0.4.2.whl


نصب پکیج tar.gz frzpop-0.4.2:

    pip install frzpop-0.4.2.tar.gz