<?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: JS and dynamic bpatcher load</title>
		<atom:link href="http://cycling74.com/forums/topic/js-and-dynamic-bpatcher-load/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/js-and-dynamic-bpatcher-load/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 03:11:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/js-and-dynamic-bpatcher-load/#post-60789</guid>
					<title><![CDATA[JS and dynamic bpatcher load]]></title>
					<link>http://cycling74.com/forums/topic/js-and-dynamic-bpatcher-load/#post-60789</link>
					<pubDate>Wed, 21 Dec 2011 15:19:06 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Trying to load but to modify some parameters/properties of object created at running time (dynamically I mean)<br />
I got some problems.</p>
<p><strong>First problem</strong><br />
My main one is: I don&#8217;t know how to reach my object parameters (here a bpatcher)<br />
Basically, in the doc, varname property seems to be the way.</p>
<p>Example:<br />
<code>thebubbles[k] = this.patcher.newdefault(300,300,"bpatcher");<br />
thebubbles[k].varname(patcher_rect,"set",0,0,300,350);</code></p>
<p>it doesn&#8217;t work because patcher_rect doesn&#8217;t seem to be the correct variable :-/</p>
<p><strong>Second problem</strong><br />
I&#8217;m trying to tweak a route object that already exists on the patcher, from the JS.<br />
How could I access to its JS representation ?<br />
I know how to create an object via JS, but not how to access an existing one.</p>
<p>a little kickstart would be sweet !</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

