Open SoftologyPro opened 2 weeks ago
@SoftologyPro Thank you for reporting issues :)
You need to install FluidSynth package:
Try:
!sudo apt install fluidsynth
@SoftologyPro As far as text-to-midi, I have the text-to-midi implementation here:
@SoftologyPro I realized that you may be on Windows:
Try fluidsynth instructions installation from here:
https://github.com/asigalov61/Allegro-Music-Transformer/tree/main/Local%20Python
@SoftologyPro Thank you for reporting issues :)
You need to install FluidSynth package:
Try:
!sudo apt install fluidsynth
OK, I am on Windows.
So I need to do more than just pip install fluidsynth
?
@SoftologyPro Yes, if you are on windows you need chocolatey:
https://github.com/asigalov61/Allegro-Music-Transformer/tree/main/Local%20Python
@SoftologyPro Yes, if you are on windows you need chocolatey:
https://github.com/asigalov61/Allegro-Music-Transformer/tree/main/Local%20Python
That is the only way? Installing chocolatey and running the install script needs admin rights and script execution enabled.
I am trying to add support for Giant Music Transformer to Visions of Chaos. Having to ask users to enable these secruities that should be off for safety is annoying.
What does installing via chocolatey do that pip install does not?
I see in the comments
!apt install fluidsynth #Pip does not work for some reason. Only apt works
@SoftologyPro Yes, Windows is hard to work with when it comes to linux packages and yes it does indeed need security changes which sucks, I know...
There are two more options you have:
Either disable fluidsynth/midi_to_colab_audio or search GitHub for more Windows friendly MIDI synthesizer. I think there are some new ones available now...
Sorry I can't be of more help here...
@SoftologyPro If you will find compatible Windows MIDI synthesizer, please let me know. I need it too and I can help implement it.
Thanks.
@SoftologyPro I checked and in order to run GMT you only need to install chocolatey and then fluidsynth. There is no need to change Windows permissions for GMT because it does not use pyfluidsynth. GMT uses midi_to_colab_audio module that does not require admin Windows permissions.
Try it out.
When I try and run
app.py
underIntelligent MIDI Comparator Gradio App
I get the errorpip list
shows I installed fluidsynthfluidsynth 0.2
Any ideas how to fix? Also will there be a gradio app for the text to midi?