<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi Simon,</p>
    <p>yes the message is received and understood by other devices, so
      at the end of the day it's not a problem, mine is more curiosity
      :D<br>
    </p>
    btw I've got a little update, after chatting with another Pd user, I
    figured it out that the problem doesn't occur on Pd 0.48.0 and
    0.48.1 . but it does  occur on Pd 0.46.1, the version I was using
    when I discovered this.<br>
    so my suspect is that something changed in the code. I'll have a
    look at github. does anyone know anything about that><br>
    <br>
    <br>
    cheers,<br>
    Mario<br>
    <br>
    <div class="moz-cite-prefix">On 14/03/18 21:49, Simon Iten wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:EAD135EA-FE91-48E2-BD3E-BAED228732FB@gmail.com">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      hi there,
      <div class=""><br class="">
      </div>
      <div class="">i have sent sysex with puredata for some years now,
        and i never had any problems, even with large chunks.</div>
      <div class="">i have used attached abstraction to send sysex,
        maybe it helps?</div>
      <div class=""><br class="">
      </div>
      <div class="">midi IS a serial protocol, so it is perfectly valid
        to send one byte at a time at least over din midi. in fact i am
        doing that with arduinos all the time.  (usb midi is a different
        beast) </div>
      <div class=""><br class="">
      </div>
      <div class="">do the “special” midiout noteon and noteoff messages
        work when a synthmodule or similar is connected?</div>
      <div class=""><br class="">
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div class=""><br class="">
        <div>
          <blockquote type="cite" class="">
            <div class="">On 14 Mar 2018, at 21:28, mario buoninfante
              <<a href="mailto:mario.buoninfante@gmail.com" class=""
                moz-do-not-send="true">mario.buoninfante@gmail.com</a>>
              wrote:</div>
            <br class="Apple-interchange-newline">
            <div class="">
              <meta http-equiv="Content-Type" content="text/html;
                charset=utf-8" class="">
              <div text="#000000" bgcolor="#FFFFFF" class="">
                <p class="">Hi Miller,</p>
                <p class="">yap I'm using ALSA. <br class="">
                </p>
                <p class="">btw, I had a look at the source code (I want
                  to clarify I'm not a C programmer :) ) and from what I
                  found in x_midi.c and s_midi.c, it kind of make sense
                  that [midiout] returns 1 byte at time.</p>
                <p class="">it seems to me we're missing a way to detect
                  outgoing sysex messages (maybe having a dedicated
                  object could help), so there's no way to collect a
                  sysex and send it out in one go (ie having an array to
                  return). <span class="translation tlid-translation"><span
                      title="" class="">I apologize for my trivial
                      description of the "problem", but this is what I
                      think is causing this behaviour.<br class="">
                    </span></span></p>
                <p class=""><span class="translation tlid-translation"><span
                      title="" class=""><br class="">
                    </span></span></p>
                <p class=""><span class="translation tlid-translation"><span
                      title="" class="">cheers,</span></span></p>
                <p class=""><span class="translation tlid-translation"><span
                      title="" class="">Mario<br class="">
                    </span></span></p>
                <br class="">
                <div class="moz-cite-prefix">On 13/03/18 04:37, Miller
                  Puckette wrote:<br class="">
                </div>
                <blockquote type="cite"
                  cite="mid:20180313043753.GA31337@elroy.localdomain"
                  class="">
                  <pre class="" wrap="">Hi Mario -

Perhaps you said this in the previous message which I missed... are you
using ALSA MIDI system or OSS?

MIDI support has always been a problem in Pd... largely because I don't have
a lot of experience with it.

cheers
Miller

On Tue, Mar 13, 2018 at 12:04:00AM +0000, mario buoninfante wrote:
</pre>
                  <blockquote type="cite" class="">
                    <pre class="" wrap="">Hi,


I ran few more tests on Linux trying to understand what's going on with
[midiout] and sysex messages.

I discovered that it's not just about sysex. I'm monitoring MIDI from Pd
with /KMidimon /and /GMIDImonitor/, and I noticed that also sending Note On
messages with [midiout] seems to be in some way different then sending the
same message using [noteout].

when Note On is sent using [midiout], this will spit single bytes that are
recognized as single byte sysex messages by the MIDI monitors!!!!!

has anyone ever experienced the same?


cheers,

Mario


</pre>
                  </blockquote>
                  <blockquote type="cite" class="">
                    <pre class="" wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at" moz-do-not-send="true">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list" moz-do-not-send="true">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
                  </blockquote>
                </blockquote>
                <br class="">
              </div>
              _______________________________________________<br
                class="">
              <a href="mailto:Pd-list@lists.iem.at" 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"
                class="" moz-do-not-send="true">https://lists.puredata.info/listinfo/pd-list</a><br
                class="">
            </div>
          </blockquote>
        </div>
        <br class="">
      </div>
    </blockquote>
    <br>
  </body>
</html>