<div dir="ltr"><div>Hi,</div><div><br></div><div>few months ago I was writing about some issues sending big sysex to Pd. Miller suggested the following <br></div><div><pre><i>If you don't mind recompiling Pd, you can control the MIDI queue size
</i>><i> by editing this line in s_midi.c:
</i>><i> 
</i>><i> #define MIDIQSIZE 1024
</i>><i> 
</i>><i> I think it has to be a power of 2.  You could make it 0x100000, for instance
</i>><i> (a million-ish).
</i>><i> 
</i>><i> To easily recompile Pd on a Mac, install the developer package (compiler
</i>><i> chain which I think is now called Xcode), open a shell, Cd to 
</i>><i> Pd-x.app/Contents/Resources/src, edit s_midi.c, and type "make".
</i>><i> </i></pre>I tried recompiling both on Linux (Ubuntu Studio 16.04) and MacOS (Sierra) but unfortunately without any success. I mean, I've been able to recompile it, but the issue's still there. moreover I couldn't find s_midi.c in <pre><i>Pd-x.app/Contents/Resources/src</i></pre>so I had to use the source code.<br></div><div>basically I'm sending (relatively) big sysex to Pd as fast as possible and I noticed Pd drops most of them. I'm collecting few hundreds byte on top of thousands.</div><div>did I miss something? <br></div><div>does anyone experienced something like that? any suggestion? <br></div><div><br></div><div>cheers,</div><div>Mario<br></div></div>