[Cs-dev] Csound 5.07 Windows installer
Date | 2007-10-04 04:00 |
From | "Michael Gogins" |
Subject | [Cs-dev] Csound 5.07 Windows installer |
I am just about ready to upload it. Probably do it Friday or Saturday. Changes: 1. Updated to current version of STK, restored C++ STK opcode to Windows installer as STK now has a BSD license. 2. Updated to current (Subversion head) version of Fluidsynth, built with Visual C++ 2005. 3. Updated to current (Subversion head) version of PortAudio, built with Visual C++ 2005. 4. Added convenience wrapper functions to the CsoundAC.MusicModel class, enabling Csound orchestras to be built, re-arranged, and rendered from this class, i.e. you can do: model.setCsoundOrchestr(''' myorc ''') instead of model.getCppSound().setOrchestra(''' myorc '''). I will be tagging source code changes for these as Csound 5.07. Regards, Mike ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-10-04 12:59 |
From | Rory Walsh |
Subject | Re: [Cs-dev] Csound 5.07 Windows installer |
Is there any way that the python issue could be sorted? Would it be possible to move the python opcodes into a new folder so that Csound doesn't continuously complain if python is missing? Rory. Michael Gogins wrote: > I am just about ready to upload it. Probably do it Friday or Saturday. > Changes: > > 1. Updated to current version of STK, restored C++ STK opcode to Windows > installer as STK now has a BSD license. > 2. Updated to current (Subversion head) version of Fluidsynth, built with > Visual C++ 2005. > 3. Updated to current (Subversion head) version of PortAudio, built with > Visual C++ 2005. > 4. Added convenience wrapper functions to the CsoundAC.MusicModel class, > enabling Csound orchestras to be built, re-arranged, and rendered from this > class, i.e. you can do: model.setCsoundOrchestr(''' myorc ''') instead of > model.getCppSound().setOrchestra(''' myorc '''). > > I will be tagging source code changes for these as Csound 5.07. > > Regards, > Mike > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-10-04 14:37 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Csound 5.07 Windows installer |
Why can't we search for Python and install it if needed? At 12:59 04/10/2007, you wrote: >Is there any way that the python issue could be sorted? Would it be >possible to move the python opcodes into a new folder so that Csound >doesn't continuously complain if python is missing? > >Rory. > > > > >Michael Gogins wrote: > > I am just about ready to upload it. Probably do it Friday or Saturday. > > Changes: > > > > 1. Updated to current version of STK, restored C++ STK opcode to Windows > > installer as STK now has a BSD license. > > 2. Updated to current (Subversion head) version of Fluidsynth, built with > > Visual C++ 2005. > > 3. Updated to current (Subversion head) version of PortAudio, built with > > Visual C++ 2005. > > 4. Added convenience wrapper functions to the CsoundAC.MusicModel class, > > enabling Csound orchestras to be built, re-arranged, and rendered from > this > > class, i.e. you can do: model.setCsoundOrchestr(''' myorc ''') instead of > > model.getCppSound().setOrchestra(''' myorc '''). > > > > I will be tagging source code changes for these as Csound 5.07. > > > > Regards, > > Mike > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Csound-devel mailing list > > Csound-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/csound-devel > > > >------------------------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. >Still grepping through log files to find problems? Stop. >Now Search log events and configuration files using AJAX and a browser. >Download your FREE copy of Splunk now >> http://get.splunk.com/ >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-10-04 15:52 |
From | Rory Walsh |
Subject | Re: [Cs-dev] Csound 5.07 Windows installer |
Would that mean including python with the windows installer? Might bulk up the download. Whatever happens I think it's of the utmost importance that it gets sorted quickly and moving the python opcodes into a new folder would sort it out immediately. Most people who use the python opcodes are going to be computer savvy enough to be able to get them working by moving them into the correct folders. I can't get my head around the fact that installing Csound according the the instructions results in warnings and annoying pop-up messages for windows users. Rory. Victor Lazzarini wrote: > Why can't we search for Python and install it if needed? > > At 12:59 04/10/2007, you wrote: >> Is there any way that the python issue could be sorted? Would it be >> possible to move the python opcodes into a new folder so that Csound >> doesn't continuously complain if python is missing? >> >> Rory. >> >> >> >> >> Michael Gogins wrote: >>> I am just about ready to upload it. Probably do it Friday or Saturday. >>> Changes: >>> >>> 1. Updated to current version of STK, restored C++ STK opcode to Windows >>> installer as STK now has a BSD license. >>> 2. Updated to current (Subversion head) version of Fluidsynth, built with >>> Visual C++ 2005. >>> 3. Updated to current (Subversion head) version of PortAudio, built with >>> Visual C++ 2005. >>> 4. Added convenience wrapper functions to the CsoundAC.MusicModel class, >>> enabling Csound orchestras to be built, re-arranged, and rendered from >> this >>> class, i.e. you can do: model.setCsoundOrchestr(''' myorc ''') instead of >>> model.getCppSound().setOrchestra(''' myorc '''). >>> >>> I will be tagging source code changes for these as Csound 5.07. >>> >>> Regards, >>> Mike >>> >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Splunk Inc. >>> Still grepping through log files to find problems? Stop. >>> Now Search log events and configuration files using AJAX and a browser. >>> Download your FREE copy of Splunk now >> http://get.splunk.com/ >>> _______________________________________________ >>> Csound-devel mailing list >>> Csound-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > Victor Lazzarini > Music Technology Laboratory > Music Department > National University of Ireland, Maynooth > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-10-04 16:05 |
From | "Steven Yi" |
Subject | Re: [Cs-dev] Csound 5.07 Windows installer |
Attachments | None |