<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A case for 64 bit Windows</title>
	<atom:link href="http://www.noelborthwick.com/minidump/2009/12/a-case-for-64-bit-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noelborthwick.com/minidump/2009/12/a-case-for-64-bit-windows/</link>
	<description>Noel Borthwick's weblog</description>
	<lastBuildDate>Fri, 23 Dec 2011 20:07:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Create Digital Music &#187; The Most Out of Windows 7: Choosing and Optimizing Windows for Music</title>
		<link>http://www.noelborthwick.com/minidump/2009/12/a-case-for-64-bit-windows/comment-page-1/#comment-3823</link>
		<dc:creator>Create Digital Music &#187; The Most Out of Windows 7: Choosing and Optimizing Windows for Music</dc:creator>
		<pubDate>Wed, 04 Aug 2010 16:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.noelborthwick.com/minidump/?p=302#comment-3823</guid>
		<description>[...] http://www.noelborthwick.com/minidump/2009/12/a-case-for-64-bit-windows/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.noelborthwick.com/minidump/2009/12/a-case-for-64-bit-windows/" rel="nofollow">http://www.noelborthwick.com/minidump/2009/12/a-case-for-64-bit-windows/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SONAR 8.5 / Intel Core I7 / Windows 7 X64 &#8211; a heavenly trilogy for DAW users &#8212; : NOEL BORTHWICK WEBSITE : Minidump</title>
		<link>http://www.noelborthwick.com/minidump/2009/12/a-case-for-64-bit-windows/comment-page-1/#comment-3799</link>
		<dc:creator>SONAR 8.5 / Intel Core I7 / Windows 7 X64 &#8211; a heavenly trilogy for DAW users &#8212; : NOEL BORTHWICK WEBSITE : Minidump</dc:creator>
		<pubDate>Wed, 06 Jan 2010 13:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.noelborthwick.com/minidump/?p=302#comment-3799</guid>
		<description>[...] For the operating system Windows 7 X64 was a no brainer choice. During the SONAR 8.5 cycle we tested SONAR with beta and RC versions of Windows 7 and addressed all known compatibility issues.  We also found that the kernel enhancements in Win7 to be complimentary to a lot of the optimizations we did in SONAR itself. I chose the Professional SKU because I wanted some of the extra&#8217;s like the XP compatibility mode and remote desktop host. More Windows 7 resources and some articles I contributed to can be found here and in this Create Digital Music article. Installing the 64 bit version was also an easy choice since I wanted 6GB of RAM. There are also other benefits to a 64 bit OS even if you are primarily running 32 bit applications as outlined in this blog post. [...]</description>
		<content:encoded><![CDATA[<p>[...] For the operating system Windows 7 X64 was a no brainer choice. During the SONAR 8.5 cycle we tested SONAR with beta and RC versions of Windows 7 and addressed all known compatibility issues.  We also found that the kernel enhancements in Win7 to be complimentary to a lot of the optimizations we did in SONAR itself. I chose the Professional SKU because I wanted some of the extra&#8217;s like the XP compatibility mode and remote desktop host. More Windows 7 resources and some articles I contributed to can be found here and in this Create Digital Music article. Installing the 64 bit version was also an easy choice since I wanted 6GB of RAM. There are also other benefits to a 64 bit OS even if you are primarily running 32 bit applications as outlined in this blog post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noel</title>
		<link>http://www.noelborthwick.com/minidump/2009/12/a-case-for-64-bit-windows/comment-page-1/#comment-3796</link>
		<dc:creator>Noel</dc:creator>
		<pubDate>Mon, 28 Dec 2009 13:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.noelborthwick.com/minidump/?p=302#comment-3796</guid>
		<description>Hi Frans,

Yes, using a double precisicion (64 bit) audio stream on a 64 bit capable reverb will generate audibly smoother tails. Thats a common benefit.

Some clarifications: Its important to understand the distinction between 64 bit &lt;strong&gt;math&lt;/strong&gt; VS 64 bit &lt;strong&gt;addressing&lt;/strong&gt;.
Any 32 or 62 bit process on both 32-bit and 64-bit operating systems and are capable of doing 64-bit &lt;strong&gt;math&lt;/strong&gt;, but only a 64 bit operating system can do 64-bit &lt;strong&gt;addressing&lt;/strong&gt;, as shown in the table below.


&lt;strong&gt;--------------------------------------- 64-bit-math -------- 64-bit-addressing --------- FPU benefits&lt;/strong&gt;

X64, 64bit process ..................... x .............................. x ................................... x
X64, 32bit process ..................... x 
X86, 32bit process ..................... x 

On a X64 OS and running a native 64 bit application you get the maximum performance benefit when doing 64 bit math due to the extra 64 bit FPU registers. Note however that there is no SONIC benefit by using a 64 bit application. i.e. assuming your computer has the horse power to process all the 64 bit audio streams it should sound bit identical to a 32 bit OS/App doing the same. You can verify this for yourself by rendering audio to a wave from both platforms and then doing a phase inversion test on the results from both.</description>
		<content:encoded><![CDATA[<p>Hi Frans,</p>
<p>Yes, using a double precisicion (64 bit) audio stream on a 64 bit capable reverb will generate audibly smoother tails. Thats a common benefit.</p>
<p>Some clarifications: Its important to understand the distinction between 64 bit <strong>math</strong> VS 64 bit <strong>addressing</strong>.<br />
Any 32 or 62 bit process on both 32-bit and 64-bit operating systems and are capable of doing 64-bit <strong>math</strong>, but only a 64 bit operating system can do 64-bit <strong>addressing</strong>, as shown in the table below.</p>
<p><strong>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; 64-bit-math &#8212;&#8212;&#8211; 64-bit-addressing &#8212;&#8212;&#8212; FPU benefits</strong></p>
<p>X64, 64bit process &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230; x &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230; x &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.. x<br />
X64, 32bit process &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230; x<br />
X86, 32bit process &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230; x </p>
<p>On a X64 OS and running a native 64 bit application you get the maximum performance benefit when doing 64 bit math due to the extra 64 bit FPU registers. Note however that there is no SONIC benefit by using a 64 bit application. i.e. assuming your computer has the horse power to process all the 64 bit audio streams it should sound bit identical to a 32 bit OS/App doing the same. You can verify this for yourself by rendering audio to a wave from both platforms and then doing a phase inversion test on the results from both.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frans van den Berge</title>
		<link>http://www.noelborthwick.com/minidump/2009/12/a-case-for-64-bit-windows/comment-page-1/#comment-3795</link>
		<dc:creator>Frans van den Berge</dc:creator>
		<pubDate>Mon, 28 Dec 2009 11:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.noelborthwick.com/minidump/?p=302#comment-3795</guid>
		<description>My ears told me that when I use 64bit on a REVERB (and the reverb supports this....) (Sonar 7,8,8.5 does native 64bit (even on 32bit (the audio pipeline uses double accurracy (if selected) (This is available in Sonar 64bit and Sonar 32bit) it sounds more reall. I assume this is because reverbs are numbers crunched with your 24bit audio data wich can lead to long numbers. The longer those numbers the more accurate the &quot;reverbtail&quot;. And because a native 64bit computer probably needs &quot;less resources&quot; (I mean in a 32bit you call it ; &quot;double precision&quot; In a 64bit it&#039;s just .... native resolution?) it stays a snappy OS even when playing back an intensive project....

Anyway, a 64bit platform wants much more RAM and the coming combination of 4/8/16GB ram in a mainstream DAW together with Solid State Disks will lead to snappier OS&#039;es and the artist will have the ability to monitor from within the DAW because of fast real time processing so the listener/performer does not notice latencies. So prices drop and the customer will smile.

With the new Lexicon PCM VST plugin I wonder if people will notice &quot;better tails&quot; on a 64bit system compared to a 32bit system.... Let&#039;s wait and see. 

Sonar 7 (and soon 8.5) on my X2 with Vista64 feels snappier then when I was using WINXPPRO.</description>
		<content:encoded><![CDATA[<p>My ears told me that when I use 64bit on a REVERB (and the reverb supports this&#8230;.) (Sonar 7,8,8.5 does native 64bit (even on 32bit (the audio pipeline uses double accurracy (if selected) (This is available in Sonar 64bit and Sonar 32bit) it sounds more reall. I assume this is because reverbs are numbers crunched with your 24bit audio data wich can lead to long numbers. The longer those numbers the more accurate the &#8220;reverbtail&#8221;. And because a native 64bit computer probably needs &#8220;less resources&#8221; (I mean in a 32bit you call it ; &#8220;double precision&#8221; In a 64bit it&#8217;s just &#8230;. native resolution?) it stays a snappy OS even when playing back an intensive project&#8230;.</p>
<p>Anyway, a 64bit platform wants much more RAM and the coming combination of 4/8/16GB ram in a mainstream DAW together with Solid State Disks will lead to snappier OS&#8217;es and the artist will have the ability to monitor from within the DAW because of fast real time processing so the listener/performer does not notice latencies. So prices drop and the customer will smile.</p>
<p>With the new Lexicon PCM VST plugin I wonder if people will notice &#8220;better tails&#8221; on a 64bit system compared to a 32bit system&#8230;. Let&#8217;s wait and see. </p>
<p>Sonar 7 (and soon 8.5) on my X2 with Vista64 feels snappier then when I was using WINXPPRO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.noelborthwick.com/minidump/2009/12/a-case-for-64-bit-windows/comment-page-1/#comment-3792</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 21 Dec 2009 22:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.noelborthwick.com/minidump/?p=302#comment-3792</guid>
		<description>Great Blog Noel. Is about time you made a statement about this. We few that have been saying that Sonar runs better on a 64 bit OS have had to listen to those that insist that the only advantage is memory size. Those of us that have taken the 64 bit route have found that that is just a very nice advantage but not the only one.</description>
		<content:encoded><![CDATA[<p>Great Blog Noel. Is about time you made a statement about this. We few that have been saying that Sonar runs better on a 64 bit OS have had to listen to those that insist that the only advantage is memory size. Those of us that have taken the 64 bit route have found that that is just a very nice advantage but not the only one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: best daw for much/large vst plugins? - Ultimate Metal Forum</title>
		<link>http://www.noelborthwick.com/minidump/2009/12/a-case-for-64-bit-windows/comment-page-1/#comment-3791</link>
		<dc:creator>best daw for much/large vst plugins? - Ultimate Metal Forum</dc:creator>
		<pubDate>Mon, 21 Dec 2009 22:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.noelborthwick.com/minidump/?p=302#comment-3791</guid>
		<description>[...] bit about the details and advantages of various configurations.  Check out the following articles:  A case for 64-bit Windows - in it Noel talks about the increased registers of 64-bit processors and the ability of 64-bit OS [...]</description>
		<content:encoded><![CDATA[<p>[...] bit about the details and advantages of various configurations.  Check out the following articles:  A case for 64-bit Windows &#8211; in it Noel talks about the increased registers of 64-bit processors and the ability of 64-bit OS [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

