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


Groups > comp.lang.python > #37583

Re: Python to send Midi commands to iPad via USB

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.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 <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.045
X-Spam-Evidence '*H*': 0.92; '*S*': 0.01; 'subject:Python': 0.05; ':-(': 0.09; 'yeah,': 0.09; 'yet.': 0.13; '24,': 0.16; 'decent': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'shame.': 0.16; 'stuff.': 0.16; 'subject:send': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'jan': 0.18; 'app': 0.19; 'bit': 0.21; 'connected': 0.24; 'header:In-Reply-To:1': 0.25; 'guess': 0.27; 'message-id:@mail.gmail.com': 0.27; 'run': 0.28; 'maybe': 0.29; 'not.': 0.32; 'hopefully': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'client': 0.36; "i'll": 0.36; 'turn': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'google': 0.39; 'where': 0.40; 'think': 0.40; 'your': 0.60; '2013': 0.84; 'subject:commands': 0.84; 'subject:via': 0.84; 'subject:iPad': 0.91; 'device.': 0.93; 'luck': 0.93; 'ipad': 0.95; 'lucky': 0.96
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=cmJ4M5k5jEjKZCIaO/vPAWwPGyIGZIpasBolvHXWEYw=; b=HOvA4Jpwgg6Q5gdo8THSc5onnMF0Bgk8ugQwpv4igYd37r8E4vkmRJzyCGK3r9BiRi 5nCdPavek8rUNGdqII5how3DD7dQm672jjkTGWshz4FCOsVRqVkqY2w316YAVPER50kE foxA5jtI7MADxXT9dg07+adJc4qCArOKPx4uCuFSva6CeJ+PcRq3S8n0vpGINWQfdjNv pkPCuewZxbiL1Wwe/56K2hE4ib9oXHkzT+6aksjGZwin++6SMI36ua6EzjCIaS3bwlVu 2cVpSykFAeUdv8yXcYJPv+A1UMQwV+zwhL6tWRLhGYULbA4OUmitcV/25VIsho+50ss0 M2Ig==
MIME-Version 1.0
X-Received by 10.68.189.163 with SMTP id gj3mr4402129pbc.110.1359030981515; Thu, 24 Jan 2013 04:36:21 -0800 (PST)
In-Reply-To <f631ee8e-f195-4993-aa8b-6c06bf1b7ad6@googlegroups.com>
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> <f631ee8e-f195-4993-aa8b-6c06bf1b7ad6@googlegroups.com>
Date Thu, 24 Jan 2013 23:36:21 +1100
Subject Re: Python to send Midi commands to iPad via USB
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
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>
Newsgroups comp.lang.python
Message-ID <mailman.979.1359030985.2939.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1359030985 news.xs4all.nl 6961 [2001:888:2000:d::a6]:58703
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:37583

Show key headers only | View raw


On Thu, Jan 24, 2013 at 11:25 PM,  <mikprog@gmail.com> wrote:
> 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.

Yeah, this is the bit where you have to poke around with iPad stuff.
They say "there's an app for that"; maybe there's a way to turn an
iPad into a USB MIDI device. I did a quick Google search for 'ipad usb
midi' and there seem to be some decent hits, so your luck mightn't
have completely run out yet.

ChrisA

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


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