<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MIDI and XML for a drum machine</title>
	<atom:link href="http://www.hisschemoller.com/2009/midi-and-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hisschemoller.com/2009/midi-and-xml/</link>
	<description>Flash actionscript and audio programming</description>
	<lastBuildDate>Mon, 05 Apr 2010 03:01:13 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wouter</title>
		<link>http://www.hisschemoller.com/2009/midi-and-xml/comment-page-1/#comment-1142</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Sun, 10 Jan 2010 12:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.hisschemoller.com/?p=78#comment-1142</guid>
		<description>Hi Martin,
Thanks for the kind words! 

About the trackCount in the example XML: I really don&#039;t remember why I used only one track. Now that I look at it again to use twelve tracks seems much clearer and easier to work with. Maybe I just wanted to keep it as basic as possible and use a MIDI type 0 file that can only have one track. 

About indicating the number of bars: I wanted to only use information that is part of the official MIDI standard. So that the XML files could theoretically be translated back to real MIDI files, should that be desirable.
And there is no &#039;Bars&#039; element in MIDI. The only timing information is &lt;b&gt;&#039;Ticks Per Beat&#039;&lt;/b&gt; since the start of the song.

Cheers,
Wouter</description>
		<content:encoded><![CDATA[<p>Hi Martin,<br />
Thanks for the kind words! </p>
<p>About the trackCount in the example XML: I really don&#8217;t remember why I used only one track. Now that I look at it again to use twelve tracks seems much clearer and easier to work with. Maybe I just wanted to keep it as basic as possible and use a MIDI type 0 file that can only have one track. </p>
<p>About indicating the number of bars: I wanted to only use information that is part of the official MIDI standard. So that the XML files could theoretically be translated back to real MIDI files, should that be desirable.<br />
And there is no &#8216;Bars&#8217; element in MIDI. The only timing information is <b>&#8216;Ticks Per Beat&#8217;</b> since the start of the song.</p>
<p>Cheers,<br />
Wouter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.hisschemoller.com/2009/midi-and-xml/comment-page-1/#comment-823</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 11 Nov 2009 16:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.hisschemoller.com/?p=78#comment-823</guid>
		<description>Hi Wouter,
Once again, great work, and wise initiative to find inspiration in MusicXml.

I just wonder why your example uses TrackCount=1 whereas your file contains 12 tracks.

Moreover, your XML header does not indicate number of bars. What about considering a Bars element in the header, and even a BeatPerBar (which would force to have songs made of equal length bar, but that&#039;s not a eavy limitation in my opinion).

Regards,
Martin</description>
		<content:encoded><![CDATA[<p>Hi Wouter,<br />
Once again, great work, and wise initiative to find inspiration in MusicXml.</p>
<p>I just wonder why your example uses TrackCount=1 whereas your file contains 12 tracks.</p>
<p>Moreover, your XML header does not indicate number of bars. What about considering a Bars element in the header, and even a BeatPerBar (which would force to have songs made of equal length bar, but that&#8217;s not a eavy limitation in my opinion).</p>
<p>Regards,<br />
Martin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
