Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #17115

Re: Outputting raw MIDI in realtime on Linux

Newsgroups comp.lang.python
From Peter Billam <peter@www.pjb.com.au>
Subject Re: Outputting raw MIDI in realtime on Linux
References <77fe6b9f-b148-4855-b238-9089678908de@n22g2000prh.googlegroups.com> <1683c805-7e4a-4ab4-8b6b-e825b09a9252@v24g2000prn.googlegroups.com>
Message-ID <slrnjee84r.7a5.peter@box8.pjb.com.au> (permalink)
Date 2011-12-13 09:53 +0000
Organization Unlimited download news at news.astraweb.com

Show all headers | View raw


On 2011-12-12, alex23 <wuwei23@gmail.com> wrote:
> On Dec 12, 12:14 pm, Nick Irvine <nfirv...@nfirvine.com> 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.python.org/pypi?%3Aaction=search&term=midi

Check out
  http://www.pjb.com.au/midi/index.html
  http://www.pjb.com.au/midi/MIDI.html
but what you _really_ want is Patricio Paez' alsaseq and alsamidi
   http://pp.com.mx/python/alsaseq
which I translated into Lua and Perl:
  http://www.pjb.com.au/comp/lua/midialsa.html
  http://search.cpan.org/perldoc?MIDI::ALSA
although by now my translations have developed slightly
more features and fewer quirks than the original...

Hope this helps,
Peter

-- 
Peter Billam    www.pjb.com.au    www.pjb.com.au/comp/contact.html

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Outputting raw MIDI in realtime on Linux Nick Irvine <nfirvine@nfirvine.com> - 2011-12-11 18:14 -0800
  Re: Outputting raw MIDI in realtime on Linux alex23 <wuwei23@gmail.com> - 2011-12-11 19:17 -0800
    Re: Outputting raw MIDI in realtime on Linux Peter Billam <peter@www.pjb.com.au> - 2011-12-13 09:53 +0000

csiph-web