[Cs-dev] Csound 6 API 64 bit build
Date | 2014-07-07 00:09 |
From | Tesseractivity |
Subject | [Cs-dev] Csound 6 API 64 bit build |
Hi there, Would there happen to be a 64 bit build of the most recent Csound API distribution? I've been using the Java library, csnd6.jar, on Windows, but have been limited to a 32 bit machine. If there isn't an official release, is it possible for me to build it myself for use on Windows? Any help on the topic would be greatly appreciated. I'm quite new to everything that would be involved in this process! Thanks. -- View this message in context: http://csound.1045644.n5.nabble.com/Csound-6-API-64-bit-build-tp5736223.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2014-07-07 00:16 |
From | Michael Gogins |
Subject | Re: [Cs-dev] Csound 6 API 64 bit build |
Attachments | None None |
Let's be clear. Pre-built Csound for Windows will run on 64 bit Windows or 32 bit Windows, but is built for 32 bit CPU architecture for 64 bit audio sample words. These three meanings of "64 bit" are completely independent. At this time, there is no pre-built Csound for Windows for 64 bit CPU architecture due to the many third party dependencies of Csound which are available so far mainly in 32 bit CPU architecture. We definitely plan to build Csound for 64 bit CPU architecture as soon as that is practical, as this will have many advantages. Hope this helps, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Sun, Jul 6, 2014 at 7:09 PM, Tesseractivity <jacoblockhart@gmail.com> wrote: Hi there, |
Date | 2014-07-07 09:38 |
From | Rory Walsh |
Subject | Re: [Cs-dev] Csound 6 API 64 bit build |
Victor posted this link to a 64bit build on the list about 2 weeks ago: https://www.dropbox.com/s/m31e0rauxfv5h2z/victor.zip You'll need to set up the paths and what not yourself as there is no installer. It's also quite minimal in what it includes but I've been using it to create 64bit Csound plugins with Cabbage without any problems. Steven Yi did manage to build a fully functional 64bit build on Linux some time back, but I recently ran into some issues trying that myself. I must ask Steven to talk me through that again. Seems like the a good option for building 64bit Csound on Windows. On 7 July 2014 01:16, Michael Gogins |
Date | 2014-07-07 10:05 |
From | Tesseractivity |
Subject | Re: [Cs-dev] Csound 6 API 64 bit build |
Thanks for the info guys. I'll have a look at that build Rory. I'm only really triggering score events from Java at the moment, so hopefully it should be enough for my needs. -- View this message in context: http://csound.1045644.n5.nabble.com/Csound-6-API-64-bit-build-tp5736223p5736228.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2014-07-07 10:45 |
From | Rory Walsh |
Subject | Re: [Cs-dev] Csound 6 API 64 bit build |
You probably don't even need it. You can use the regular Csound build on 64bit windows machines without any problems. On 7 July 2014 11:05, Tesseractivity |
Date | 2014-07-07 12:49 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Csound 6 API 64 bit build |
There is the problem that Java 7 appears to be 64bit-only (I can’t run it on Chrome because of this, but maybe it’s an OSX thing). ======================== Dr Victor Lazzarini Senior Lecturer NUI Maynooth, Ireland victor dot lazzarini at nuim dot ie On 7 Jul 2014, at 10:45, Rory Walsh |
Date | 2014-07-07 12:53 |
From | Rory Walsh |
Subject | Re: [Cs-dev] Csound 6 API 64 bit build |
In that case perhaps it is needed. Btw, did you ever try building the 64bit windows version from linux? On 7 July 2014 13:49, Victor Lazzarini |
Date | 2014-07-07 12:57 |
From | Steven Yi |
Subject | Re: [Cs-dev] Csound 6 API 64 bit build |
I think that is just for OSX. For Windows, Blue users can only use the 32-bit JVM because the Windows Csound build (and thus the csnd.jar and _jcsound.dll) are only supported with 32-bit. Rory: I haven't been pursuing the 64-bit builds on Linux due to time. If you have questions, feel free to email! Michael/Victor: It seems we're all agreed that a 64-bit windows build needs to happen soon as part of our releases. What should we do for a release plan? It seems we would need build instructions similar to what Michael has done for the i386 Windows build. Also, I seem to remember reading that one can do both i386 and x86_64 builds with mingw64. If we can come up with reproducible build steps, that'd be great. I'm happy to assist in this. (Should we start by adding a section to BUILD.md for Windows 64-bit?) On Mon, Jul 7, 2014 at 7:49 AM, Victor Lazzarini |