Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add algorithm / analyzer to improve voice allocation in generated material #29

Open
ciacob opened this issue Mar 30, 2024 · 3 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@ciacob
Copy link
Owner

ciacob commented Mar 30, 2024

Add algorithm / analyzer to improve voice allocation in generated material

Currently (1.5.6) voices are picked purely randomly, unit by unit (which, most of the time translates to "note-by-note") when generating music. This results most of the time in sub-optimal voice allocation, to the point where everything is way to scattered (like in Webern's music), and no voice / instrument plays a clear line.

I intend to change this by adding an analyzer that provides context-based scores to proposed notes, the way that a voice that merely begun playing is encouraged to continue to the disadvantage of one that is currently silent.

There are more such heuristic rules, which are described in the attached diagram (Romanian only for now).

@ciacob ciacob added the enhancement New feature or request label Mar 30, 2024
@ciacob ciacob added this to the 1.5.7 milestone Mar 30, 2024
@ciacob
Copy link
Owner Author

ciacob commented Mar 30, 2024

@ciacob
Copy link
Owner Author

ciacob commented Mar 30, 2024

@ciacob
Copy link
Owner Author

ciacob commented Mar 30, 2024

This is a very old draft, most like suggested by ChatGPT, and most likely unusable, but I archive it as such, anyway.
algorithm stub for voice distribution.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant