Csound Csound-dev Csound-tekno Search About

Re: Csound 5.01 Windows installer fixed

Date2006-03-26 06:58
From"Marc Demers"
SubjectRe: Csound 5.01 Windows installer fixed
Hello Michael,

1. You must install Python 2.4.2 or ActivePython 2.4.2.10 to get rid of the 
error message (you will be able to use CsoundVST to its full potential).
2. The Winsound.exe is in the bin folder
3. You must modified the line of the csound command 
(start-program-csound-csound), either "C:\Program 
Files\Csound\bin\winsound.exe" if you want to call winsound or "C:\Program 
Files\Csound\bin\csound.exe" if you want to call a command line csound.

-mdd


----- Original Message ----- 
From: "Michael Rhoades" 
To: 
Sent: Sunday, March 26, 2006 12:21 AM
Subject: Re: [Csnd] Csound 5.01 Windows installer fixed


> Hi Mike,
>
> I have downloaded two different versions of Csound from this site today;
> Csound5.01_win32_d.exe and Csound5-1.01_win32_d.exe. Neither seems to be
> working. Each time I try to run Csound vst from the start menu I get an
> error saying the path is not right for the python24.dll as well as several
> others. Nor can I find Winsound in the Csound folder. Csound5.01.exe does
> not seem to be there either when I try to run Csound from the start menu.
>
> I have done searches and find no csound executables at all. I am sure I am
> not understanding something. Any ideas?
>
> Sorry if this has already been discussed.
>
> Michael Rhoades
>
>
>
>
>
>
> On 3/25/06 1:30 PM, "Michael Gogins"  wrote:
>
>> I fixed the Windows installer for Csound 5.01 on SourceForge.
>>
>> The filename is
>> http://prdownloads.sourceforge.net/csound/Csound5.01_win32_d.exe?download.
>> Other 5.01 installer versions have been removed.
>>
>> The installer has the same programs and plugins and creates the same
>> directories as Istvan Varga's zip file, but only for 64 bit samples.
>>
>> The installer also includes CsoundVST as both a GUI front-end and a VST
>> plugin, tclcsound, csoundapi~, the VST opcodes, the Loris opcodes, the 
>> fluid
>> (SoundFont) opcodes, and API autodocs in addition to the complete HTML
>> manual.
>>
>> I will produce another installer built for 32-bit samples in the next day 
>> or
>> so,
>> Csound5.01_win32_f.exe.
>>
>> New to this installer are winsound.exe and _scoregen.dll, a Python score
>> generator for VST hosts. I have removed John ffitch's new FLTK winsound 
>> for
>> the time being until the license text is corrected to be compatible with 
>> the
>> Csound license, but I will restore it when that happens.
>>
>> This installer does not include sources.
>>
>> Please let me know of any bugs you find, or any suggestions you may have.
>>
>> My apologies for the delay and confusion.
>>
>> Regards,
>> Mike
>>
>>
>
> -- 
> Send bugs reports to this list.
> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk 

Date2006-03-26 14:22
FromMichael Rhoades
SubjectRe: Csound 5.01 Windows installer fixed
Thanks Marc. 

Installing Python fixed Csound VST, it looks great. I can run Csound from
the command line. Start-Program-csound icon was pointed at csound5.01.exe,
so I see how that would require modification.

There is no Winsound.exe in the the bin folder with either of the two
installers mentioned previously. Do you know if I can get the executable
somewhere?

Also, if I run csound from command line how do I set things up so it knows
where to look if I am using samples?

Michael

Einstein - "Life is an illusion, albeit a persistent one".





On 3/26/06 12:58 AM, "Marc Demers"  wrote:

> Hello Michael,
> 
> 1. You must install Python 2.4.2 or ActivePython 2.4.2.10 to get rid of the
> error message (you will be able to use CsoundVST to its full potential).
> 2. The Winsound.exe is in the bin folder
> 3. You must modified the line of the csound command
> (start-program-csound-csound), either "C:\Program
> Files\Csound\bin\winsound.exe" if you want to call winsound or "C:\Program
> Files\Csound\bin\csound.exe" if you want to call a command line csound.
> 
> -mdd
> 
> 
> ----- Original Message -----
> From: "Michael Rhoades" 
> To: 
> Sent: Sunday, March 26, 2006 12:21 AM
> Subject: Re: [Csnd] Csound 5.01 Windows installer fixed
> 
> 
>> Hi Mike,
>> 
>> I have downloaded two different versions of Csound from this site today;
>> Csound5.01_win32_d.exe and Csound5-1.01_win32_d.exe. Neither seems to be
>> working. Each time I try to run Csound vst from the start menu I get an
>> error saying the path is not right for the python24.dll as well as several
>> others. Nor can I find Winsound in the Csound folder. Csound5.01.exe does
>> not seem to be there either when I try to run Csound from the start menu.
>> 
>> I have done searches and find no csound executables at all. I am sure I am
>> not understanding something. Any ideas?
>> 
>> Sorry if this has already been discussed.
>> 
>> Michael Rhoades
>> 
>> 
>> 
>> 
>> 
>> 
>> On 3/25/06 1:30 PM, "Michael Gogins"  wrote:
>> 
>>> I fixed the Windows installer for Csound 5.01 on SourceForge.
>>> 
>>> The filename is
>>> http://prdownloads.sourceforge.net/csound/Csound5.01_win32_d.exe?download.
>>> Other 5.01 installer versions have been removed.
>>> 
>>> The installer has the same programs and plugins and creates the same
>>> directories as Istvan Varga's zip file, but only for 64 bit samples.
>>> 
>>> The installer also includes CsoundVST as both a GUI front-end and a VST
>>> plugin, tclcsound, csoundapi~, the VST opcodes, the Loris opcodes, the
>>> fluid
>>> (SoundFont) opcodes, and API autodocs in addition to the complete HTML
>>> manual.
>>> 
>>> I will produce another installer built for 32-bit samples in the next day
>>> or
>>> so,
>>> Csound5.01_win32_f.exe.
>>> 
>>> New to this installer are winsound.exe and _scoregen.dll, a Python score
>>> generator for VST hosts. I have removed John ffitch's new FLTK winsound
>>> for
>>> the time being until the license text is corrected to be compatible with
>>> the
>>> Csound license, but I will restore it when that happens.
>>> 
>>> This installer does not include sources.
>>> 
>>> Please let me know of any bugs you find, or any suggestions you may have.
>>> 
>>> My apologies for the delay and confusion.
>>> 
>>> Regards,
>>> Mike
>>> 
>>> 
>> 
>> -- 
>> Send bugs reports to this list.
>> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk