python-midi icon indicating copy to clipboard operation
python-midi copied to clipboard

Python MIDI library

Results 88 python-midi issues
Sort by recently updated
recently updated
newest added

When running "mididump.py /Users/apple/Desktop/magenta/python-midi" command I am getting this error: script_code = compile(script_text, script_filename, 'exec') File "/Users/apple/anaconda3/envs/magenta/lib/python3.6/site-packages/midi-0.2.3-py3.6.egg/EGG-INFO/scripts/mididump.py", line 9 print "Usage: {0} ".format(sys.argv[0]) How can I solve this problem? Since...

It seems that it needs a minus sign. But after adding a minus sign to g_loss, it does a bad job and generate weird MIDI after 400 epochs training.

Hi. I am new to python when I tried to import midi this message shown $ pip install midi Collecting midi Could not find a version that satisfies the requirement...

As promised in #35 here a set of patches that make the master branch (more) compatible with Python 3. As I am not using the sequencer there may still be...

hello In the setup.py file, after print should be () , Please upgrade it If not ,the error is below Processing d:\python\scripts\python-midi-v0.2.4.tar.gz Complete output from command python setup.py egg_info: Traceback...

Hi there, Thanks very much for providing and supporting this library! I am trying to create an automatic drum rudiment generator here: https://github.com/LiamInJapan/RudimentGenerator https://github.com/LiamInJapan/RudimentGenerator/blob/master/generator_2.py < the guts are in here...

Would anyone be interested in exploring building an overlay onto python-midi so functionality could e exposed as a series of api calls? Rest-json or gRPC maybe some swagger. Wrapped up...

When I try to read a mididump.py mary.midi shows this error Traceback (most recent call last): File "C:\ProgramData\Anaconda3\envs\tweetproject\Scripts\mididump.py", line 4, in __import__('pkg_resources').run_script('midi==0.2.3', 'mididump.py') File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line 3126, in @_call_aside File...

This is a continuation of @florianfesti's excellent PR #35. It fixes some bugs and made the test suite pass on Pythons 2 and 3 on my machine.