Looking for a Good MIDI Python Library to use with PySco.
Date | 2015-04-24 05:05 |
From | Jacob Joaquin |
Subject | Looking for a Good MIDI Python Library to use with PySco. |
Attachments | None None |
Does anyone have a recommendation for a good MIDI Python Library? I'm trying to to figure out how well PySco will or won't work in a real-time context.
I spent some time today reworking the internals of Pysco, and have made amazing gains in efficiency. My test score, which generates approximately 1200 lines of score code, now only takes 10.4 ms compared to the old code with took 10.3 secs. I'm much more confident this will actually work well for real-time applications. Though I still need to work out a few possible other bottle necks. Best, Jake |
Date | 2015-04-24 07:50 |
From | Eduardo Moguillansky |
Subject | Re: Looking for a Good MIDI Python Library to use with PySco. |
Attachments | None None |
I am biased (I am the author...) but rtmidi2 is a python wrapper
around RtMidi and works very robustly in linux and osx. It was used
extensively in live situations sending thousands of messages per
second to drive a midi player piano resynthesizing voice in real
time. https://github.com/gesellkammer/rtmidi2 On 24.04.2015 06:05, Jacob Joaquin
wrote:
|
Date | 2015-04-24 08:58 |
From | Oeyvind Brandtsegg |
Subject | Re: Looking for a Good MIDI Python Library to use with PySco. |
That made me curious to check out your projects at http://www.moguillansky.info/, very interesting work ! 2015-04-24 8:50 GMT+02:00 Eduardo Moguillansky |
Date | 2015-04-24 17:45 |
From | Eduardo Moguillansky |
Subject | Re: Looking for a Good MIDI Python Library to use with PySco. |
thanks! On 24.04.2015 09:58, Oeyvind Brandtsegg wrote: > That made me curious to check out your projects at > http://www.moguillansky.info/, > very interesting work ! > > 2015-04-24 8:50 GMT+02:00 Eduardo Moguillansky |