<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Strange midi issue (delayed midi in data ???)]]></title><description><![CDATA[<p>hi everybody</p>
<p>explanation of my problem :</p>
<p>config : ableton + touchOSC + loopMidi (also tryed midiyoke) (+ PD of course)</p>
<p>I use midi clips, sending CC data (1 cc per clip, only 1 channel used for midi output, to avoid wrong data) so I can use the CC value to make play position cursors on touchOSC.</p>
<p>in PD I set something like that :</p>
<p>[ctlin cc# ch#]<br />
| |<br />
| [Number) ***for monitor purpose, easier to read than [print]<br />
|<br />
[send /fader $1(<br />
|<br />
[sendOSC]</p>
<p>My play position faders are sometimes working perfectly and sometimes they are glitchy, jittery.</p>
<p>at first i thought it was caused by the big number of OSC messages sent by puredata (I planned to do a trick that would filter values after [ctlin] so that it doesn't route redundant values and then only sends different OSC messages. but i got lazy and investigated elsewhere first)</p>
<p>I set a number object after [ctlin] and found that the values are delayed. sometimes cleanly delayed : everything coming late, and sometimes warped : everything ok, but some intermitent lower values. and sometimes for no reasons either it works perfectly. the delays are several seconds long.</p>
<p>in ableton i can see the cursor moving correctly all along the midi clip. if i turn off midi out from ableton during a delay, I still have midi activity for a few seconds in PD</p>
<p>other data are sent &amp; received on time (OSC, midi out)</p>
<p>I only use 1 midi in and out in PD and ableton, via 2 loopMidi virtual cables. audio is off, no delay (1ms)</p>
<p>what could cause that ? it's either between ableton and PD or inside PD</p>
<p>thanks in advance</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5350/strange-midi-issue-delayed-midi-in-data</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 02:25:51 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/5350.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Feb 2012 17:01:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Strange midi issue (delayed midi in data ???) on Tue, 21 Feb 2012 17:01:18 GMT]]></title><description><![CDATA[<p>hi everybody</p>
<p>explanation of my problem :</p>
<p>config : ableton + touchOSC + loopMidi (also tryed midiyoke) (+ PD of course)</p>
<p>I use midi clips, sending CC data (1 cc per clip, only 1 channel used for midi output, to avoid wrong data) so I can use the CC value to make play position cursors on touchOSC.</p>
<p>in PD I set something like that :</p>
<p>[ctlin cc# ch#]<br />
| |<br />
| [Number) ***for monitor purpose, easier to read than [print]<br />
|<br />
[send /fader $1(<br />
|<br />
[sendOSC]</p>
<p>My play position faders are sometimes working perfectly and sometimes they are glitchy, jittery.</p>
<p>at first i thought it was caused by the big number of OSC messages sent by puredata (I planned to do a trick that would filter values after [ctlin] so that it doesn't route redundant values and then only sends different OSC messages. but i got lazy and investigated elsewhere first)</p>
<p>I set a number object after [ctlin] and found that the values are delayed. sometimes cleanly delayed : everything coming late, and sometimes warped : everything ok, but some intermitent lower values. and sometimes for no reasons either it works perfectly. the delays are several seconds long.</p>
<p>in ableton i can see the cursor moving correctly all along the midi clip. if i turn off midi out from ableton during a delay, I still have midi activity for a few seconds in PD</p>
<p>other data are sent &amp; received on time (OSC, midi out)</p>
<p>I only use 1 midi in and out in PD and ableton, via 2 loopMidi virtual cables. audio is off, no delay (1ms)</p>
<p>what could cause that ? it's either between ableton and PD or inside PD</p>
<p>thanks in advance</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5350/strange-midi-issue-delayed-midi-in-data</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5350/strange-midi-issue-delayed-midi-in-data</guid><dc:creator><![CDATA[troublegum]]></dc:creator><pubDate>Tue, 21 Feb 2012 17:01:18 GMT</pubDate></item><item><title><![CDATA[Reply to Strange midi issue (delayed midi in data ???) on Tue, 21 Feb 2012 20:48:20 GMT]]></title><description><![CDATA[<p>did you try a midimonitor like midiox.<br />
I had a similar problem once and I found a sporadic infinite midi loop this way.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5350/strange-midi-issue-delayed-midi-in-data/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5350/strange-midi-issue-delayed-midi-in-data/2</guid><dc:creator><![CDATA[Gromit]]></dc:creator><pubDate>Tue, 21 Feb 2012 20:48:20 GMT</pubDate></item><item><title><![CDATA[Reply to Strange midi issue (delayed midi in data ???) on Tue, 13 Mar 2012 13:55:36 GMT]]></title><description><![CDATA[<p>nope (pretty sure), I double checked everything, even optimized it a bit.</p>
<p>the midi signal is delayed. not all the time. sometimes it works perfectly, and sometimes not.</p>
<p>I tryed to monitor it via midiox but that's way too much data at once (huge amount of CCs coming from ableton).</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5350/strange-midi-issue-delayed-midi-in-data/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5350/strange-midi-issue-delayed-midi-in-data/3</guid><dc:creator><![CDATA[troublegum]]></dc:creator><pubDate>Tue, 13 Mar 2012 13:55:36 GMT</pubDate></item><item><title><![CDATA[Reply to Strange midi issue (delayed midi in data ???) on Thu, 15 Mar 2012 20:42:39 GMT]]></title><description><![CDATA[<p>after some further monitoring with midiox while it was severely not working (almost all signal not reveived but still some rare ones reaching destination) my puredata layout was innocented since midiox also received almost nothing.</p>
<p>the virtual cable were innocented too since it happens whatever the virtual midi cable i use. (btw loopmidi counts midi messages, and when it's bugging no midi message is counted)</p>
<p>the problem obviously comes from ableton live but I can't seem to identify it (and my live setup doesn't have any complex mid trick, it's just supposed to send an awful lot of midi CCs).</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5350/strange-midi-issue-delayed-midi-in-data/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5350/strange-midi-issue-delayed-midi-in-data/4</guid><dc:creator><![CDATA[troublegum]]></dc:creator><pubDate>Thu, 15 Mar 2012 20:42:39 GMT</pubDate></item><item><title><![CDATA[Reply to Strange midi issue (delayed midi in data ???) on Thu, 13 Dec 2012 14:11:28 GMT]]></title><description><![CDATA[<p>works perfectly ok on mac</p>
<p>(this is some old thread, but I had to update it)</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5350/strange-midi-issue-delayed-midi-in-data/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5350/strange-midi-issue-delayed-midi-in-data/5</guid><dc:creator><![CDATA[troublegum]]></dc:creator><pubDate>Thu, 13 Dec 2012 14:11:28 GMT</pubDate></item></channel></rss>