sinshu / py-meltysynth

A SoundFont MIDI synthesizer written in pure Python
Other
17 stars 1 forks source link

PyPi? #3

Open AI-Guru opened 4 months ago

AI-Guru commented 4 months ago

Hi! I love your work! Installing (py)fluidsynth is always hell and you have solved that issue. Congrats! What about registering py-meltsynth on https://pypi.org/ for easy install?

sinshu commented 4 months ago

Thanks for the comment. I'm glad if this library has helped you in any way 😊

Regarding PyPI, this library is not practical from a performance standpoint, so I'm not actively trying to spread it. My thoughts on this library are also in this issue.

MatthieuMontecot commented 1 month ago

Hi, couldn't find a way to leave a message, so I just wanted to say that's nice work here, I needed a way to transform midi files into wave form via python, seems to work like a charm. Thanks!

sinshu commented 1 month ago

@MatthieuMontecot I'm glad if this library was of any help 😊