<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#006600" bgcolor="#FFFFFF">
    <font face="Times New Roman, Times, serif">Working!<br>
      Evidently I didn't know enough about aconnect, though I have had
      the aconnectgui (no hyphen btw) up many times.<br>
      Now I did<br>
      <br>
       <font color="black">purr-data -alsamidi -mididev 1,2,3 &<br>
      </font><br>
      <font color="black">paul@velikiHP:~/Dropbox/composition workshop$
        aconnect 'MidiSport:1' 'Pure Data'<br>
        paul@velikiHP:~/Dropbox/composition workshop$ remove_client 130
        / 1<br>
        32 128<br>
        <br>
        paul@velikiHP:~/Dropbox/composition workshop$ aconnect
        'MidiSport:0' 'Pure Data'<br>
        paul@velikiHP:~/Dropbox/composition workshop$ remove_client 130
        / 2<br>
        32 128<br>
        32 128<br>
        <br>
        <font color="#006600">and lo and behold, got midi in from the
          WX5 via the MidiSport 2x2, as shown by ALSA sequencer aka
          aconnectgui which I already had running.<br>
          [I had some idea that the aconnectgui ought to allow graphic
          interaction but it doesn't.]<br>
        </font></font>Thanks!<br>
      <br>
      <br>
    </font><font face="Times New Roman, Times, serif"><br>
    </font><br>
    <div class="moz-cite-prefix">On 2020-08-13 16:38, Dan Wilcox wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:36E95AD3-9F13-4E55-93DA-AB5E53F2BDFB@gmail.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <div class="">Yes, you should use -alsamidi</div>
      <div class=""><br class="">
      </div>
      <div class="">With aconnect, you can use the string name for the
        device to connect to it, you don't need the indices. Some
        caveats: if you are scripting Pd startup, you will need to wait
        until the  Pd MIDI devices are actually listed in also before
        you can connect to them..</div>
      <div class=""><br class="">
      </div>
      <div class="">Here's a section of a script I wrote all the way
        back to ~2007 for doing this on an old, headless wearable
        computer running Debian:</div>
      <div class=""><br class="">
      </div>
      <div class="">~~~</div>
      <div class=""><br class="">
      </div>
      <div class="">#### Begin execution<br class="">
        <br class="">
        # make sure the programs exist<br class="">
        #test -x /usr/bin/jackd || exit 5<br class="">
        test -x /usr/bin/pd || exit 5<br class="">
        test -x /usr/bin/aconnect || exit 5<br class="">
        <br class="">
        # sleep to make sure alsa is running<br class="">
        #sleep 5<br class="">
        <br class="">
        # check if UA-25 is connected and initialized by the kernel,<br
          class="">
        # if not then spin and wait until it is ready<br class="">
        KA=$(ls /proc/asound | grep UA25)<br class="">
        while [ "$KA" = "" ]<br class="">
        do<br class="">
        <span class="Apple-tab-span" style="white-space:pre"> </span>sleep
        1<br class="">
        <span class="Apple-tab-span" style="white-space:pre"> </span>echo
        "rc_starts_pd: where is the UA-25 soundcard??"<br class="">
        <span class="Apple-tab-span" style="white-space:pre"> </span>KA=$(ls
        /proc/asound | grep UA25)<br class="">
        done<br class="">
        echo "rc_starts_pd: UA-25 is connected and ready"<br class="">
        <br class="">
        # use jack?<br class="">
        if [ $USEJACK == 1 ] ; then<br class="">
        <br class="">
        <span class="Apple-tab-span" style="white-space:pre"> </span>#
        start jack, 16 ms latency<br class="">
        <span class="Apple-tab-span" style="white-space:pre"> </span>jackd
        -R -dalsa -dhw:UA25 -r48000 -p512 -n3 -S &<br class="">
        <br class="">
        <span class="Apple-tab-span" style="white-space:pre"> </span>#
        make sure jack has enough time to get going<br class="">
        <span class="Apple-tab-span" style="white-space:pre"> </span>sleep
        5<br class="">
        <br class="">
        <span class="Apple-tab-span" style="white-space:pre"> </span>echo
        "rc_starts_pd: starting pd"<br class="">
        <span class="Apple-tab-span" style="white-space:pre"> </span>pd
        -jack -channels 2 -nogui -r 48000 -alsamidi -mididev 1 $PATCH
        &<br class="">
        <br class="">
        # use pd directly<br class="">
        else<br class="">
        <br class="">
        <span class="Apple-tab-span" style="white-space:pre"> </span>echo
        "rc_starts_pd: starting pd"<br class="">
        <span class="Apple-tab-span" style="white-space:pre"> </span>pd
        -rt -nogui -alsa -audiodev 4 -audiobuf 10 -alsamidi $PATCH &<br
          class="">
        <br class="">
        <span class="Apple-tab-span" style="white-space:pre"> </span>#
        renice pd for much higher priority<br class="">
            renice -10 $(pidof pd)<br class="">
        fi<br class="">
        <br class="">
        # wait for pd to initialize<br class="">
        KA=$(aconnect -i -o | grep "Pure Data")<br class="">
        while [ "$KA" = "" ]<br class="">
        do<br class="">
        <span class="Apple-tab-span" style="white-space:pre"> </span>sleep
        1<br class="">
        <span class="Apple-tab-span" style="white-space:pre"> </span>echo
        "rc_starts_pd: pd alsamidi not ready"<br class="">
        <span class="Apple-tab-span" style="white-space:pre"> </span>KA=$(aconnect
        -i -o | grep "Pure Data")<br class="">
        done<br class="">
        echo "rc_starts_pd: pd alsmidi is ready"<br class="">
        <br class="">
        # connect the UA-25 midi to Pure Data<br class="">
        echo "rc_starts_pd: alsa midi connect 'UA-25' <-> 'Pure
        Data'"<br class="">
        aconnect 'UA-25' 'Pure Data'<br class="">
        aconnect 'Pure Data':1 'UA-25':0<br class="">
        <br class="">
        # connect the VIEWCON dongle midi to Pure Data<br class="">
        echo "rc_starts_pd: alsa midi connect 'VIEWCON..' <->
        'Pure Data'"<br class="">
        aconnect 'VIEWCON..' 'Pure Data'<br class="">
        aconnect 'Pure Data':1 'VIEWCON..':0<br class="">
        <div><br class="">
        </div>
        <div>~~~</div>
        <div><br class="">
          <blockquote type="cite" class="">
            <div class="">On Aug 13, 2020, at 4:14 PM, Andrew Lyons <<a
                href="mailto:tstexture@gmail.com" class=""
                moz-do-not-send="true">tstexture@gmail.com</a>>
              wrote:</div>
            <br class="Apple-interchange-newline">
            <div class="">
              <div dir="ltr" class="">I have been having the same
                problem - although I'm using the raspbian buster image
                so I have pd 0.49. 
                <div class=""><br class="">
                </div>
                <div class="">Unfortunately there is no aconnect-gui in
                  raspbian, and I have found that aconnect -l finds pd's
                  midi ports only when you start pd with the
                  -alsamidi -midiindev and -midioutdev flags.<br
                    class="">
                  <br class="">
                  The command syntax to connect the USB midi device to
                  pd using aconnect then becomes:> aconnect 20:0
                  128:0<br class="">
                  <br class="">
                  I'm looking to have all this automatically setup on
                  boot so I can run headless. If anyone knows how to do
                  that please let me know...<br class="">
                  <br class="">
                  Cheers<br class="">
                  <div class=""><br class="" clear="all">
                    <div class="">
                      <div dir="ltr" class="gmail_signature"
                        data-smartmail="gmail_signature">
                        <div dir="ltr" class="">
                          <div class="">
                            <div dir="ltr" class="">
                              <div class="">
                                <div dir="ltr" class="">
                                  <div class="">
                                    <div class="">=============================================</div>
                                    <div class="">Andrew D Lyons | Tools
                                      Developer | <a
                                        href="http://www.tstex.com/"
                                        target="_blank" class=""
                                        moz-do-not-send="true">http://www.tstex.com</a></div>
                                    <div class="">=============================================</div>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                    <br class="">
                  </div>
                </div>
              </div>
              <br class="">
              <div class="gmail_quote">
                <div dir="ltr" class="gmail_attr">On Thu, 13 Aug 2020 at
                  06:28, Dan Wilcox <<a
                    href="mailto:danomatika@gmail.com" class=""
                    moz-do-not-send="true">danomatika@gmail.com</a>>
                  wrote:<br class="">
                </div>
                <blockquote class="gmail_quote" style="margin:0px 0px
                  0px 0.8ex;border-left:1px solid
                  rgb(204,204,204);padding-left:1ex">
                  <div style="overflow-wrap: break-word;" class="">Howdy
                    Paul,
                    <div class=""><br class="">
                    </div>
                    <div class="">Here is a quick response without
                      knowing your background or experience with
                      Pd/MIDI/Linux...
                      <div class=""><br class="">
                      </div>
                      <div class="">1. Do you have Pd's MIDI input
                        enabled? I don't see one listed, just the "Pure
                        Data Midi-Out 1"</div>
                      <div class=""><br class="">
                      </div>
                      <div class="">2. Are you connecting devices? By
                        default, aconnect doesn't connect anything
                        automatically. I did a quick search and found
                        this which may be helpful if you are not
                        familiar with aconnect or aconnect-gui:</div>
                      <div class=""><br class="">
                      </div>
                      <div class=""><a
href="https://howchoo.com/g/zmm2zdi3ody/raspberry-pi-midi-keyboard-synthesizer#connect-keyboard-to-pure-data"
                          target="_blank" class=""
                          moz-do-not-send="true">https://howchoo.com/g/zmm2zdi3ody/raspberry-pi-midi-keyboard-synthesizer#connect-keyboard-to-pure-data</a></div>
                      <div class=""><br class="">
                      </div>
                      <div class="">If you use aconnect-gui, basically
                        just connect you devices output to Pd's input.</div>
                      <div class=""><br class="">
                        <div class="">
                          <blockquote type="cite" class="">
                            <div class="">On Aug 13, 2020, at 2:51 PM, <a
href="mailto:pd-list-request@lists.iem.at" target="_blank" class=""
                                moz-do-not-send="true">pd-list-request@lists.iem.at</a>
                              wrote:</div>
                            <br class="">
                            <div class=""><span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">Message: 2</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">Date: Thu, 13 Aug 2020 13:27:24
                                +0200</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">From: Paul Pignon <</span><a
                                href="mailto:paulspignon@gmail.com"
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"
                                target="_blank" class=""
                                moz-do-not-send="true">paulspignon@gmail.com</a><span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">></span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">To:<span class=""> </span></span><a
                                href="mailto:pd-list@lists.iem.at"
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"
                                target="_blank" class=""
                                moz-do-not-send="true">pd-list@lists.iem.at</a><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">Subject: [PD] no midi input</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">Message-ID: <</span><a
                                href="mailto:1694f7ee-de4f-702a-eaf3-91ad9302acfb@gmail.com"
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"
                                target="_blank" class=""
                                moz-do-not-send="true">1694f7ee-de4f-702a-eaf3-91ad9302acfb@gmail.com</a><span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">></span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">Content-Type: text/plain;
                                charset="utf-8"; Format="flowed"</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">I'm running pd-l2ork/purr-data</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">I cannot get any midi input,
                                probably due to a woeful lack of<span
                                  class=""> </span></span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">skill/knowledge.</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">aconnect -i</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">client 0: 'System'
                                [type=kernel]</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">    0 'Timer           '</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">    1 'Announce        '</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">client 14: 'Midi Through'
                                [type=kernel]</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">    0 'Midi Through Port-0'</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">client 16: 'Mbox 2'
                                [type=kernel,card=0]</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">    0 'Mbox 2 MIDI 1   '</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">client 20: 'USB Midi
                                Controller' [type=kernel,card=1]</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">    0 'USB Midi Controller MIDI
                                1'</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">client 32: 'MidiSport 2x2'
                                [type=kernel,card=4]</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">    0 'MidiSport 2x2 MIDI 1'</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">    1 'MidiSport 2x2 MIDI 2'</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">client 128: 'Pure Data'
                                [type=user,pid=22170]</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">    3 'Pure Data Midi-Out 1'</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">aseqdump -p 32</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">shows a well-behaved midi data
                                stream from my WX5.</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">testone.pd however shows no
                                midi input from any device.</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">Can anyone help me to get that
                                midi data into my patches?</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">Best regards,</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">/Paul</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">--<span class=""> </span></span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">Paul [Stephen] Pignon</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">The DP Works HB</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">Södra Jordbrovägen 177/II</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">13762 Jordbro</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">Sweden</span><br
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"
                                class="">
                              <span
style="font-family:Monaco;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"
                                class="">+46 729311141,[+46 705508655]</span></div>
                          </blockquote>
                        </div>
                        <br class="">
                        <div class="">
                          <div style="font-family: Helvetica; font-size:
                            12px; font-style: normal; font-variant-caps:
                            normal; font-weight: normal; letter-spacing:
                            normal; text-align: start; text-indent: 0px;
                            text-transform: none; white-space: normal;
                            word-spacing: 0px;" class="">--------</div>
                          <div style="font-family: Helvetica; font-size:
                            12px; font-style: normal; font-variant-caps:
                            normal; font-weight: normal; letter-spacing:
                            normal; text-align: start; text-indent: 0px;
                            text-transform: none; white-space: normal;
                            word-spacing: 0px;" class="">Dan Wilcox</div>
                          <div style="font-family: Helvetica; font-size:
                            12px; font-style: normal; font-variant-caps:
                            normal; font-weight: normal; letter-spacing:
                            normal; text-align: start; text-indent: 0px;
                            text-transform: none; white-space: normal;
                            word-spacing: 0px;" class=""><a
                              href="http://twitter.com/danomatika"
                              target="_blank" class=""
                              moz-do-not-send="true">@danomatika</a></div>
                          <div style="font-family: Helvetica; font-size:
                            12px; font-style: normal; font-variant-caps:
                            normal; font-weight: normal; letter-spacing:
                            normal; text-align: start; text-indent: 0px;
                            text-transform: none; white-space: normal;
                            word-spacing: 0px;" class=""><a
                              href="http://danomatika.com/"
                              target="_blank" class=""
                              moz-do-not-send="true">danomatika.com</a></div>
                          <div style="font-family: Helvetica; font-size:
                            12px; font-style: normal; font-variant-caps:
                            normal; font-weight: normal; letter-spacing:
                            normal; text-align: start; text-indent: 0px;
                            text-transform: none; white-space: normal;
                            word-spacing: 0px;" class=""><a
                              href="http://robotcowboy.com/"
                              target="_blank" class=""
                              moz-do-not-send="true">robotcowboy.com</a></div>
                          <div style="font-family: Helvetica; font-size:
                            12px; font-style: normal; font-variant-caps:
                            normal; font-weight: normal; letter-spacing:
                            normal; text-align: start; text-indent: 0px;
                            text-transform: none; white-space: normal;
                            word-spacing: 0px;" class=""><br class="">
                          </div>
                          <br class="">
                        </div>
                        <br class="">
                      </div>
                    </div>
                  </div>
                  _______________________________________________<br
                    class="">
                  <a href="mailto:Pd-list@lists.iem.at" target="_blank"
                    class="" moz-do-not-send="true">Pd-list@lists.iem.at</a>
                  mailing list<br class="">
                  UNSUBSCRIBE and account-management -> <a
                    href="https://lists.puredata.info/listinfo/pd-list"
                    rel="noreferrer" target="_blank" class=""
                    moz-do-not-send="true">https://lists.puredata.info/listinfo/pd-list</a><br
                    class="">
                </blockquote>
              </div>
            </div>
          </blockquote>
        </div>
        <br class="">
        <div class="">
          <div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 12px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px;">--------</div>
          <div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 12px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px;">Dan Wilcox</div>
          <div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 12px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px;"><a
              href="http://twitter.com/danomatika" class=""
              moz-do-not-send="true">@danomatika</a></div>
          <div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 12px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px;"><a
              href="http://danomatika.com" class=""
              moz-do-not-send="true">danomatika.com</a></div>
          <div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 12px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px;"><a
              href="http://robotcowboy.com" class=""
              moz-do-not-send="true">robotcowboy.com</a></div>
          <div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 12px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px;" class=""><br class="">
          </div>
          <br class="Apple-interchange-newline">
        </div>
        <br class="">
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Paul [Stephen] Pignon
The DP Works HB
Södra Jordbrovägen 177/II
13762 Jordbro
Sweden
+46 729311141,[+46 705508655]
</pre>
  </body>
</html>