<?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: Table Access</title>
		<atom:link href="http://cycling74.com/forums/topic/table-access/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/table-access/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 21:44:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/table-access/#post-63840</guid>
					<title><![CDATA[Table Access]]></title>
					<link>http://cycling74.com/forums/topic/table-access/#post-63840</link>
					<pubDate>Fri, 03 Aug 2012 18:46:38 +0000</pubDate>
					<dc:creator>Luigi Castelli</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I have thoroughly looked at the Max SDK docs and found (almost) everything about table.<br />
So obviously <code>table_get()</code> is the function I want. However I need one more piece of information that <code>table_get()</code> does not provide.</p>
<p>How do I get the range of a table object ?</p>
<p>Thanks.</p>
<p>- Luigi</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/table-access/#post-230224</guid>
					<title><![CDATA[Re: Table Access]]></title>
					<link>http://cycling74.com/forums/topic/table-access/#post-230224</link>
					<pubDate>Sat, 04 Aug 2012 15:18:13 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>AFAIK there&#8217;s no way to do this officially. Maybe we can add this to the SDK but I can&#8217;t make any promise. In the meantime, you can iterate through the patcher, looking for any table object whose attribute name corresponds to what you&#8217;re looking for, and ask for the range attribute. Should be a fun exercise ;-)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/table-access/#post-230225</guid>
					<title><![CDATA[Re: Table Access]]></title>
					<link>http://cycling74.com/forums/topic/table-access/#post-230225</link>
					<pubDate>Sat, 04 Aug 2012 16:09:54 +0000</pubDate>
					<dc:creator>Siska Ádám</dc:creator>

					<description>
						<![CDATA[
						<p>Or an easier way might be to initialize a table object in your C code with the appropriate name and query that object, hence you would spare the need of iterating through the patcher. Since tables with the same name should hold the same information, theoretically it should return the same range as any other table sharing the same name. However, I didn&#8217;t test this solution, use it at your own risk.</p>
<p>HTH,<br />
Ádám</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/table-access/#post-230226</guid>
					<title><![CDATA[Re: Table Access]]></title>
					<link>http://cycling74.com/forums/topic/table-access/#post-230226</link>
					<pubDate>Sat, 04 Aug 2012 22:09:37 +0000</pubDate>
					<dc:creator>Luigi Castelli</dc:creator>

					<description>
						<![CDATA[
						<p>OK, thanks guys&#8230;<br />
It would be nice to have it added to the SDK, since when working with tables the range is almost always a much needed parameter.</p>
<p>- Luigi</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

