<?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: Fade-in and Fade-out</title>
		<atom:link href="http://cycling74.com/forums/topic/fade-in-and-fade-out/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/fade-in-and-fade-out/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 17:29:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/fade-in-and-fade-out/#post-35691</guid>
					<title><![CDATA[Fade-in and Fade-out]]></title>
					<link>http://cycling74.com/forums/topic/fade-in-and-fade-out/#post-35691</link>
					<pubDate>Wed, 06 Feb 2008 21:15:58 +0000</pubDate>
					<dc:creator>KlAnGfArBeN</dc:creator>

					<description>
						<![CDATA[
						<p>I am a newbie to the Max/MSP world.  I am trying to figure out how to create a simple fade-in and fade-out that I can attach to buffers as they playback, to avoid unwanted artifacts or clipping. <br />
Any suggestions?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/fade-in-and-fade-out/#post-121956</guid>
					<title><![CDATA[Re: Fade-in and Fade-out]]></title>
					<link>http://cycling74.com/forums/topic/fade-in-and-fade-out/#post-121956</link>
					<pubDate>Wed, 06 Feb 2008 21:38:57 +0000</pubDate>
					<dc:creator>(karrrlo)</dc:creator>

					<description>
						<![CDATA[
						<p>check the [line~] object <br />
here is a little fade-in example, i let you figure out the fade-out ;)</p>
<p>
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P comment 241 118 100 196617 bang to fade;<br />
#P newex 156 164 61 196617 cycle~ 440;<br />
#P message 240 219 56 196617 $1 , $2 $3;<br />
#P button 240 132 15 0;<br />
#P number 310 172 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 240 197 81 196617 pack 0. 1. 1000;<br />
#P user ezdac~ 126 347 170 380 0;<br />
#P user scope~ 214 306 396 368 256 3 128 -1. 1. 0 0. 0 0. 102 255 51 135 135 135 0;<br />
#P newex 215 264 35 196617 *~ 0.;<br />
#P newex 240 242 84 196617 line~;<br />
#P comment 311 154 100 196617 set fade time here;<br />
#P connect 6 0 5 2;<br />
#P connect 7 0 5 0;<br />
#P connect 5 0 8 0;<br />
#P connect 2 0 4 0;<br />
#P connect 2 0 4 1;<br />
#P connect 2 0 3 0;<br />
#P connect 9 0 2 0;<br />
#P connect 8 0 1 0;<br />
#P connect 1 0 2 1;<br />
#P window clipboard copycount 11;</p>
<p>Quote: KlAnGfArBeN wrote on Wed, 06 February 2008 22:15<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> I am a newbie to the Max/MSP world.  I am trying to figure out how to create a simple fade-in and fade-out that I can attach to buffers as they playback, to avoid unwanted artifacts or clipping. <br />
> Any suggestions?<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/fade-in-and-fade-out/#post-121957</guid>
					<title><![CDATA[Re: Fade-in and Fade-out]]></title>
					<link>http://cycling74.com/forums/topic/fade-in-and-fade-out/#post-121957</link>
					<pubDate>Wed, 06 Feb 2008 21:52:00 +0000</pubDate>
					<dc:creator>KlAnGfArBeN</dc:creator>

					<description>
						<![CDATA[
						<p>thanks a lot. The pack object is what I was missing.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/fade-in-and-fade-out/#post-121958</guid>
					<title><![CDATA[Re: Fade-in and Fade-out]]></title>
					<link>http://cycling74.com/forums/topic/fade-in-and-fade-out/#post-121958</link>
					<pubDate>Wed, 06 Feb 2008 21:55:18 +0000</pubDate>
					<dc:creator>Chris Muir</dc:creator>

					<description>
						<![CDATA[
						<p>
On Feb 6, 2008, at 1:15 PM, Christian G. wrote:</p>
<p>><br />
> I am a newbie to the Max/MSP world.  I am trying to figure out how  <br />
> to create a simple fade-in and fade-out that I can attach to buffers  <br />
> as they playback, to avoid unwanted artifacts or clipping.<br />
> Any suggestions?</p>
<p>*~ can act as the gain element, and line~ can act as the envelope.  <br />
There are lots of ways to do this sort of thing.</p>
<p>-C</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/fade-in-and-fade-out/#post-121959</guid>
					<title><![CDATA[Re: Fade-in and Fade-out]]></title>
					<link>http://cycling74.com/forums/topic/fade-in-and-fade-out/#post-121959</link>
					<pubDate>Thu, 07 Feb 2008 07:17:20 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>Christian G. schrieb:<br />
> I am a newbie to the Max/MSP world.  I am trying to figure out how to<br />
> create a simple fade-in and fade-out that I can attach to buffers as<br />
> they playback, to avoid unwanted artifacts or clipping. Any<br />
> suggestions? </p>
<p>The most simple one is trapezoid~ if you play back with groove~, but it <br />
will get more complicated if you want to play loops&#8230; (Then adsr~ or <br />
line~ with some extra logic is better&#8230;)</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 59 217 85 196617 *~;<br />
#P newex 134 190 107 196617 trapezoid~ 0.05 0.95;<br />
#P newex 59 164 85 196617 groove~ myBuf;<br />
#P connect 1 0 2 1;<br />
#P connect 0 0 2 0;<br />
#P connect 0 1 1 0;<br />
#P window clipboard copycount 3;</p>
<p>Stefan</p>
<p>&#8211; <br />
Stefan Tiedje&#8212;&#8212;&#8212;&#8212;x&#8212;&#8212;-<br />
&#8211;_____&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8211;(_|_ &#8212;-|&#8212;&#8211;|&#8212;&#8211;()&#8212;&#8212;-<br />
&#8211; _|_)&#8212;-|&#8212;&#8211;()&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8212;&#8212;&#8212;-()&#8212;&#8212;&#8211;www.ccmix.com</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

