<?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: Three Beginner Questions</title>
		<atom:link href="http://cycling74.com/forums/topic/three-beginner-questions/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/three-beginner-questions/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 22:19:59 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/three-beginner-questions/#post-42872</guid>
					<title><![CDATA[Three Beginner Questions]]></title>
					<link>http://cycling74.com/forums/topic/three-beginner-questions/#post-42872</link>
					<pubDate>Sun, 15 Mar 2009 23:12:26 +0000</pubDate>
					<dc:creator>ComfortableInClouds</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, so I am not a very experienced programmer, but have been learning to develop Max externals in a course I am taking. There&#8217;s a few things I am trying to figure out in writing my own externals that I hoped the people on this forum could help me with:</p>
<p>1. In one object I am building, I have separate clocks for each outlet. When calling the clock_function, how can I specify which clock/outlet to call? I have tried putting that information into a variable in my object&#8217;s struct, but prolems arise when multiple clock_functions are modifying that variable at the same time.</p>
<p>2. How do I create anti-aliased wavetables for saw, square and triangle waveforms? I have tried creating them by running each value in the wavetable through a two pole, two zero low pass filter at 20 kHz (coefficents determined through the [filtergraph~] object), with no luck. I also tried implementing the mathematic formulas found here:</p>
<p><a href="http://www.music.mcgill.ca/~dasilva/mumt307/week5/bandlimited.html#SECTION00025000000000000000">http://www.music.mcgill.ca/~dasilva/mumt307/week5/bandlimited.html#SECTION00025000000000000000</a></p>
<p>only up to the kth partial (where k * f < Nyquist frequency). Also no luck.</p>
</p><p>
3. How do I link an array of values to a [buffer~] object?</p>
<p>
Thanks for any help. I look forward to your replies.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/three-beginner-questions/#post-153465</guid>
					<title><![CDATA[Re: Three Beginner Questions]]></title>
					<link>http://cycling74.com/forums/topic/three-beginner-questions/#post-153465</link>
					<pubDate>Mon, 16 Mar 2009 11:13:44 +0000</pubDate>
					<dc:creator>Mattijs</dc:creator>

					<description>
						<![CDATA[
						<p>Hi CiC,</p>
<p>It seems to me that your second question doesn&#8217;t necessarily relate to max external development but to dsp programming in general, which usually takes a lot of time to get into. <a href="http://www.musicdsp.org/">http://www.musicdsp.org/</a> might be of some help there.</p>
<p>Greets,<br />
Mattijs</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/three-beginner-questions/#post-153466</guid>
					<title><![CDATA[Re: Three Beginner Questions]]></title>
					<link>http://cycling74.com/forums/topic/three-beginner-questions/#post-153466</link>
					<pubDate>Mon, 16 Mar 2009 16:14:37 +0000</pubDate>
					<dc:creator>ComfortableInClouds</dc:creator>

					<description>
						<![CDATA[
						<p>thanks matt, that seems like a valuable resource.</p>
<p>i should elaborate on my first question: basically, i ahve X number of inlets, and X number of outlets. When a bang is received in an inlet, a variable number of bangs are output the corresponding outlet. However, when multiple bangs are received in multiple inlets at the same time, the variable in my main object&#8217;s struct where i store the inlet number (my clock function then uses this to determine what outlet to output bangs from) gets overwritten so only the last value received gets output. what can i do to prevent this?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/three-beginner-questions/#post-153467</guid>
					<title><![CDATA[Re: Three Beginner Questions]]></title>
					<link>http://cycling74.com/forums/topic/three-beginner-questions/#post-153467</link>
					<pubDate>Tue, 17 Mar 2009 02:17:11 +0000</pubDate>
					<dc:creator>ComfortableInClouds</dc:creator>

					<description>
						<![CDATA[
						<p>i found out the answer to my first question: I needed to create a separate struct for a clock/outlet pair, then create an array of these structs within my main struct.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

