<?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: Saving Matrix Setups &#8211; possible bug (MAX&#039;s or mine)</title>
		<atom:link href="http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 07:51:41 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-25624</guid>
					<title><![CDATA[Saving Matrix Setups &#8211; possible bug (MAX&#039;s or mine)]]></title>
					<link>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-25624</link>
					<pubDate>Mon, 24 Apr 2006 16:52:45 +0000</pubDate>
					<dc:creator>joel@squarewave.ca</dc:creator>

					<description>
						<![CDATA[
						<p>Hi All,</p>
<p>I&#8217;m building a patch that uses the Matrixctrl object to as a step sequencer, but I&#8217;ve found a problem that, and I&#8217;m wondering if someone has a solution or workaround.</p>
<p>Using autopattr and pattrstorage, I&#8217;ve found that there is a limit to how big a matrix can be and still store data.  Smaller matrixctrl&#8217;s accurately commuincate with autopattr and pattr storage, but larger ones do not.</p>
<p>Any ideas how I can save matrix states in large matrices?  To complicate things, the matix appears IN a bpatcher IN another bpatcher &#8211; so, it&#8217;s 2 levels below sea level, if that makes sense. :)</p>
<p>Any thoughts?</p>
<p>-j</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75627</guid>
					<title><![CDATA[Re: Saving Matrix Setups &#8211; possible bug (MAX&#039;s or mine)]]></title>
					<link>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75627</link>
					<pubDate>Mon, 24 Apr 2006 17:23:48 +0000</pubDate>
					<dc:creator>nathan wolek</dc:creator>

					<description>
						<![CDATA[
						<p>On Apr 24, 2006, at 12:52 PM, joelsquare wrote:<br />
> Any ideas how I can save matrix states in large matrices?</p>
<p>How large are talking about?  I&#8217;ve done 10&#215;64 without a problem.</p>
<p>&#8212;&#8211;<br />
Nathan Wolek<br />
<a href="mailto:nw@nathanwolek.com">nw@nathanwolek.com</a></p>
<p><a href="http://www.nathanwolek.com" rel="nofollow">http://www.nathanwolek.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75628</guid>
					<title><![CDATA[Re: Saving Matrix Setups &#8211; possible bug (MAX&#039;s or mine)]]></title>
					<link>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75628</link>
					<pubDate>Mon, 24 Apr 2006 17:36:11 +0000</pubDate>
					<dc:creator>Jeremy Bernstein</dc:creator>

					<description>
						<![CDATA[
						<p>Any size which x3 >= 4094 exceeds the current limit of getbytes, which <br />
is used to allocate memory for pattr. Hopefully, a future version of Max <br />
or pattr will address this. For the moment, you can&#8217;t do anything about <br />
it without breaking the matrixctrl into separate, smaller objects.</p>
<p>jb</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75629</guid>
					<title><![CDATA[Re: Saving Matrix Setups &#8211; possible bug (MAX&#039;s or mine)]]></title>
					<link>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75629</link>
					<pubDate>Mon, 24 Apr 2006 17:37:05 +0000</pubDate>
					<dc:creator>joel@squarewave.ca</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for replying&#8230;</p>
<p>I&#8217;ve found that 48 X 28 works, but 49 X 28 doesn&#8217;t.</p>
<p>48 X 28 gives a string of data in the &#8216;Client Window&#8217; in pattrstorage, while 49 X 28 shows nothing in pattrstorage.  BUT 49 X 27 does.</p>
<p>Thoughts?</p>
<p>
Cheers<br />
-j</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75630</guid>
					<title><![CDATA[Re: Saving Matrix Setups &#8211; possible bug (MAX&#039;s or mine)]]></title>
					<link>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75630</link>
					<pubDate>Mon, 24 Apr 2006 17:51:28 +0000</pubDate>
					<dc:creator>joel@squarewave.ca</dc:creator>

					<description>
						<![CDATA[
						<p>Ahhhh&#8230; that explains it.</p>
<p>Any thoughs on a clever workaround that won&#8217;t require me breaking the matrix up?</p>
<p>Thanks for your replies guys,<br />
Joel</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75631</guid>
					<title><![CDATA[Re: Saving Matrix Setups &#8211; possible bug (MAX&#039;s or mine)]]></title>
					<link>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75631</link>
					<pubDate>Mon, 24 Apr 2006 18:05:42 +0000</pubDate>
					<dc:creator>Matthew Aidekman</dc:creator>

					<description>
						<![CDATA[
						<p>I had a stupid thought the other day about saving matrices.  You  <br />
might try using a base 62 system and store your binary rows in apha- <br />
numeric symbols.   you can get 29 cells worth from 5 characters.      <br />
get row would give binary numbers.</p>
<p>quick&#8217;n'dirty<br />
-matt</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75632</guid>
					<title><![CDATA[Re: Saving Matrix Setups &#8211; possible bug (MAX&#039;s or mine)]]></title>
					<link>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75632</link>
					<pubDate>Mon, 24 Apr 2006 18:26:37 +0000</pubDate>
					<dc:creator>nathan wolek</dc:creator>

					<description>
						<![CDATA[
						<p>On Apr 24, 2006, at 2:05 PM, matthew aidekman wrote:<br />
> get row would give binary numbers.</p>
<p>The problem with &#8220;getrow&#8221; is the lack of a &#8220;setrow&#8221; message.  Sure  <br />
you can parse it (which I&#8217;ve done), but it would be so much simpler  <br />
with the proposed partner message.</p>
<p>&#8212;&#8211;<br />
Nathan Wolek<br />
<a href="mailto:nw@nathanwolek.com">nw@nathanwolek.com</a></p>
<p><a href="http://www.nathanwolek.com" rel="nofollow">http://www.nathanwolek.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75633</guid>
					<title><![CDATA[Re: Saving Matrix Setups &#8211; possible bug (MAX&#039;s or mine)]]></title>
					<link>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75633</link>
					<pubDate>Mon, 24 Apr 2006 18:35:35 +0000</pubDate>
					<dc:creator>zoid</dc:creator>

					<description>
						<![CDATA[
						<p>i have managed to save large matrix (127*96) info using the good old preset object. it was also buried in a bpatcher. i was using it for sequencing as well</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75634</guid>
					<title><![CDATA[Re: Saving Matrix Setups &#8211; possible bug (MAX&#039;s or mine)]]></title>
					<link>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75634</link>
					<pubDate>Mon, 24 Apr 2006 18:38:13 +0000</pubDate>
					<dc:creator>joel@squarewave.ca</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve managed to do it using the preset object BUT&#8230;</p>
<p>My matrix is in a bpatcher, IN another bpatcher, so, I&#8217;m not sure if there is a solid way to to presets like that?  Do you think?</p>
<p>
-j</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75635</guid>
					<title><![CDATA[Re: Saving Matrix Setups &#8211; possible bug (MAX&#039;s or mine)]]></title>
					<link>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75635</link>
					<pubDate>Mon, 24 Apr 2006 18:50:59 +0000</pubDate>
					<dc:creator>Wesley Smith</dc:creator>

					<description>
						<![CDATA[
						<p>You can probably rig something up using jitter.  May be more clinky<br />
than using preset though.  Just a thought&#8230;</p>
<p>wes</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75636</guid>
					<title><![CDATA[Re: Saving Matrix Setups &#8211; possible bug (MAX&#039;s or mine)]]></title>
					<link>http://cycling74.com/forums/topic/saving-matrix-setups-possible-bug-maxs-or-mine/#post-75636</link>
					<pubDate>Mon, 24 Apr 2006 19:08:53 +0000</pubDate>
					<dc:creator>zoid</dc:creator>

					<description>
						<![CDATA[
						<p>i don&#8217;t know if you&#8217;ve tried this but, look at the bpatcher inspectors and &#8216;embed patch in parent&#8217;. that did the trick for me in any case</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

