<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									MIDI.org Forum - Recent Posts				            </title>
            <link>https://midi.org/community</link>
            <description>MIDI.org Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 01 May 2026 02:03:39 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: My journey with USB MIDI 2.0 in TinyUSB</title>
                        <link>https://midi.org/community/midi-specifications/my-journey-with-usb-midi-2-0-in-tinyusb#post-11413</link>
                        <pubDate>Wed, 22 Apr 2026 12:59:46 +0000</pubDate>
                        <description><![CDATA[Hi Andrew, thanks. The forum seems to strip any URL I post as a new member, even in replies. Leaving the references in plain text so the thread stays useful:

ESP32_Host_MIDI, available on...]]></description>
                        <content:encoded><![CDATA[<p>Hi Andrew, thanks. The forum seems to strip any URL I post as a new member, even in replies. Leaving the references in plain text so the thread stays useful:</p>
<ul>
<li>ESP32_Host_MIDI, available on GitHub under sauloverissimo/ESP32_Host_MIDI</li>
<li>TinyUSB PR #3571 (USB MIDI 2.0 Class Driver), in hathach/tinyusb</li>
</ul>]]></content:encoded>
						                            <category domain="https://midi.org/community"></category>                        <dc:creator>Saulo Verissimo</dc:creator>
                        <guid isPermaLink="true">https://midi.org/community/midi-specifications/my-journey-with-usb-midi-2-0-in-tinyusb#post-11413</guid>
                    </item>
				                    <item>
                        <title>RE: My journey with USB MIDI 2.0 in TinyUSB</title>
                        <link>https://midi.org/community/midi-specifications/my-journey-with-usb-midi-2-0-in-tinyusb#post-11411</link>
                        <pubDate>Wed, 22 Apr 2026 12:29:09 +0000</pubDate>
                        <description><![CDATA[Hi Saulo, 
I have been on an exactly similar journeys as yours departing from AM_MIDI2.0Lib, tusb_ump, and  ProtoZOA. My focus is on developing embedded hardware for controller such as the ...]]></description>
                        <content:encoded><![CDATA[<p>Hi Saulo, </p>
<p>I have been on an exactly similar journeys as yours departing from <span>AM_MIDI2.0Lib, tusb_ump, and  ProtoZOA. My focus is on developing embedded hardware for controller such as the 2350, and have completed prototyping.  I also considering the teensy4.1 for its audio/dsp capabilities but with Zephyr as a side project. I found your midi2 project on github, and its great that you have developed a layered approach separating transport and application. Already followed this. </span></p>
<p>I am keen to reach out to share ideas, discuss this common topic, and collab where feasible on embedded Midi 2.0. Particularly in pushing audio/dsp capabilities. </p>
<p>Jason</p>]]></content:encoded>
						                            <category domain="https://midi.org/community"></category>                        <dc:creator>Jason Hector</dc:creator>
                        <guid isPermaLink="true">https://midi.org/community/midi-specifications/my-journey-with-usb-midi-2-0-in-tinyusb#post-11411</guid>
                    </item>
				                    <item>
                        <title>RE: My journey with USB MIDI 2.0 in TinyUSB</title>
                        <link>https://midi.org/community/midi-specifications/my-journey-with-usb-midi-2-0-in-tinyusb#post-11409</link>
                        <pubDate>Wed, 22 Apr 2026 04:18:06 +0000</pubDate>
                        <description><![CDATA[Saulo - as your new to the forum it has dropped the links - can you please readd them to the post - thanks!]]></description>
                        <content:encoded><![CDATA[<p>Saulo - as your new to the forum it has dropped the links - can you please readd them to the post - thanks!</p>]]></content:encoded>
						                            <category domain="https://midi.org/community"></category>                        <dc:creator>Andrew Mee</dc:creator>
                        <guid isPermaLink="true">https://midi.org/community/midi-specifications/my-journey-with-usb-midi-2-0-in-tinyusb#post-11409</guid>
                    </item>
				                    <item>
                        <title>My journey with USB MIDI 2.0 in TinyUSB</title>
                        <link>https://midi.org/community/midi-specifications/my-journey-with-usb-midi-2-0-in-tinyusb#post-11408</link>
                        <pubDate>Wed, 22 Apr 2026 01:59:06 +0000</pubDate>
                        <description><![CDATA[Hello, my friends. I&#039;m Saulo, writing from Brazil, (Brasília, Capital).
It&#039;s been a few months since I started working hard on implementing USB MIDI 2.0 on embedded systems. My starting poi...]]></description>
                        <content:encoded><![CDATA[<p>Hello, my friends. I'm Saulo, writing from Brazil, (Brasília, Capital).</p>
<p>It's been a few months since I started working hard on implementing USB MIDI 2.0 on embedded systems. My starting points were Andrew Mee's AM_MIDI2.0Lib (MIDI 2.0 protocol), AmeNote's tusb_ump, and Mike Kent's ProtoZOA (embedded and USB), along with the official specs. My interest in this topic came from work I've been doing for a few years on MIDI transports for ESP32 (&lt;a href=&quot; <span style="color:#aaa">removed link</span> " target="_blank" rel="noopener noreferrer"&gt;ESP32_Host_MIDI</a>). Along that path, I've been learning a bit about embedded architecture and the transport layer, especially USB.</p>
<p>It took many weeks of testing against Linux and Windows hosts, reading through M2-104-UM and the USB MIDI 2.0 Class Definition paragraph by paragraph. Last month I reached a stable version using TinyUSB, both Device and Host modes, validated first on RP2040 and then on Adafruit Feather RP2040 Host (Pico SDK, CMake). After testing across several devices, I opened the upstream PR: &lt;a href=&quot; <span style="color:#aaa">removed link</span> " target="_blank" rel="noopener noreferrer"&gt; <span style="color:#aaa">removed link</span> </a>.</p>
<p>Since then, I've been running a local branch based on the PR to keep the work moving. And that's the reason for this post: to see if others are on the same path and find allies here in the forum to push embedded MIDI 2.0 forward. So far, on my bench, I've enumerated on RP2040, RP2350, ESP32, Nordic nRF52840, and SAMD21. All of them enumerated cleanly on both Windows MIDI Services and Linux.</p>
<p>One angle in particular has been getting special attention: Teensy, Daisy Seed, and ESP32-P4. These are hacker-friendly boards with real audio processing capability. The experiments on these three are well under way, and this axis, where MIDI 2.0 meets real embedded audio, is where I'm going deeper.</p>
<p>It's been a really good experience. I'm excited about where this is going, and it would be great to find others walking a similar path.</p>]]></content:encoded>
						                            <category domain="https://midi.org/community"></category>                        <dc:creator>Saulo Verissimo</dc:creator>
                        <guid isPermaLink="true">https://midi.org/community/midi-specifications/my-journey-with-usb-midi-2-0-in-tinyusb#post-11408</guid>
                    </item>
				                    <item>
                        <title>What kind of security features should I expect in a studio space for rent?</title>
                        <link>https://midi.org/community/midi-news-stories/what-kind-of-security-features-should-i-expect-in-a-studio-space-for-rent#post-11397</link>
                        <pubDate>Sun, 12 Apr 2026 06:07:06 +0000</pubDate>
                        <description><![CDATA[Security is a top priority when you are a solo practitioner. Most reputable salon suites for rent offer advanced security features that you might not get in a standard storefront. This typic...]]></description>
                        <content:encoded><![CDATA[<p>Security is a top priority when you are a solo practitioner. Most reputable <a href="https://just-booked.com/" target="_blank" rel="noopener">salon suites for rent</a> offer advanced security features that you might not get in a standard storefront. This typically includes 24/7 keycard access, which ensures that only tenants and their guests can enter the building after hours. Inside your specific <b data-path-to-node="5" data-index-in-node="409">studio space for rent</b>, you usually have your own heavy-duty lock, allowing you to leave your expensive tools and products behind without worry. Many facilities also have 24-hour video surveillance in the hallways and common areas. Knowing that your <b data-path-to-node="5" data-index-in-node="658">salon suites for rent</b> are in a secure, well-monitored building gives you and your clients peace of mind, especially during late-evening appointments. This safety factor is a major reason why many professionals prefer a managed <a href="https://just-booked.com/spaces/" target="_blank" rel="noopener">studio space for rent</a> over a stand-alone shop, as the collective security of the building protects everyone’s livelihood.</p>]]></content:encoded>
						                            <category domain="https://midi.org/community"></category>                        <dc:creator>Misbah Misbah</dc:creator>
                        <guid isPermaLink="true">https://midi.org/community/midi-news-stories/what-kind-of-security-features-should-i-expect-in-a-studio-space-for-rent#post-11397</guid>
                    </item>
				                    <item>
                        <title>Why Does Instagram Growth Vital?</title>
                        <link>https://midi.org/community/getting-started-with-midi-1/why-does-instagram-growth-vital#post-11396</link>
                        <pubDate>Thu, 09 Apr 2026 12:43:18 +0000</pubDate>
                        <description><![CDATA[In today’s digital-first world, Instagram growth is essential for anyone looking to build a strong online presence. Whether you&#039;re a creator, influencer, or business, simply having an accoun...]]></description>
                        <content:encoded><![CDATA[<p data-start="39" data-end="470">In today’s digital-first world, Instagram growth is essential for anyone looking to build a strong online presence. Whether you're a creator, influencer, or business, simply having an account is not enough—you need consistent growth to stay relevant and competitive. Growing on Instagram means expanding your reach, increasing <a href="https://smmbuz.com/buy-100k-instagram-followers/" target="_blank" rel="noopener">followers</a> and engagement, and strengthening your credibility, all of which play a crucial role in long-term success.</p>]]></content:encoded>
						                            <category domain="https://midi.org/community"></category>                        <dc:creator>Theodore Levi</dc:creator>
                        <guid isPermaLink="true">https://midi.org/community/getting-started-with-midi-1/why-does-instagram-growth-vital#post-11396</guid>
                    </item>
				                    <item>
                        <title>RE: Question about simultaneous identical event types</title>
                        <link>https://midi.org/community/creating-with-midi/question-about-simultaneous-identical-cc-event-types#post-11395</link>
                        <pubDate>Wed, 08 Apr 2026 22:28:19 +0000</pubDate>
                        <description><![CDATA[Perfect! That&#039;s what I thought initially. Since I only deal with software, I forget sometimes that there are physical limitations that influenced the original MIDI specs]]></description>
                        <content:encoded><![CDATA[<p>Perfect! That's what I thought initially. Since I only deal with software, I forget sometimes that there are physical limitations that influenced the original MIDI specs</p>]]></content:encoded>
						                            <category domain="https://midi.org/community"></category>                        <dc:creator>Jason</dc:creator>
                        <guid isPermaLink="true">https://midi.org/community/creating-with-midi/question-about-simultaneous-identical-cc-event-types#post-11395</guid>
                    </item>
				                    <item>
                        <title>Claude plays MIDI</title>
                        <link>https://midi.org/community/creating-with-midi/claude-plays-midi#post-11394</link>
                        <pubDate>Wed, 08 Apr 2026 21:27:04 +0000</pubDate>
                        <description><![CDATA[I have recently discovered a very cool project (not mine). Please check it out!YouTube:https://github.com/mikeborozdin/vibe-composer-midi-mcp]]></description>
                        <content:encoded><![CDATA[<p>I have recently discovered a very cool project (not mine). Please check it out!<br />YouTube: https://www.youtube.com/watch?v=8Sbbf874YWQ<br />GitHub: https://github.com/mikeborozdin/vibe-composer-midi-mcp</p>]]></content:encoded>
						                            <category domain="https://midi.org/community"></category>                        <dc:creator>Sema</dc:creator>
                        <guid isPermaLink="true">https://midi.org/community/creating-with-midi/claude-plays-midi#post-11394</guid>
                    </item>
				                    <item>
                        <title>RE: Question about simultaneous identical event types</title>
                        <link>https://midi.org/community/creating-with-midi/question-about-simultaneous-identical-cc-event-types#post-11393</link>
                        <pubDate>Wed, 08 Apr 2026 21:22:17 +0000</pubDate>
                        <description><![CDATA[Bend 0 should override bend 250, so you will hear both notes having bend 0.
Imagine you return the pitch bend to 0 very very fast after pressing the note key.]]></description>
                        <content:encoded><![CDATA[<p>Bend 0 should override bend 250, so you will hear both notes having bend 0.</p>
<p>Imagine you return the pitch bend to 0 very very fast after pressing the note key.</p>]]></content:encoded>
						                            <category domain="https://midi.org/community"></category>                        <dc:creator>Sema</dc:creator>
                        <guid isPermaLink="true">https://midi.org/community/creating-with-midi/question-about-simultaneous-identical-cc-event-types#post-11393</guid>
                    </item>
				                    <item>
                        <title>Question about simultaneous identical event types</title>
                        <link>https://midi.org/community/creating-with-midi/question-about-simultaneous-identical-cc-event-types#post-11391</link>
                        <pubDate>Tue, 07 Apr 2026 16:30:33 +0000</pubDate>
                        <description><![CDATA[Let&#039;s say I have a MIDI file, and it plays multiple notes on the same channel at the same time, same tick for note on.  I also apply a pitch bend to each.
So commands might look like
Bend ...]]></description>
                        <content:encoded><![CDATA[<p>Let's say I have a MIDI file, and it plays multiple notes on the same channel at the same time, same tick for note on.  I also apply a pitch bend to each.</p>
<p>So commands might look like</p>
<p>Bend 250</p>
<p>Note On A</p>
<p>Bend 0</p>
<p>Note On B</p>
<p>Since both bend commands occur on the same tick, will both bends be applied correctly, or will both notes get Bend 250, or will both get Bend 0?</p>
<p>I can't seem to find anything in the specs that specifically mention it.  I was under the assumption that only the last bend would be used, since I have been working with files that typically are single-note-at-a-time.  However,  now that I am looking at some multi-note files, I am wondering if I was mistaken.  If both bends DO apply, then I will need to modify my duplicate-command pruning function to be more selective.</p>]]></content:encoded>
						                            <category domain="https://midi.org/community"></category>                        <dc:creator>Jason</dc:creator>
                        <guid isPermaLink="true">https://midi.org/community/creating-with-midi/question-about-simultaneous-identical-cc-event-types#post-11391</guid>
                    </item>
							        </channel>
        </rss>
		