Csound Csound-dev Csound-tekno Search About

[Csnd] csound5.11 -switching between floats and doubles

Date2009-10-21 17:22
FromSchumacher Marlon
Subject[Csnd] csound5.11 -switching between floats and doubles
Hello,

The csound 5.11 MacOS installer seems to install both the float and  
the double versions.
I wonder if there is a simple way of switching between them? I suppose  
one way is setting an environment variable?
Unfortunately, I am not sure how exactly this works.
Any help or pointers to documentation would be greatly appreciated.  
(I'm running MacOS10.6.1 on an IntelMac)

Best,
Marlon


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-21 17:43
Fromvictor
Subject[Csnd] Re: csound5.11 -switching between floats and doubles
If you want to use the csound command-line frontend, use 'csound' for
floats and 'csound64' for doubles. If you want to link to the Csound library
use -framework CsoundLib for floats and -framework CsoundLib64 for
doubles.

The 'interfaces' library is
-L/Library/Frameworks/CsoundLib.framework -l_csnd   (floats)
-L/Library/Frameworks/CsoundLib64.framework -l_csnd   (doubles)

Qutecsound at the moment is only linked to the floats framework.

Victor
----- Original Message ----- 
From: "Schumacher Marlon" 
To: 
Sent: Wednesday, October 21, 2009 5:22 PM
Subject: [Csnd] csound5.11 -switching between floats and doubles


> Hello,
>
> The csound 5.11 MacOS installer seems to install both the float and  the 
> double versions.
> I wonder if there is a simple way of switching between them? I suppose 
> one way is setting an environment variable?
> Unfortunately, I am not sure how exactly this works.
> Any help or pointers to documentation would be greatly appreciated.  (I'm 
> running MacOS10.6.1 on an IntelMac)
>
> Best,
> Marlon
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
> csound" 



Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-21 17:52
Fromvictor
Subject[Csnd] Re: Re: csound5.11 -switching between floats and doubles
Complementing this: Python and Java modules are installed for floats. If you 
want
to use doubles, you will need to copy them by hand from their locations in
CsoundLib64.framework/Resources

If you want to use 64bit utilities, use csound64 -U ...

Victor

----- Original Message ----- 
From: "victor" 
To: 
Sent: Wednesday, October 21, 2009 5:43 PM
Subject: [Csnd] Re: csound5.11 -switching between floats and doubles


> If you want to use the csound command-line frontend, use 'csound' for
> floats and 'csound64' for doubles. If you want to link to the Csound 
> library
> use -framework CsoundLib for floats and -framework CsoundLib64 for
> doubles.
>
> The 'interfaces' library is
> -L/Library/Frameworks/CsoundLib.framework -l_csnd   (floats)
> -L/Library/Frameworks/CsoundLib64.framework -l_csnd   (doubles)
>
> Qutecsound at the moment is only linked to the floats framework.
>
> Victor
> ----- Original Message ----- 
> From: "Schumacher Marlon" 
> To: 
> Sent: Wednesday, October 21, 2009 5:22 PM
> Subject: [Csnd] csound5.11 -switching between floats and doubles
>
>
>> Hello,
>>
>> The csound 5.11 MacOS installer seems to install both the float and  the 
>> double versions.
>> I wonder if there is a simple way of switching between them? I suppose 
>> one way is setting an environment variable?
>> Unfortunately, I am not sure how exactly this works.
>> Any help or pointers to documentation would be greatly appreciated.  (I'm 
>> running MacOS10.6.1 on an IntelMac)
>>
>> Best,
>> Marlon
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
>> csound"
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
> csound" 



Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"