<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Modartt user forum - Random speed, what is it for?]]></title>
		<link>https://forum.modartt.com/viewtopic.php?id=3352</link>
		<description><![CDATA[The most recent posts in Random speed, what is it for?.]]></description>
		<lastBuildDate>Thu, 12 Jun 2014 12:36:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Random speed, what is it for?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=932638#p932638</link>
			<description><![CDATA[<div class="quotebox"><cite>beakybird wrote:</cite><blockquote><p>Nice explanation, except as there are four digits, and that makes 10,000 variations for Random Seed, not 1000.</p></blockquote></div><p>I didn&#039;t say there were a thousand values of random seed. I said that if you set a particular value of random seed for a random number generator and then generate a sequence of 1000 values from it you will always get the same sequence. If you select a different value of random seed you will get a different set, and so on. I don&#039;t know how many values Modartt generate from&nbsp; particular seed value. It may well be more than 1000 because there are multiple parameters for each note on the keyboard.</p>]]></description>
			<author><![CDATA[null@example.com (johng)]]></author>
			<pubDate>Thu, 12 Jun 2014 12:36:36 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=932638#p932638</guid>
		</item>
		<item>
			<title><![CDATA[Re: Random speed, what is it for?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=932637#p932637</link>
			<description><![CDATA[<div class="quotebox"><cite>stamkorg wrote:</cite><blockquote><p>So there is no logical order here, right?</p><p>We can not say that 2000 is something more than 1800, but just different, am I right?</p></blockquote></div><p>That&#039;s correct.</p>]]></description>
			<author><![CDATA[null@example.com (johng)]]></author>
			<pubDate>Thu, 12 Jun 2014 12:30:20 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=932637#p932637</guid>
		</item>
		<item>
			<title><![CDATA[Re: Random speed, what is it for?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=932636#p932636</link>
			<description><![CDATA[<div class="quotebox"><cite>EvilDragon wrote:</cite><blockquote><p>It&#039;s not &quot;speed&quot;, it&#039;s &quot;seed&quot;.</p><p><a href="http://en.wikipedia.org/wiki/Random_seed">http://en.wikipedia.org/wiki/Random_seed</a></p></blockquote></div><p>You are right, sorry...</p><p>So there is no logical order here, right?</p><p>We can not say that 2000 is something more than 1800, but just different, am I right?</p>]]></description>
			<author><![CDATA[null@example.com (stamkorg)]]></author>
			<pubDate>Thu, 12 Jun 2014 12:27:22 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=932636#p932636</guid>
		</item>
		<item>
			<title><![CDATA[Re: Random speed, what is it for?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=932635#p932635</link>
			<description><![CDATA[<div class="quotebox"><cite>johng wrote:</cite><blockquote><div class="quotebox"><cite>stamkorg wrote:</cite><blockquote><p>But, the &quot;random speed&quot;, what is it for?<br />There are only poor informations on the manual and I can&#039;t hear a great diference when I change the values.</p><p>Thanks in advance,</p><p>SK</p></blockquote></div><p>As EvilDragon says, it&#039;s &quot;random seed&quot;, not &quot;random speed&quot;. The help text states that changing this parameter &quot;allows you to enjoy thousands of broken instrument variations&quot;. I presume this means that, for a given position of the condition slider, each setting of the random seed parameter will result in a different set of perturbations to the model parameters. It doesn&#039;t mean the instrument will sound more worn out or less worn out, just different, but of course this may not be audibly apparent without very careful comparison.</p><p>I assume that Modartt uses what&#039;s called a &quot;pseudo random number generator&quot; to generate random deviations from the preset values for each model parameter. These algorithms are based on a seed value. For example, if you start from a particular seed value and then use the algorithm to generate a sequence of 1000 &quot;random&quot; numbers you will always end up with the same sequence of 1000 numbers.&nbsp; Changing the seed value enables you to generate a different set of apparently random values. In many computer applications the random seed is generated based on date and time of day. Modartt&#039;s approach means that if you generate a particular broken instrument that you like you can save the &quot;random seed&quot; and &quot;wear and tear&quot; parameter values and restore them at a later date to reproduce the same instrument !</p></blockquote></div><p>Nice explanation, except as there are four digits, and that makes 10,000 variations for Random Seed, not 1000.</p>]]></description>
			<author><![CDATA[null@example.com (beakybird)]]></author>
			<pubDate>Thu, 12 Jun 2014 11:41:07 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=932635#p932635</guid>
		</item>
		<item>
			<title><![CDATA[Re: Random speed, what is it for?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=932634#p932634</link>
			<description><![CDATA[<div class="quotebox"><cite>stamkorg wrote:</cite><blockquote><p>But, the &quot;random speed&quot;, what is it for?<br />There are only poor informations on the manual and I can&#039;t hear a great diference when I change the values.</p><p>Thanks in advance,</p><p>SK</p></blockquote></div><p>As EvilDragon says, it&#039;s &quot;random seed&quot;, not &quot;random speed&quot;. The help text states that changing this parameter &quot;allows you to enjoy thousands of broken instrument variations&quot;. I presume this means that, for a given position of the condition slider, each setting of the random seed parameter will result in a different set of perturbations to the model parameters. It doesn&#039;t mean the instrument will sound more worn out or less worn out, just different, but of course this may not be audibly apparent without very careful comparison.</p><p>I assume that Modartt uses what&#039;s called a &quot;pseudo random number generator&quot; to generate random deviations from the preset values for each model parameter. These algorithms are based on a seed value. For example, if you start from a particular seed value and then use the algorithm to generate a sequence of 1000 &quot;random&quot; numbers you will always end up with the same sequence of 1000 numbers.&nbsp; Changing the seed value enables you to generate a different set of apparently random values. In many computer applications the random seed is generated based on date and time of day. Modartt&#039;s approach means that if you generate a particular broken instrument that you like you can save the &quot;random seed&quot; and &quot;wear and tear&quot; parameter values and restore them at a later date to reproduce the same instrument !</p>]]></description>
			<author><![CDATA[null@example.com (johng)]]></author>
			<pubDate>Thu, 12 Jun 2014 10:36:02 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=932634#p932634</guid>
		</item>
		<item>
			<title><![CDATA[Re: Random speed, what is it for?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=932633#p932633</link>
			<description><![CDATA[<p>It&#039;s not &quot;speed&quot;, it&#039;s &quot;seed&quot;.</p><p><a href="http://en.wikipedia.org/wiki/Random_seed">http://en.wikipedia.org/wiki/Random_seed</a></p>]]></description>
			<author><![CDATA[null@example.com (EvilDragon)]]></author>
			<pubDate>Thu, 12 Jun 2014 10:05:36 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=932633#p932633</guid>
		</item>
		<item>
			<title><![CDATA[Random speed, what is it for?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=932632#p932632</link>
			<description><![CDATA[<p>Hi,</p><p>I discovered the &quot;condition&quot; window.<br />There are 2 options. The first one has a very clear effect on the &quot;piano state&quot;, from perfect to worst, in simple words.</p><p>But, the &quot;random speed&quot;, what is it for?<br />There are only poor informations on the manual and I can&#039;t hear a great diference when I change the values.</p><p>Thanks in advance,</p><p>SK</p>]]></description>
			<author><![CDATA[null@example.com (stamkorg)]]></author>
			<pubDate>Thu, 12 Jun 2014 08:37:26 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=932632#p932632</guid>
		</item>
	</channel>
</rss>
