PyTuning
PyTuning copied to clipboard
A Python framework for the creation and analysis of musical scales.
Other than sympy.power.Pow -> sympy.core.power.Pow, sympy.numbers is now sympy.core.numbers. There's probably a couple of other changes in sympy.
I don't know how it works, but its works fine. for backward compatibility, wrapped by try-exception block. fixes https://github.com/MarkCWirt/PyTuning/issues/3
Current pypi version is breaking due to small change in sympy. ``` Python 3.9.0 (default, Dec 2 2020, 10:34:08) Type 'copyright', 'credits' or 'license' for more information IPython 7.19.0 --...
Hello Mark, I have creating and exploring new musical scales when I stumbled upon your blog post "https://www.pataphysical.info/a-new-musical-scale.html" I believe there is an error in one of the examples on...
I just installed pytuning on Ubuntu 24.10, using a venv. I'm getting an odd error when I try to generate a fluidsynth tuning table. ``` >>> pytuning.tuning_tables.create_fluidsynth_tuning(scale,prog=range(128)) Traceback (most recent...