[Csnd] Pre-release Windows installer for Csound 5.11 at my Web site
Date | 2009-08-05 01:38 |
From | michael.gogins@gmail.com |
Subject | [Csnd] Pre-release Windows installer for Csound 5.11 at my Web site |
I have uploaded a pre-release version of the new Windows installer for Csound to my personal Web site at: http://michael-gogins.com/archives/Csound5.11.rc1-gnu-win32-vst-d.exe This includes the vst4cs opcodes and CsoundVST. Changes in this release include factoring all of the language APIs out into their own shared libraries, providing only QuteCsound as a graphical user interface, and creating a new Windows installer with user-selectable sections for choosing to install/not install QuteCsound, any or all of the language APIs, documentation, utilities, and so on. The examples directory also has been re-organized to make it a little bit clearer. Only the "core" features of Csound, not including Python or any other language APIs, are enabled for installation by default. I have prepared only the doubles sample version of Csound this time. It is built with the latest MinGW compiler from Twilight Dragon Media, version 4.4.0. I would appreciate some user feedback before creating the final version of the installer, which of course will also go on the SourceForge download site. In the final version, I plan: -- To make the examples all run in a uniform way. -- To rewrite "A Csound Tutorial" for QuteCsound and to use Lua (which actually comes with Csound), instead of Python, for scripting Csound. -- To add a new "A Csound Tutorial in Algorithmic Composition" for CsoundAC, also using Lua. -- To fix any startup/shutdown crashes or bugs with QuteCsound. I also have updated the "Building Csound" document in Csound CVS to reflect the new procedures and the new installer, although this too still needs some final tweaking. I hope to release the final, official version of the installer before the end of August. Regards, Mike |
Date | 2009-08-05 08:49 |
From | Oeyvind Brandtsegg |
Subject | [Csnd] Re: Pre-release Windows installer for Csound 5.11 at my Web site |
Thanks Michael, the installer looks nice and works nice. I wonder, is 2.6 the preferred version of Python to use now ? I'm still at 2.5, and haven't cheked if all my other python extensions are avaiable for 2.6, so am a bit hestitant to upgrade. Oeyvind 2009/8/5 |
Date | 2009-08-05 20:43 |
From | francibal |
Subject | [Csnd] Re: Pre-release Windows installer for Csound 5.11 at my Web site |
Hi Mr. Gogins, many thanks for Your wonderful work. I've just started testing this new version and i have a trouble with python. I tryed to run an old python script for csound, but result a blank orc file. Callback tell me ftell error. Right sco and csd with only score part present. There are some news about python API ? Somethings different ? I'm using Windows vista with python 2.6. Again many thanks, ciao, fran. Michael Gogins-2 wrote: > > I have uploaded a pre-release version of the new Windows installer for > Csound to my personal Web site at: > > http://michael-gogins.com/archives/Csound5.11.rc1-gnu-win32-vst-d.exe > > This includes the vst4cs opcodes and CsoundVST. > > Changes in this release include factoring all of the language APIs out > into > their own shared libraries, providing only QuteCsound as a graphical user > interface, and creating a new Windows installer with user-selectable > sections for choosing to install/not install QuteCsound, any or all of the > language APIs, documentation, utilities, and so on. The examples directory > also has been re-organized to make it a little bit clearer. Only the > "core" > features of Csound, not including Python or any other language APIs, are > enabled for installation by default. > > I have prepared only the doubles sample version of Csound this time. It is > built with the latest MinGW compiler from Twilight Dragon Media, version > 4.4.0. > > I would appreciate some user feedback before creating the final version of > the installer, which of course will also go on the SourceForge download > site. In the final version, I plan: > > -- To make the examples all run in a uniform way. > > -- To rewrite "A Csound Tutorial" for QuteCsound and to use Lua (which > actually comes with Csound), instead of Python, for scripting Csound. > > -- To add a new "A Csound Tutorial in Algorithmic Composition" for > CsoundAC, > also using Lua. > > -- To fix any startup/shutdown crashes or bugs with QuteCsound. > > I also have updated the "Building Csound" document in Csound CVS to > reflect > the new procedures and the new installer, although this too still needs > some > final tweaking. > > I hope to release the final, official version of the installer before the > end of August. > > Regards, > Mike > > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > > -- View this message in context: http://www.nabble.com/Pre-release-Windows-installer-for-Csound-5.11-at-my-Web-site-tp24818767p24834627.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2009-08-05 20:49 |
From | Michael Gogins |
Subject | [Csnd] Re: Re: Pre-release Windows installer for Csound 5.11 at my Web site |
Did I send a false response?.... Probably it just depends on where you run the script, or where the orchestra file is. I moved the examples around. Nothing changed in the Python API itself. Send me the script you are trying to run and I can tell more. Regards, Mike On 8/5/09, francibal |
Date | 2009-08-05 21:06 |
From | francibal |
Subject | [Csnd] Re: Re: Pre-release Windows installer for Csound 5.11 at my Web site |
Yes, You must forgive me... I was using pythonwin instead of my usual scite, and with this last it work all right. Again sorry! And again thanks, ciao, fran. Michael Gogins-2 wrote: > > Did I send a false response?.... > > Probably it just depends on where you run the script, or where the > orchestra file is. I moved the examples around. Nothing changed in the > Python API itself. Send me the script you are trying to run and I can > tell more. > > Regards, > Mike > > On 8/5/09, francibal |
Date | 2009-08-05 21:48 |
From | Michael Gogins |
Subject | [Csnd] Re: Re: Re: Pre-release Windows installer for Csound 5.11 at my Web site |
Never a problem... Regards, Mike On 8/5/09, francibal |
Date | 2009-08-06 00:20 |
From | Darren Landrum |
Subject | [Csnd] Re: Re: Re: Re: Pre-release Windows installer for Csound 5.11 at my Web site |
Is Python an absolute requirement for the Win32 build of Csound? I have Python 2.5 at the moment, for various reasons, and don't feel like wrestling with two different installed versions. Thank you! -- Darren Michael Gogins wrote: > Never a problem... > > Regards, > Mike > > On 8/5/09, francibal |
Date | 2009-08-06 00:52 |
From | "Marc D. Demers" |
Subject | [Csnd] RE: Re: Re: Re: Pre-release Windows installer for Csound 5.11 at my Web site |
Hi Michael, 1. The uninstaller does not work (well, there is none if i'm correct)... 2. Some shortcuts are not present (a.k.a. winsound, csoundgui5, etc.) but it most be intentional...am I correct? Great work, mdd > Date: Wed, 5 Aug 2009 16:48:31 -0400 > From: michael.gogins@gmail.com > To: csound@lists.bath.ac.uk > Subject: [Csnd] Re: Re: Re: Pre-release Windows installer for Csound 5.11 at my Web site > > Never a problem... > > Regards, > Mike > > On 8/5/09, francibal <ilterzouomo@fastwebnet.it> wrote: > > > > Yes, You must forgive me... > > I was using pythonwin instead of my usual scite, and with this last it work > > all right. Again sorry! > > And again thanks, > > > > ciao, > > fran. > > > > > > Michael Gogins-2 wrote: > >> > >> Did I send a false response?.... > >> > >> Probably it just depends on where you run the script, or where the > >> orchestra file is. I moved the examples around. Nothing changed in the > >> Python API itself. Send me the script you are trying to run and I can > >> tell more. > >> > >> Regards, > >> Mike > >> > >> On 8/5/09, francibal <ilterzouomo@fastwebnet.it> wrote: > >>> > >>> Hi Mr. Gogins, > >>> many thanks for Your wonderful work. I've just started testing this new > >>> version and i have a trouble with python. I tryed to run an old python > >>> script for csound, but result a blank orc file. Callback tell me ftell > >>> error. Right sco and csd with only score part present. There are some > >>> news > >>> about python API ? Somethings different ? I'm using Windows vista with > >>> python 2.6. > >>> > >>> Again many thanks, > >>> > >>> ciao, > >>> fran. > >>> > >>> > >>> > >>> Michael Gogins-2 wrote: > >>>> > >>>> I have uploaded a pre-release version of the new Windows installer for > >>>> Csound to my personal Web site at: > >>>> > >>>> http://michael-gogins.com/archives/Csound5.11.rc1-gnu-win32-vst-d.exe > >>>> > >>>> This includes the vst4cs opcodes and CsoundVST. > >>>> > >>>> Changes in this release include factoring all of the language APIs out > >>>> into > >>>> their own shared libraries, providing only QuteCsound as a graphical > >>>> user > >>>> interface, and creating a new Windows installer with user-selectable > >>>> sections for choosing to install/not install QuteCsound, any or all of > >>>> the > >>>> > >>>> language APIs, documentation, utilities, and so on. The examples > >>>> directory > >>>> > >>>> also has been re-organized to make it a little bit clearer. Only the > >>>> "core" > >>>> features of Csound, not including Python or any other language APIs, are > >>>> enabled for installation by default. > >>>> > >>>> I have prepared only the doubles sample version of Csound this time. It > >>>> is > >>>> > >>>> built with the latest MinGW compiler from Twilight Dragon Media, version > >>>> 4.4.0. > >>>> > >>>> I would appreciate some user feedback before creating the final version > >>>> of > >>>> > >>>> the installer, which of course will also go on the SourceForge download > >>>> site. In the final version, I plan: > >>>> > >>>> -- To make the examples all run in a uniform way. > >>>> > >>>> -- To rewrite "A Csound Tutorial" for QuteCsound and to use Lua (which > >>>> actually comes with Csound), instead of Python, for scripting Csound. > >>>> > >>>> -- To add a new "A Csound Tutorial in Algorithmic Composition" for > >>>> CsoundAC, > >>>> also using Lua. > >>>> > >>>> -- To fix any startup/shutdown crashes or bugs with QuteCsound. > >>>> > >>>> I also have updated the "Building Csound" document in Csound CVS to > >>>> reflect > >>>> the new procedures and the new installer, although this too still needs > >>>> some > >>>> final tweaking. > >>>> > >>>> I hope to release the final, official version of the installer before > >>>> the > >>>> end of August. > >>>> > >>>> Regards, > >>>> Mike > >>>> > >>>> > >>>> > >>>> > >>>> Send bugs reports to this list. > >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > >>>> csound" > >>>> > >>>> > >>> > >>> -- > >>> View this message in context: > >>> http://www.nabble.com/Pre-release-Windows-installer-for-Csound-5.11-at-my-Web-site-tp24818767p24834627.html > >>> Sent from the Csound - General mailing list archive at Nabble.com. > >>> > >>> > >>> > >>> Send bugs reports to this list. > >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > >>> csound" > >>> > >> > >> > >> -- > >> Michael Gogins > >> Irreducible Productions > >> http://www.michael-gogins.com > >> Michael dot Gogins at gmail dot com > >> > >> > >> Send bugs reports to this list. > >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > >> csound" > >> > >> > > > > -- > > View this message in context: > > http://www.nabble.com/Pre-release-Windows-installer-for-Csound-5.11-at-my-Web-site-tp24818767p24835269.html > > Sent from the Csound - General mailing list archive at Nabble.com. > > > > > > > > Send bugs reports to this list. > > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > > csound" > > > > > -- > Michael Gogins > Irreducible Productions > http://www.michael-gogins.com > Michael dot Gogins at gmail dot com > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" Créez un personnage à votre image pour votre WL Messenger Venez voir |
Date | 2009-08-06 01:16 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Re: Pre-release Windows installer for Csound 5.11 at my Web site |
I'm jumping into a thread here but if you want to build Csound yourself Python is required as the build environment is Scons which is python based. If you use the windows installers but don't want to mess with python you can use Csound without it. As far as I'm aware there is an option not to install Python when installing Csound. While there were some problems with this in the past I think Mike has sorted them now. Try his latest release which is linked in this thread. Rory p.s. thanks Mike for this, the installer looks great now. If I get a chance I'll try it out on a fresh machine; that's if I can actually find any more computers that I haven't already installed Csound on! 2009/8/6 Darren Landrum |
Date | 2009-08-08 13:17 |
From | francibal |
Subject | [Csnd] Re: Pre-release Windows installer for Csound 5.11 at my Web site |
Again francesco, chapter 100 ... I have put an e statement in score section, because i was experimenting and i would have only first part and not the rest of score (hope clear enought), but qute seems to interpret e statement like s statement, and do not stop performance. Then i have try to stop performance manually (with stop button). Nothing happens. Qute compiled entire score. I try same thing with trapped csd, and i had same result. If i use run on terminal all is ok. ciao, fran P.S. I have a doubt: do this things happens only to me? Maybe my system needs better setup (i'm quite sure about). Michael Gogins-2 wrote: > > I have uploaded a pre-release version of the new Windows installer for > Csound to my personal Web site at: > > http://michael-gogins.com/archives/Csound5.11.rc1-gnu-win32-vst-d.exe > > This includes the vst4cs opcodes and CsoundVST. > > Changes in this release include factoring all of the language APIs out > into > their own shared libraries, providing only QuteCsound as a graphical user > interface, and creating a new Windows installer with user-selectable > sections for choosing to install/not install QuteCsound, any or all of the > language APIs, documentation, utilities, and so on. The examples directory > also has been re-organized to make it a little bit clearer. Only the > "core" > features of Csound, not including Python or any other language APIs, are > enabled for installation by default. > > I have prepared only the doubles sample version of Csound this time. It is > built with the latest MinGW compiler from Twilight Dragon Media, version > 4.4.0. > > I would appreciate some user feedback before creating the final version of > the installer, which of course will also go on the SourceForge download > site. In the final version, I plan: > > -- To make the examples all run in a uniform way. > > -- To rewrite "A Csound Tutorial" for QuteCsound and to use Lua (which > actually comes with Csound), instead of Python, for scripting Csound. > > -- To add a new "A Csound Tutorial in Algorithmic Composition" for > CsoundAC, > also using Lua. > > -- To fix any startup/shutdown crashes or bugs with QuteCsound. > > I also have updated the "Building Csound" document in Csound CVS to > reflect > the new procedures and the new installer, although this too still needs > some > final tweaking. > > I hope to release the final, official version of the installer before the > end of August. > > Regards, > Mike > > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > > -- View this message in context: http://www.nabble.com/Pre-release-Windows-installer-for-Csound-5.11-at-my-Web-site-tp24818767p24877707.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2009-08-12 13:40 |
From | Gareth Edwards |
Subject | [Csnd] Re: Pre-release Windows installer for Csound 5.11 at my Web site |
Hi Michael, 2009/8/5 |
Date | 2009-08-12 17:30 |
From | Chuckk Hubbard |
Subject | [Csnd] Re: Pre-release Windows installer for Csound 5.11 at my Web site |
Hi Mike. Thanks for the work on this. I note that the strange memory error I reported before doesn't happen. I have instead a stranger issue. Attached is a sample .py that illustrates it. I run it as 'python newcsdproblem.py 1' or without the 1; it should use a different score depending on whether the "1" is there. The problem I noticed using my program Rationale is that, after running Csound through python once with a certain score, it uses the same score every time after that, even though 'print cs.getScore()' returns the correct score. Running this test script, I get similar behavior but it seems to play a blank score. It's hard-coded to use 'csound -+rtaudio=portaudio -odac0 test.orc test.sco', if you need a different command you have to edit the script. If there's any more info I can report, let me know. -Chuckk On Tue, Aug 4, 2009 at 7:38 PM, |
Date | 2009-08-12 17:36 |
From | Chuckk Hubbard |
Subject | [Csnd] Re: Pre-release Windows installer for Csound 5.11 at my Web site |
Attachments | newcsdproblem.py |
On Wed, Aug 12, 2009 at 11:30 AM, Chuckk Hubbard |