[Csnd] Re: Re: Modified FM example
Date | 2008-12-16 21:36 |
From | victor |
Subject | [Csnd] Re: Re: Modified FM example |
It seems like it's freeverb crashing it. ----- Original Message ----- From: "Richard Boulanger" |
Date | 2008-12-16 22:33 |
From | DavidW |
Subject | [Csnd] Re: Re: Re: Modified FM example |
yep - doing nothing but commenting out i200 score line "debugs" it. Ternary form eh? you old traditionalist! D. On 17/12/2008, at 8:36 AM, victor wrote: > It seems like it's freeverb crashing it. > ----- Original Message ----- From: "Richard Boulanger" |
Date | 2008-12-17 10:26 |
From | Victor Lazzarini |
Subject | [Csnd] Re: Re: Re: Re: Modified FM example |
I just looked and it works OK on OSX with a post-5.09 build from CVS. So it should be fixed, whatever it was. At 22:33 16/12/2008, you wrote: >yep - doing nothing but commenting out i200 score line "debugs" it. >Ternary form eh? you old traditionalist! >D. > >On 17/12/2008, at 8:36 AM, victor wrote: > >>It seems like it's freeverb crashing it. >>----- Original Message ----- From: "Richard Boulanger" >> |
Date | 2008-12-17 14:33 |
From | DavidW |
Subject | [Csnd] Re: Re: Re: Re: Re: Modified FM example |
Yeah, but for the record, it mut have been freeverb, 'cause I switched it on and it ran without playing any other i statements OK. D. neo-post classical perhaps.... On 17/12/2008, at 9:26 PM, Victor Lazzarini wrote: > I just looked and it works OK on OSX with a post-5.09 build from > CVS. So it should be fixed, whatever it was. > > At 22:33 16/12/2008, you wrote: >> yep - doing nothing but commenting out i200 score line "debugs" it. >> Ternary form eh? you old traditionalist! >> D. >> >> On 17/12/2008, at 8:36 AM, victor wrote: >> >>> It seems like it's freeverb crashing it. >>> ----- Original Message ----- From: "Richard Boulanger" |
Date | 2008-12-17 16:44 |
From | "David Akbari" |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Modified FM example |
Attachments | None |
Date | 2008-12-17 16:46 |
From | peiman khosravi |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Modified FM example |
yes same here. On 17 Dec 2008, at 14:33, DavidW wrote: > Yeah, but for the record, it mut have been freeverb, 'cause I > switched it on and it ran without playing any other i statements OK. > D. > neo-post classical perhaps.... > > On 17/12/2008, at 9:26 PM, Victor Lazzarini wrote: > >> I just looked and it works OK on OSX with a post-5.09 build from >> CVS. So it should be fixed, whatever it was. >> >> At 22:33 16/12/2008, you wrote: >>> yep - doing nothing but commenting out i200 score line "debugs" it. >>> Ternary form eh? you old traditionalist! >>> D. >>> >>> On 17/12/2008, at 8:36 AM, victor wrote: >>> >>>> It seems like it's freeverb crashing it. >>>> ----- Original Message ----- From: "Richard Boulanger" >>>> |
Date | 2008-12-17 16:51 |
From | "David Akbari" |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Modified FM example |
Attachments | None modified_exp.csd |
Date | 2008-12-17 17:03 |
From | Richard Boulanger |
Subject | [Csnd] Re: Modified FM example |
Same here.... comment out the freeverb instrument - and the file runs? Fresh FM - fun/cool..... Thanks Victor for doing and sharing! -dB On Dec 17, 2008, at 9:33 AM, DavidW wrote: > Yeah, but for the record, it mut have been freeverb, 'cause I > switched it on and it ran without playing any other i statements OK. > D. > neo-post classical perhaps.... > > On 17/12/2008, at 9:26 PM, Victor Lazzarini wrote: > >> I just looked and it works OK on OSX with a post-5.09 build from >> CVS. So it should be fixed, whatever it was. >> >> At 22:33 16/12/2008, you wrote: >>> yep - doing nothing but commenting out i200 score line "debugs" it. >>> Ternary form eh? you old traditionalist! >>> D. >>> >>> On 17/12/2008, at 8:36 AM, victor wrote: >>> >>>> It seems like it's freeverb crashing it. >>>> ----- Original Message ----- From: "Richard Boulanger" |
Date | 2008-12-17 17:24 |
From | peiman khosravi |
Subject | [Cs-dev] building csound float error OSX |
Attachments | None None |
Hi, I'm just trying to build csound 5.10.0. For double precision I use an older SConstruct file that I modified two versions ago (since there was a bug in the original that prevented the double version to be built on OSX (no idea if this has been fix?). In any case the double version works fine when built from source of 5.10.0. Problem is I cannot get the float to build with the SConstruct file that comes with it. I get this error: In file included from H/csound.h:246, from H/csoundCore.h:37, from Engine/auxfd.c:24: H/text.h:111:21: error: libintl.h: No such file or directory scons: *** [Engine/auxfd.os] Error 1 scons: building terminated because of errors. When I use the older SConstruct it builds but then csound doesn't run correctly. Any ideas? Thanks Peiman |
Date | 2008-12-17 20:28 |
From | PINOT François |
Subject | [Csnd] Re: Modified FM example |
David Akbari a écrit : > I have attempted to create the "exp" GEN as a higher level instrument > and I'm wondering if this is correct or not? I tried to ascertain what > was being done by looking at the source code.. the idea is you would > run this instrument once and generate the table that is equivalent > (hopefully) to the "exp" GEN subroutine.. what problems are there with > this? Does anyone have the output of the "exp" table to compare to? > I'm still running the ancient > Csound version 5.08.91 (float samples) Apr 29 2008 > libsndfile-1.0.16 > > I'm using Csound5.08 from the Ubuntu binary package. I just got ftest.c from sources, compiled and linked it as libftest.so, moved this lib file to the plugin dir (/usr/lib/csound/plugin64) and changed the version option in the csd file, and it ran ok in real-time. So it seems that there's no problem from the modified.csd file itself. Very nice work. Thanks Victor! François Pinot |
Date | 2008-12-17 21:00 |
From | Richard Boulanger |
Subject | [Csnd] Re: Modified FM example |
Hello David, Segfault - on Mac Intel OSX 10.5.6 - using Csound5.09 unless I comment out freeverb instrument - even when using your version of the .csd If this is a bug, hopefully it can be chased down prior to 5.10 -dB On Dec 17, 2008, at 11:51 AM, David Akbari wrote: > Ok, so I just tried the original instrument in this thread with the > "exp" instrument... not sure if it's right, but it sounds neat. > > Maybe this is the version for those people who are still using Csound > version <= 5.08 ? > > > -David > > On Wed, Dec 17, 2008 at 10:44 AM, David Akbari |
Date | 2008-12-17 21:17 |
From | peiman khosravi |
Subject | [Csnd] Re: Re: Modified FM example |
with csound 5.10 no problems here on osx 10.4.11 On 17 Dec 2008, at 21:00, Richard Boulanger wrote: > Hello David, > > Segfault - on Mac Intel OSX 10.5.6 - using Csound5.09 unless I > comment out freeverb instrument - even when using your version of > the .csd > > If this is a bug, hopefully it can be chased down prior to 5.10 > > -dB > > > On Dec 17, 2008, at 11:51 AM, David Akbari wrote: > >> Ok, so I just tried the original instrument in this thread with the >> "exp" instrument... not sure if it's right, but it sounds neat. >> >> Maybe this is the version for those people who are still using Csound >> version <= 5.08 ? >> >> >> -David >> >> On Wed, Dec 17, 2008 at 10:44 AM, David Akbari |