|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
csound5.11 -switching between floats and doublesHello,
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@... with body "unsubscribe csound" |
|
|
Re: csound5.11 -switching between floats and doublesIf 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" <marlon.schumacher@...> To: <csound@...> 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@... with body "unsubscribe > csound" Send bugs reports to this list. To unsubscribe, send email sympa@... with body "unsubscribe csound" |
|
|
Re: Re: csound5.11 -switching between floats and doublesComplementing 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" <Victor.Lazzarini@...> To: <csound@...> 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" <marlon.schumacher@...> > To: <csound@...> > 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@... with body "unsubscribe >> csound" > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@... with body "unsubscribe > csound" Send bugs reports to this list. To unsubscribe, send email sympa@... with body "unsubscribe csound" |
| Free embeddable forum powered by Nabble | Forum Help |