मैं fluidsynth आयात नहीं कर सकता। [शायद एक बेहतर मॉड्यूल है?]पायथन तरल पदार्थ के साथ midi संश्लेषित
मैं मिडी को पायथन या पायगमे से संश्लेषित करने की कोशिश कर रहा हूं। मैं pygame से midi घटनाओं को भेज सकते हैं। मैं मिंगस का उपयोग कर रहा हूं, और ऐसा लगता है कि pyfluidsynth अच्छा/आसान होगा।
मुझे लगता है कि इसका मतलब है कि pyfluidsynth स्थापित है, लेकिन एक अलग तरल पदार्थ नहीं था। मुझे नहीं पता कि क्या इसे काम करने के लिए 'fluidsynth' इंस्टॉलर की आवश्यकता है?
test.py:
import fluidsynth
print ":("
त्रुटि:
Traceback (most recent call last):
File "test.py", line 1, in <module>
import fluidsynth
File "C:\Users\jake\AppData\Roaming\Python\Python27\site-packages\fluidsynth.py", line 34, in <module>
raise ImportError, "Couldn't find the FluidSynth library."
ImportError: Couldn't find the FluidSynth library.
का उपयोग कर: अजगर 2.7-Win32
क्या आपने https://github.com/MostAwesomeDude/pyfluidsynth को आजमाया था? – endolith