User Jeff McClintock - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T01:50:29Z http://stackoverflow.com/feeds/user/64078 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/991707/when-to-support-windows-64 6 When to support Windows 64? Jeff McClintock 2009-06-13T22:53:13Z 2009-06-14T03:26:19Z <p>I'm currently providing 32 bit Windows music software. Some of my users are asking for 64-bit support. I plan to eventually, but porting is a big job, and I have plenty of other important feature requests too. I need to allocate my limited time wisely. How much market share do 64-bit operating systems hold?, and what's the trend.</p> http://stackoverflow.com/questions/553646/getting-started-with-audio-programming/637783#637783 2 Answer by Jeff McClintock for Getting started with audio programming Jeff McClintock 2009-03-12T08:55:28Z 2009-03-12T08:55:28Z <p>A gentle introduction to VST Programming is SynthEdit... www.synthedit.com, It provides for a drag and drop programming environment, progressing to writting your own C++ addons. You can do the 'boring' bits (GUI design) with drag-and-drop, and the 'fun' algorithmic bits in C++.</p> http://stackoverflow.com/questions/31412/proprietary-plug-ins-for-gpl-programs-what-about-interpreted-languages/527405#527405 0 Answer by Jeff McClintock for Proprietary plug-ins for GPL programs: what about interpreted languages? Jeff McClintock 2009-02-09T08:14:36Z 2009-02-09T08:14:36Z <p>I have been asked if plugin for my music app can be GPL, however my host is propritary. Does this rule apply the other way too? When the Host is propritary and the plugin is GPL?</p> http://stackoverflow.com/questions/991707/when-to-support-windows-64/991719#991719 Comment by Jeff McClintock on When to support Windows 64? Jeff McClintock 2009-06-14T03:05:57Z 2009-06-14T03:05:57Z Thanks!, in my case the emulator does incure overheads due to inter-process communication with the 64-bit host. Customers have noticed the penalty compared to my competitors. These overheads can be avoided if I write a 64-bit version. http://stackoverflow.com/questions/991707/when-to-support-windows-64/991831#991831 Comment by Jeff McClintock on When to support Windows 64? Jeff McClintock 2009-06-14T03:01:02Z 2009-06-14T03:01:02Z Thanks!, My product is a plugin for Cubase (has both 32bit and 64bit versions). So I too must provide both 32 and 64-bit. http://stackoverflow.com/questions/991707/when-to-support-windows-64/991724#991724 Comment by Jeff McClintock on When to support Windows 64? Jeff McClintock 2009-06-14T02:51:55Z 2009-06-14T02:51:55Z Thanks!, I agree with the advantages of 64-bit. The disadvantage is: Porting now will consuming several months during which time 32-bit users will recieve few bug-fixes or enhancements. I recieve much pressure/public criticism already for shipping promised new features too slowly. I guess my question is not &quot;if&quot; but &quot;when&quot;. http://stackoverflow.com/questions/991707/when-to-support-windows-64/991711#991711 Comment by Jeff McClintock on When to support Windows 64? Jeff McClintock 2009-06-14T02:35:50Z 2009-06-14T02:35:50Z My software runs as a plugin (in Cubase), and Cubase64 has poor support for 32bit plugins (buggy + high latency + 'legacy' we-don't wholeheatedly-support-this attitude from Cubase developers).