<?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[How to monitor raw MIDI datasteam]]></title><description><![CDATA[<p>I am a new user of this great app.<br />
I have an issue with a MIDI application and I need to monitor MIDI data which may be getting corrupted.<br />
I tried connecting a midiin object to print.<br />
It does monitor incoming MIDI data but it is not displaying all SysEx message bytes.</p>
<p>Does the midiin object filter certain MIDI bytes?</p>
<p>Is there a different (perhaps more general data object type) which would be able to simple display the 8-bit bytes received?</p>
<p>Thanks<br />
Robert</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14233/how-to-monitor-raw-midi-datasteam</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 15:09:04 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/14233.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Jan 2023 16:21:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to monitor raw MIDI datasteam on Wed, 18 Jan 2023 16:21:52 GMT]]></title><description><![CDATA[<p>I am a new user of this great app.<br />
I have an issue with a MIDI application and I need to monitor MIDI data which may be getting corrupted.<br />
I tried connecting a midiin object to print.<br />
It does monitor incoming MIDI data but it is not displaying all SysEx message bytes.</p>
<p>Does the midiin object filter certain MIDI bytes?</p>
<p>Is there a different (perhaps more general data object type) which would be able to simple display the 8-bit bytes received?</p>
<p>Thanks<br />
Robert</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14233/how-to-monitor-raw-midi-datasteam</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14233/how-to-monitor-raw-midi-datasteam</guid><dc:creator><![CDATA[campbellr]]></dc:creator><pubDate>Wed, 18 Jan 2023 16:21:52 GMT</pubDate></item><item><title><![CDATA[Reply to How to monitor raw MIDI datasteam on Thu, 19 Jan 2023 13:25:31 GMT]]></title><description><![CDATA[<p>right click the midiin object for help<br />
you will notice there is a sysexin object among the many others<br />
Also the cyclone and ceammc libraries have midi objects both available through find externals under the Help menu.<br />
I'm not sure how to actually access sysex data though</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14233/how-to-monitor-raw-midi-datasteam/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14233/how-to-monitor-raw-midi-datasteam/2</guid><dc:creator><![CDATA[Balwyn]]></dc:creator><pubDate>Thu, 19 Jan 2023 13:25:31 GMT</pubDate></item><item><title><![CDATA[Reply to How to monitor raw MIDI datasteam on Thu, 19 Jan 2023 17:12:11 GMT]]></title><description><![CDATA[<p>The vanilla objects can't capture the raw MIDI bytes, right?  By the time they come out as outlet messages, the MIDI messages have already been parsed.  For instance, many of the MIDI objects have to be filling in the running status or else the channel info would not be output.</p>
<p>Edit:  Ooops, I'm wrong!  Just read the help for [midiin].  Move along...nothing to see here....</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14233/how-to-monitor-raw-midi-datasteam/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14233/how-to-monitor-raw-midi-datasteam/3</guid><dc:creator><![CDATA[jameslo]]></dc:creator><pubDate>Thu, 19 Jan 2023 17:12:11 GMT</pubDate></item><item><title><![CDATA[Reply to How to monitor raw MIDI datasteam on Fri, 20 Jan 2023 07:18:53 GMT]]></title><description><![CDATA[<p>if you check this thread <a href="https://forum.pdpatchrepo.info/topic/377/sysex/32" rel="nofollow">https://forum.pdpatchrepo.info/topic/377/sysex/32</a>, the last reply from @il pleut shows that a sysex message is a list of numbers that must start with 240 and end with 247.<br />
bearing that in mind I temporarily set the midi output to the equivalent midi input and the result is below<br />
note messages only went midiin<br />
sysex and note messages went to both midiin and sysexin</p>
<p><img src="/uploads/files/1674193503847-image.png" alt="image.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14233/how-to-monitor-raw-midi-datasteam/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14233/how-to-monitor-raw-midi-datasteam/4</guid><dc:creator><![CDATA[Balwyn]]></dc:creator><pubDate>Fri, 20 Jan 2023 07:18:53 GMT</pubDate></item></channel></rss>