Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #37584
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <mikprog@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.091 |
| X-Spam-Evidence | '*H*': 0.84; '*S*': 0.02; 'subject:Python': 0.05; ':-(': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python- list': 0.10; ':-)': 0.13; 'shame.': 0.16; 'subject:send': 0.16; 'thanks,': 0.18; 'file.': 0.20; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'connected': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'guess': 0.27; "doesn't": 0.28; 'point': 0.31; 'file': 0.32; 'not.': 0.32; 'could': 0.32; 'hopefully': 0.33; 'received:google.com': 0.34; 'open': 0.35; 'received:209.85': 0.35; 'client': 0.36; "i'll": 0.36; 'test': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'mean': 0.38; 'where': 0.40; 'think': 0.40; 'from:no real name:2**0': 0.60; 'dumb': 0.84; 'seen?': 0.84; 'subject:commands': 0.84; 'subject:via': 0.84; 'opera': 0.91; 'subject:iPad': 0.91; 'ipad': 0.95; 'lucky': 0.96 |
| X-Received | by 10.50.108.137 with SMTP id hk9mr351825igb.15.1359030356299; Thu, 24 Jan 2013 04:25:56 -0800 (PST) |
| Newsgroups | comp.lang.python |
| Date | Thu, 24 Jan 2013 04:25:55 -0800 (PST) |
| In-Reply-To | <mailman.971.1359028605.2939.python-list@python.org> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=94.197.127.40; posting-account=EvoLHwoAAAAe6MGgc84vdAuhA1J1BvTN |
| References | <3612c184-28d6-4b58-9c70-fb83e103893e@googlegroups.com> <mailman.954.1359024291.2939.python-list@python.org> <9793e716-4026-4465-b706-9fbe59358cae@googlegroups.com> <mailman.971.1359028605.2939.python-list@python.org> |
| User-Agent | G2/1.0 |
| X-Google-Web-Client | true |
| X-Google-IP | 94.197.127.40 |
| MIME-Version | 1.0 |
| Subject | Re: Python to send Midi commands to iPad via USB |
| From | mikprog@gmail.com |
| To | comp.lang.python@googlegroups.com |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Message-ID | <mailman.980.1359032576.2939.python-list@python.org> (permalink) |
| Lines | 38 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1359032576 news.xs4all.nl 6944 [2001:888:2000:d::a6]:34322 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:37584 |
Show key headers only | View raw
[..] > > > ~$ pmidi -p 128:0 No.19.mid > > > Could not open file No.19.mid > > > > > > Doesn't that mean that the iPad is not seen? > > > Heya! That was just an example; I used track number 19 from the opera > > "Iolanthe" as my test file. Pick any other MIDI file you have handy. This is exactly the point where I feel dumb :-) [..] > $ aplaymidi -l > I think I am not lucky :-( $ aplaymidi -l Port Client name Port name 14:0 Midi Through Midi Through Port-0 I get the same either the iPad is connected or not. So I guess is not recognized. Shame. I'll keep on investigating, hopefully without loosing any of my neurons. Thanks, mik
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python to send Midi commands to iPad via USB mikprog@gmail.com - 2013-01-24 02:31 -0800
Re: Python to send Midi commands to iPad via USB Chris Angelico <rosuav@gmail.com> - 2013-01-24 21:44 +1100
Re: Python to send Midi commands to iPad via USB mikprog@gmail.com - 2013-01-24 03:48 -0800
Re: Python to send Midi commands to iPad via USB Chris Angelico <rosuav@gmail.com> - 2013-01-24 22:56 +1100
Re: Python to send Midi commands to iPad via USB mikprog@gmail.com - 2013-01-24 04:25 -0800
Re: Python to send Midi commands to iPad via USB Chris Angelico <rosuav@gmail.com> - 2013-01-24 23:36 +1100
Re: Python to send Midi commands to iPad via USB mikprog@gmail.com - 2013-01-24 04:25 -0800
Re: Python to send Midi commands to iPad via USB mikprog@gmail.com - 2013-01-24 03:48 -0800
Re: Python to send Midi commands to iPad via USB rusi <rustompmody@gmail.com> - 2013-01-24 11:22 -0800
csiph-web