[Cs-dev] Csound5 weirdness
Date | 2005-05-24 22:53 |
From | Iain Duncan |
Subject | [Cs-dev] Csound5 weirdness |
Hi everyone, after a few week break from csound for other stuff, I just downloaded and installed new sources. Some weirdness: - if I enable gcc optimization, my sndfile.h is no longer found, this didn't used to happen - can't build with fltk anymore for some reason, not a biggy for me as I don't use it Biggy: - playing my live set, my instruments are now all screwed up. Somehow somewhere something has happend that changes how they work. Their envelope durations are all wrong, which is really weird, cause I'm playing the exact same orc and sco as I used for my show. Now, in order for the envelopes to work, I do use I hold, flag passing with global variables, and zak space. Does anyone have any idea what might have changed? I will investigate further later and compare against an older set of sources too. Can anyone tell me what I need to do on linux to revert to older sources that I have saved? Thanks Iain ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-05-24 23:05 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Csound5 weirdness |
Iain Duncan wrote: > - if I enable gcc optimization, my sndfile.h is no longer found, this > didn't used to happen You need to specify the CPU type, e.g. gcc3opt=pentium3 or gcc3opt=k8. > - can't build with fltk anymore for some reason, not a biggy for me as I > don't use it This may possibly be solved by building FLTK as a shared library. > - playing my live set, my instruments are now all screwed up. Somehow > somewhere something has happend that changes how they work. Their > envelope durations are all wrong, which is really weird, cause I'm > playing the exact same orc and sco as I used for my show. Now, in order > for the envelopes to work, I do use I hold, flag passing with global > variables, and zak space. This is hard to fix without having an example file that demonstrates the problem. ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |