We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Currently, the GUI uses different code to solve the harmony problem than the CLI: GUI: src.core.solver.HarmonySolver CLI: src.core.solver.solve
I'd like the GUI to use the same code that the CLI uses, since the CLI code is more recent and better written.