<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: How to convert list from &quot;pads&quot; object in LEMUR to &quot;matrixctrl&quot; format in M4L ?</title>
		<atom:link href="http://cycling74.com/forums/topic/how-to-convert-list-from-pads-object-in-lemur-to-matrixctrl-format-in-m4l/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/how-to-convert-list-from-pads-object-in-lemur-to-matrixctrl-format-in-m4l/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 19:31:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-convert-list-from-pads-object-in-lemur-to-matrixctrl-format-in-m4l/#post-51812</guid>
					<title><![CDATA[How to convert list from &quot;pads&quot; object in LEMUR to &quot;matrixctrl&quot; format in M4L ?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-convert-list-from-pads-object-in-lemur-to-matrixctrl-format-in-m4l/#post-51812</link>
					<pubDate>Mon, 16 Aug 2010 21:25:15 +0000</pubDate>
					<dc:creator>all</dc:creator>

					<description>
						<![CDATA[
						<p>Hello</p>
<p>Can you help me about &#8220;matrixctrl&#8221; object in M4L.</p>
<p>I use jazzmutant&#8217;s lemur with M4L.<br />
I would like tu use lemur object &#8220;Pads&#8221; with 8 col and 8 row (like a<br />
monome 64 : 8 x 8).<br />
In short, I would like to use this &#8220;Pads&#8221; object like a monome 64.</p>
<p>However, monome send x, y and value. Very easy for &#8220;matrixctrl&#8221;<br />
object in M4L (my purpose is to use &#8220;matrixctrl&#8221; object in M4L for my<br />
futures lemur programings). I have write some programs for monome<br />
that work fine.<br />
But &#8220;Pads&#8221; object from lemur in 8 x 8 form send a list : 0 1 2 3<br />
4&#8230;.63 (from left to right and from top to bottom).<br />
It&#8217;s not the same &#8220;language&#8221;.</p>
<p>Do you know how &#8220;translate&#8221; lemur &#8220;language&#8221; to matrixctrl object (or<br />
monome 64) &#8220;language&#8221; : &#8220;translate&#8221; a list (0 1 2 3 4&#8230;63) to x, y,<br />
and value (value +++) ?</p>
<p>Obviously, I have the same problem for the back :<br />
My solution : I obtain list of values from row 0, row 1, row 2&#8230;.row<br />
7 from matrixctrl object in M4L (with message getrow $1).<br />
I must to add these lists for the lemur : row 0 + row 1 + row 2 + row<br />
3&#8230;.+ row 7.<br />
I have write a program to add this but the result is not perfect.</p>
<p>Do you know a program to make this (with robustness) ?</p>
<p>In short :</p>
<p>&#8220;Pads&#8221; object with 8 col and 8 row in lemur (list) &#8212;&#8212;-><br />
&#8220;matrixctrl&#8221; object in 4L &#8212;&#8212;&#8211;> &#8220;Pads&#8221; with 8 col and 8 row in lemur</p>
<p>How to get this robust program ?</p>
<p>Thank for yur help<br />
Best regards</p>
<p>Alexandre</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-convert-list-from-pads-object-in-lemur-to-matrixctrl-format-in-m4l/#post-185967</guid>
					<title><![CDATA[Re: How to convert list from &#8220;pads&#8221; object in LEMUR to &#8220;matrixctrl&#8221; format in M4L ?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-convert-list-from-pads-object-in-lemur-to-matrixctrl-format-in-m4l/#post-185967</link>
					<pubDate>Mon, 16 Aug 2010 22:38:15 +0000</pubDate>
					<dc:creator>Noob4Life</dc:creator>

					<description>
						<![CDATA[
						<p>maybe you could take a look at how monemur does it(monome40h is same in communication as monome64):</p>
<p><a href="http://forum.jazzmutant.com/viewtopic.php?t=2174" rel="nofollow">http://forum.jazzmutant.com/viewtopic.php?t=2174</a></p>
<p>if you have trouble, you could even ask on the monome forums, user &#8216;bar|none&#8217; who created monemur and molamur is a longtime veteran there&#8230; perhaps even if you asked nicely(without hijacking it too much) on this thread, he might be able to help you further:</p>
<p><a href="http://post.monome.org/comments.php?DiscussionID=1551&#038;page=1#Item_0" rel="nofollow">http://post.monome.org/comments.php?DiscussionID=1551&#038;page=1#Item_0</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-convert-list-from-pads-object-in-lemur-to-matrixctrl-format-in-m4l/#post-185968</guid>
					<title><![CDATA[Re: How to convert list from &#8220;pads&#8221; object in LEMUR to &#8220;matrixctrl&#8221; format in M4L ?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-convert-list-from-pads-object-in-lemur-to-matrixctrl-format-in-m4l/#post-185968</link>
					<pubDate>Thu, 19 Aug 2010 14:23:48 +0000</pubDate>
					<dc:creator>all</dc:creator>

					<description>
						<![CDATA[
						<p>Thank for your information<br />
All</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

