<?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: create an [dac~ 1 2 3 4 5] etc. with JavaScript</title>
		<atom:link href="http://cycling74.com/forums/topic/create-an-dac-1-2-3-4-5-etc-with-javascript/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/create-an-dac-1-2-3-4-5-etc-with-javascript/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 16:32:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/create-an-dac-1-2-3-4-5-etc-with-javascript/#post-63525</guid>
					<title><![CDATA[create an [dac~ 1 2 3 4 5] etc. with JavaScript]]></title>
					<link>http://cycling74.com/forums/topic/create-an-dac-1-2-3-4-5-etc-with-javascript/#post-63525</link>
					<pubDate>Mon, 10 Dec 2012 13:00:51 +0000</pubDate>
					<dc:creator>kraftwerk</dc:creator>

					<description>
						<![CDATA[
						<p>Hi all,</p>
<p>would it be possible to create the [dac~] object with a certain output configuration dynamically in JavaScript?<br />
For instance, if I had a given number (23 channels) &#8211; how would the JS code look like to create the dac~ with the appropriate arguments 1 2 3 .. 23 ?</p>
<p>Thanks in advance</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/create-an-dac-1-2-3-4-5-etc-with-javascript/#post-229011</guid>
					<title><![CDATA[Re: create an [dac~ 1 2 3 4 5] etc. with JavaScript]]></title>
					<link>http://cycling74.com/forums/topic/create-an-dac-1-2-3-4-5-etc-with-javascript/#post-229011</link>
					<pubDate>Mon, 10 Dec 2012 13:31:56 +0000</pubDate>
					<dc:creator>leafcutter</dc:creator>

					<description>
						<![CDATA[
						<p>That JS already exists, look in the JS examples for &#8216;scriptnewdefault&#8217;.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/create-an-dac-1-2-3-4-5-etc-with-javascript/#post-229012</guid>
					<title><![CDATA[Re: create an [dac~ 1 2 3 4 5] etc. with JavaScript]]></title>
					<link>http://cycling74.com/forums/topic/create-an-dac-1-2-3-4-5-etc-with-javascript/#post-229012</link>
					<pubDate>Mon, 10 Dec 2012 14:46:51 +0000</pubDate>
					<dc:creator>kraftwerk</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks I got it now. The trick is to pack all the arguments that would be part of the &#8220;newdefault()&#8221; command for instance into an array and then just call newdefault(array). The indices of [dac~1 2 3..] can be assigned in a for- loop.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

