<?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: Set argument for [route]</title>
		<atom:link href="http://cycling74.com/forums/topic/set-argument-for-route-3/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/set-argument-for-route-3/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 23:16:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/set-argument-for-route-3/#post-32109</guid>
					<title><![CDATA[Set argument for [route]]]></title>
					<link>http://cycling74.com/forums/topic/set-argument-for-route-3/#post-32109</link>
					<pubDate>Sat, 26 May 2007 08:38:05 +0000</pubDate>
					<dc:creator>sono</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I&#8217;m looking for a way to use a list in coll for multiple b-patchers.</p>
<p>I have a patch with 12 b-patchers (one original) with multisliders in them. Via arguments each multislider gets its own task.</p>
<p>What i want to do is to make a score in one single list for all the b-patchers/multisliders.</p>
<p>For example:<br />
multislider 1 controls the gain, mslider2 the Q and mslider 3 the frequency</p>
<p>I thought off the next:</p>
<p>list:<br />
listindex+variable, var var var</p>
<p>1gain, 4 5 2;<br />
1Q, 3 8 9;<br />
2gain, 2 3 8;<br />
2freq, 7 7 4;<br />
3Q, 2 9 8;<br />
3freq, 7 8 9;<br />
etc..</p>
<p>But for this case its needed to set the argument of route, so i can set de route for each b-patcher seperatly via an argument. 1gain, 2gain, 3gain etc&#8230; but it doenst seem possible to set the argument of route.</p>
<p>is there another way to accomplish the same?</p>
<p>thanks,</p>
<p>poul</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/set-argument-for-route-3/#post-105110</guid>
					<title><![CDATA[Re: Set argument for [route]]]></title>
					<link>http://cycling74.com/forums/topic/set-argument-for-route-3/#post-105110</link>
					<pubDate>Sat, 26 May 2007 10:44:59 +0000</pubDate>
					<dc:creator>Mathieu Chamagne</dc:creator>

					<description>
						<![CDATA[
						<p>route #1gain #1Q  #1freq</p>
<p>+set the first argument of your bpatcher to a unique id (in it&#8217;s  <br />
inspector)<br />
so<br />
route in the bpatcher with argument 1 will be set to : route 1gain  <br />
1Q  1freq<br />
route in the bpatcher with argument 1 will be set to : route 2gain  <br />
2Q  2freq<br />
&#8230;</p>
<p>
Mathieu</p>
<p><a href="http://www.maxobjects.com" rel="nofollow">http://www.maxobjects.com</a></p>
<p><a href="http://mathieu.chamagne.free.fr" rel="nofollow">http://mathieu.chamagne.free.fr</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/set-argument-for-route-3/#post-105111</guid>
					<title><![CDATA[Re: Set argument for [route]]]></title>
					<link>http://cycling74.com/forums/topic/set-argument-for-route-3/#post-105111</link>
					<pubDate>Sat, 26 May 2007 11:18:59 +0000</pubDate>
					<dc:creator>sono</dc:creator>

					<description>
						<![CDATA[
						<p>its a bit more complicated than that because the symbols &#8220;gain&#8221; and &#8220;Q&#8221; are also variables and arguments..</p>
<p>but</p>
<p>i already figured it out myself. writing one big list in a coll that gets devided into other colls, one per bpatcher.</p>
<p>thanks anyway!!</p>
<p>poul</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/set-argument-for-route-3/#post-105112</guid>
					<title><![CDATA[Re: Set argument for [route]]]></title>
					<link>http://cycling74.com/forums/topic/set-argument-for-route-3/#post-105112</link>
					<pubDate>Sat, 26 May 2007 20:11:52 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>
note that route takes lists too &#8211; and strips off the first <br />
element in list on its output.</p>
<p>so you could create custom lists like &#8220;filter1 300&#8243; to be<br />
able to use [route filter1 filter2 filter3] to route int &#8220;300&#8243;.</p>
<p>if you want a dynamic route object, make an abstraction yourself.<br />
[gate] is your friend here</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

