Csound Csound-dev Csound-tekno Search About

Re: Higher numerical precis[s]ion in Csound

Date1999-06-15 12:15
Fromjpff@maths.bath.ac.uk
SubjectRe: Higher numerical precis[s]ion in Csound
Message written at 15 Jun 1999 11:09:19 +0100

Antoine Lefebvre  writes:

 >> I vote for the command line option if it is possible. It could
 >> also be an orchestra parameter.... 
 >> Please make it either a compile time option or a command line argument,
 >> as I need csound for both realtime and non-realtime, and I use it on linux
 >> where no special realtime version is available (it's not needed, as the
 >> canonical version is realtime enough on linux...)

That is not feasable.  The code will be very different for double and
float, and making it a command line option would be equivalent to
cpompiling two versions and having a small driver to exec the one you
want.  That is easier done as a shell script.