<?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 create a bpatcher with newdefault ?</title>
		<atom:link href="http://cycling74.com/forums/topic/how-create-a-bpatcher-with-newdefault/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/how-create-a-bpatcher-with-newdefault/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 02:27:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/how-create-a-bpatcher-with-newdefault/#post-28171</guid>
					<title><![CDATA[How create a bpatcher with newdefault ?]]></title>
					<link>http://cycling74.com/forums/topic/how-create-a-bpatcher-with-newdefault/#post-28171</link>
					<pubDate>Mon, 16 Oct 2006 10:24:34 +0000</pubDate>
					<dc:creator>Thomas Goepfer</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I&#8217;m trying to put in a patcher a bpatcher.<br />
I used many different definition like:</p>
<p>this.patcher.newdefault(100, 100, &#8220;bpatcher&#8221;)<br />
this.patcher.newdefault(100, 100, &#8220;bpatcher&#8221;, &#8220;toto&#8221;)<br />
this.patcher.newdefault(100, 100, &#8220;bpatcher&#8221;, 8, 71, 105, 90, 0, 0, &#8220;toto&#8221;, 1)<br />
&#8230;</p>
<p>and I always have this error message:<br />
&#8226; error: js: patcher: newdefault failed</p>
<p>Where is the mistake ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-create-a-bpatcher-with-newdefault/#post-86214</guid>
					<title><![CDATA[Re: How create a bpatcher with newdefault ?]]></title>
					<link>http://cycling74.com/forums/topic/how-create-a-bpatcher-with-newdefault/#post-86214</link>
					<pubDate>Mon, 16 Oct 2006 12:26:31 +0000</pubDate>
					<dc:creator>volker böhm</dc:creator>

					<description>
						<![CDATA[
						<p>
On 16 Oct 2006, at 12:24, Thomas Goepfer wrote:<br />
> I&#8217;m trying to put in a patcher a bpatcher.<br />
> I used many different definition like:<br />
><br />
> this.patcher.newdefault(100, 100, &#8220;bpatcher&#8221;)<br />
> this.patcher.newdefault(100, 100, &#8220;bpatcher&#8221;, &#8220;toto&#8221;)<br />
> this.patcher.newdefault(100, 100, &#8220;bpatcher&#8221;, 8, 71, 105, 90, 0, 0,  <br />
> &#8220;toto&#8221;, 1)<br />
> &#8230;</p>
<p>probably &#8220;newdefault&#8221; is still broken with some (GUI) objects (i&#8217;m  <br />
still on 4.5.6, so no idea about 4.6)<br />
but this works for me:</p>
<p>this.patcher.newobject(&#8220;bpatcher&#8221;, 43, 45, 113, 156, 0, 0,  <br />
&#8220;myBp.pat&#8221;, 0);</p>
<p>
volker.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-create-a-bpatcher-with-newdefault/#post-86215</guid>
					<title><![CDATA[Re: How create a bpatcher with newdefault ?]]></title>
					<link>http://cycling74.com/forums/topic/how-create-a-bpatcher-with-newdefault/#post-86215</link>
					<pubDate>Mon, 16 Oct 2006 13:32:37 +0000</pubDate>
					<dc:creator>Thomas Goepfer</dc:creator>

					<description>
						<![CDATA[
						<p>It works, thanks !</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

