You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if one could set a fixed melody or bassline and generate a voice leading that's congruent with it. I was reading on the Google OR-Tools site about constraint programming problems but it's all Greek to me so far. Any ideas whether this is feasible?
The text was updated successfully, but these errors were encountered:
It's all about constraining the number of combinations you can validate the rules against.
I don't see any reason why melodic constraints (on a horizontal way) couldn't also be included this way.
e.g., if my melodic line says the bass plays C4 in this chord, I prune all the combinations where the bass is C3 or C2, etc.
It's just a hassle to implement it the way I am doing it. Maybe there is a smart way of doing it, like the OR-Tools you suggest. I didn't know about these libraries, thank you for the reference.
I'm wondering if one could set a fixed melody or bassline and generate a voice leading that's congruent with it. I was reading on the Google OR-Tools site about constraint programming problems but it's all Greek to me so far. Any ideas whether this is feasible?
The text was updated successfully, but these errors were encountered: