Re: Outputting raw MIDI in realtime on Linux

2011-12-13 Thread Peter Billam
On 2011-12-12, alex23 wrote: > On Dec 12, 12:14 pm, Nick Irvine wrote: >> What do people use to output live MIDI on Linux, assuming it's >> possible? > I've yet to try this myself although it's long been on my to-do list. > There are a couple of packages on PyPI that emit MIDI: > http://pypi.pyth

Re: Outputting raw MIDI in realtime on Linux

2011-12-11 Thread alex23
On Dec 12, 12:14 pm, Nick Irvine wrote: > What do people use to output live MIDI on Linux, assuming it's > possible? Hey Nick, I've yet to try this myself although it's long been on my to-do list. There are a couple of packages on PyPI that emit MIDI: http://pypi.python.org/pypi?%3Aaction=searc

Outputting raw MIDI in realtime on Linux

2011-12-11 Thread Nick Irvine
I'm trying to output raw, realtime MIDI data (as in note on, note off, etc) in Linux from Python, and I want the easiest way to do it. I've been banging my head on the wall about this for quite some time. The reason for this is to reinvent the old vkeybd application, but it's just me screwing aro