<?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: creating exponential data beyond scale object</title>
		<atom:link href="http://cycling74.com/forums/topic/creating-exponential-data-beyond-scale-object/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/creating-exponential-data-beyond-scale-object/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 03:17:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/creating-exponential-data-beyond-scale-object/#post-26312</guid>
					<title><![CDATA[creating exponential data beyond scale object]]></title>
					<link>http://cycling74.com/forums/topic/creating-exponential-data-beyond-scale-object/#post-26312</link>
					<pubDate>Tue, 06 Jun 2006 03:46:59 +0000</pubDate>
					<dc:creator>Bruce mowson</dc:creator>

					<description>
						<![CDATA[
						<p>dear readers,</p>
<p>I&#8217;d like to use the random object to select frequencies. Ideally, I would like to heavily favour the low and mid range, and have a reduced likelyhood of returning high frequecies &#8211; say 1000+.</p>
<p>I&#8217;ve tried using the random number generator in conjunction with a scale object, with a exponential argument of 1.0003 or something such. The output, however, is very coarse, and I&#8217;m having difficulty achiving a smooth selection which favours the lower registers.</p>
<p>If you can suggest some other methods to scale number series, please let me know.</p>
<p>best,</p>
<p>Bruce</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/creating-exponential-data-beyond-scale-object/#post-78422</guid>
					<title><![CDATA[Re: creating exponential data beyond scale object]]></title>
					<link>http://cycling74.com/forums/topic/creating-exponential-data-beyond-scale-object/#post-78422</link>
					<pubDate>Tue, 06 Jun 2006 04:07:10 +0000</pubDate>
					<dc:creator>Peter McCulloch</dc:creator>

					<description>
						<![CDATA[
						<p>Here&#8217;s something you might try.  Personally, I find the exponential <br />
mode of scale to be practically useless except for a few predefined <br />
tasks because it&#8217;s hard to figure out the relationship.  I have an <br />
abstraction called PM.Recurve for things like this that is basically</p>
<p>inlet<br />
|<br />
scale Val1 Val2 0. 1.<br />
|<br />
pow 1. 	(adjustable)<br />
|<br />
scale 0. 1. Val1 Val2<br />
|<br />
outlet</p>
<p>For what you want, you might try:</p>
<p>random 1000<br />
|<br />
* 0.001<br />
|<br />
pow 2.	(skew towards bottom)<br />
|<br />
scale 0. 1. 24. 96.	(set high and low midi notes of range)<br />
|<br />
round 	(optional)<br />
|<br />
mtof</p>
<p>Peter McCulloch</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/creating-exponential-data-beyond-scale-object/#post-78423</guid>
					<title><![CDATA[Re: creating exponential data beyond scale object]]></title>
					<link>http://cycling74.com/forums/topic/creating-exponential-data-beyond-scale-object/#post-78423</link>
					<pubDate>Tue, 06 Jun 2006 08:30:16 +0000</pubDate>
					<dc:creator>Peter Castine</dc:creator>

					<description>
						<![CDATA[
						<p>You could use lp.shhh together with scale or lp.scampf. Lp.shhh  <br />
produces random values in the range [0 .. 1] with zero granularity.</p>
<p>More to the point would be to use lp.expo or similar. Expo gives you  <br />
an exponential distribution, which seems to be what you&#8217;re after.</p>
<p>Lp.shhh and lp.scampf are in the free Litter Start Pack; lp.expo is  <br />
part of the Litter Pro Bundle. I would attach a histogram or two to  <br />
show what the distributions look like, but forum readers wouldn&#8217;t see  <br />
them.</p>
<p>Best,<br />
Peter</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;    <a href="http://www.bek.no/~pcastine/Litter/" rel="nofollow">http://www.bek.no/~pcastine/Litter/</a>    &#8212;&#8212;&#8212;&#8212;-<br />
Peter Castine             +&#8211;> Litter Power &#038; Litter Bundle for Jitter</p>
<p>iCE:  Sequencing,  Recording &#038;                   |home    | chez nous|<br />
       Interface  Building  for                   |bei uns |  i nostri|<br />
       Max/MSP   Extremely cool                   <a href="http://www.castine.de" rel="nofollow">http://www.castine.de</a></p>
<p><a href="http://www.dspaudio.com/" rel="nofollow">http://www.dspaudio.com/</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

