<?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: Auto Feedback?</title>
		<atom:link href="http://cycling74.com/forums/topic/auto-feedback/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/auto-feedback/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 03:37:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/auto-feedback/#post-32047</guid>
					<title><![CDATA[Auto Feedback?]]></title>
					<link>http://cycling74.com/forums/topic/auto-feedback/#post-32047</link>
					<pubDate>Wed, 23 May 2007 14:20:27 +0000</pubDate>
					<dc:creator>Mrboni</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,  does anyone know how I would go about making an auto-feedback system similar to the &#8216;feedback network&#8217; Pluggo.</p>
<p>It would need to turn down a gain control slightly once a threshold level was reached, wait a set time, then gradually increase the gain again.</p>
<p>I imagine one could use the avg~ object to keep an eye on the level but I&#8217;m not quite sure about the rest.</p>
<p>Helpful thoughts much appreciated.</p>
<p>Thanks<br />
Will</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-feedback/#post-104837</guid>
					<title><![CDATA[Re: Auto Feedback?]]></title>
					<link>http://cycling74.com/forums/topic/auto-feedback/#post-104837</link>
					<pubDate>Wed, 23 May 2007 14:44:42 +0000</pubDate>
					<dc:creator>Owen Green</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Will,</p>
<p>Check out the thresh~ object, for starters.</p>
<p>&#8211; <br />
Owen</p>
<p>Will Young wrote:<br />
> Hi,  does anyone know how I would go about making an auto-feedback<br />
> system similar to the &#8216;feedback network&#8217; Pluggo.<br />
> <br />
> It would need to turn down a gain control slightly once a threshold<br />
> level was reached, wait a set time, then gradually increase the gain<br />
> again.<br />
> <br />
> I imagine one could use the avg~ object to keep an eye on the level<br />
> but I&#8217;m not quite sure about the rest.<br />
> <br />
> Helpful thoughts much appreciated.<br />
> <br />
> Thanks Will _______________________________________________ maxmsp<br />
> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-feedback/#post-104838</guid>
					<title><![CDATA[Re: Auto Feedback?]]></title>
					<link>http://cycling74.com/forums/topic/auto-feedback/#post-104838</link>
					<pubDate>Wed, 23 May 2007 18:16:44 +0000</pubDate>
					<dc:creator>Peter McCulloch</dc:creator>

					<description>
						<![CDATA[
						<p>Sounds like a compressor with a negative knee.  Lots of ways to build <br />
this; here&#8217;s a simple one.  I&#8217;ve found that omx.comp~ is also effective <br />
for matrix style feedbacks.</p>
<p>Peter McCulloch</p>
<p>max v2;<br />
#N vpatcher 10 59 718 759;<br />
#P window setfont &#8220;Sans Serif&#8221; 12.;<br />
#P flonum 341 98 35 12 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P flonum 288 98 35 12 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P user scope~ 188 403 318 533 256 3 128 -60. 0. 0 0. 0 0. 102 255 51 <br />
135 135 135 0;<br />
#P user ezdac~ 43 634 87 667 0;<br />
#P user gain~ 57 488 24 100 158 0 1.071519 7.94321 10.;<br />
#P comment 389 160 153 196620 turn down gain (dB);<br />
#P comment 249 311 129 196620 base amplitude (dB);<br />
#P flonum 348 159 35 12 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P window linecount 3;<br />
#P comment 303 253 322 196620 < --- you could use change~ and clip~ 0. <br />
1. if you only wanted it when it went high , rather than continuing on <br />
while the signal is above the threshold;<br />
#P window linecount 1;<br />
#P newex 119 215 116 196620 thresh~ -20. -10.;<br />
#P newex 57 90 27 196620 +~;<br />
#P newex 57 52 27 196620 IO;<br />
#P newex 119 392 52 196620 dbtoa~;<br />
#P newex 119 355 166 196620 rampsmooth~ 800 11025;<br />
#P newex 190 306 51 196620 sig~ 0.;<br />
#P newex 119 305 46 196620 *~ -6.;<br />
#P newex 57 451 27 196620 *~;<br />
#P newex 119 177 52 196620 atodb~;<br />
#P newex 119 133 130 196620 average~ 2000 rms;<br />
#P comment 299 360 262 196620 fast attack of negative gain , slow <br />
release;<br />
#P connect 15 0 16 0;<br />
#P connect 8 0 9 0;<br />
#P connect 9 0 3 0;<br />
#P connect 3 0 15 0;<br />
#P connect 8 1 9 1;<br />
#P connect 7 0 3 1;<br />
#P connect 15 0 16 1;<br />
#P connect 9 0 1 0;<br />
#P connect 1 0 2 0;<br />
#P connect 2 0 10 0;<br />
#P connect 10 0 4 0;<br />
#P connect 4 0 6 0;<br />
#P connect 5 0 6 0;<br />
#P connect 6 0 7 0;<br />
#P connect 12 0 4 1;<br />
#P connect 18 0 10 1;<br />
#P connect 6 0 17 0;<br />
#P connect 19 0 10 2;<br />
#P pop;</p>
<p>
On May 23, 2007, at 10:20 AM, Will Young wrote:</p>
<p>><br />
> Hi,  does anyone know how I would go about making an auto-feedback <br />
> system similar to the &#8216;feedback network&#8217; Pluggo.<br />
><br />
> It would need to turn down a gain control slightly once a threshold <br />
> level was reached, wait a set time, then gradually increase the gain <br />
> again.<br />
><br />
> I imagine one could use the avg~ object to keep an eye on the level <br />
> but I&#8217;m not quite sure about the rest.<br />
><br />
> Helpful thoughts much appreciated.<br />
><br />
> Thanks<br />
> Will<br />
><br />
><br />
<a href="http://www.petermcculloch.com" rel="nofollow">http://www.petermcculloch.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-feedback/#post-104839</guid>
					<title><![CDATA[Re: Auto Feedback?]]></title>
					<link>http://cycling74.com/forums/topic/auto-feedback/#post-104839</link>
					<pubDate>Thu, 24 May 2007 01:00:02 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>
a simple feedback loop would be this:</p>
<p>make a tapping delay with feedback, put the feedback<br />
value on 0.999998, then put a limiter in the feedback path.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

