[Cs-dev] SDFT and PVSDAT changes
Date | 2007-10-02 03:37 |
From | Anthony Kozar |
Subject | [Cs-dev] SDFT and PVSDAT changes |
I hate to bring this up now, but I have just been compiling the latest code and trying to decide whether to define SDFT or not. First, (maybe not a big deal?), I get this warning when not using SDFT: Warning : variable 'dirgain' is not initialized before being used pvsbasic.c line 824 MYFLT dirgain, kdepth = *p->kdepth; Next, looking at the other changes, I see that some structs in pstream.h (eg. PVSDAT and PVSANAL) are modified with SDFT on, and that that header is included by several external opcode plugins. Are these structs considered part of the API? Also, struct PVSDATEXT which is definitely used in API functions no longer matches PVSDAT. And looking at some of the code, I think there are casts between the two. Has anyone tried the pvsbus stuff with the new SDFT code? I will be happy to be told that I am misunderstanding all of this ... :) Anthony ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-10-02 10:42 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] SDFT and PVSDAT changes |
PVSDATEXT should match PVSDAT apart from the AUXCH data member, which is a float *. Otherwise, pvsbus will not work. I have added the changes to it. Victor At 03:37 02/10/2007, you wrote: >I hate to bring this up now, but I have just been compiling the latest code >and trying to decide whether to define SDFT or not. > >First, (maybe not a big deal?), I get this warning when not using SDFT: > >Warning : variable 'dirgain' is not initialized before being used >pvsbasic.c line 824 MYFLT dirgain, kdepth = *p->kdepth; > > >Next, looking at the other changes, I see that some structs in pstream.h >(eg. PVSDAT and PVSANAL) are modified with SDFT on, and that that header is >included by several external opcode plugins. Are these structs considered >part of the API? > >Also, struct PVSDATEXT which is definitely used in API functions no longer >matches PVSDAT. And looking at some of the code, I think there are casts >between the two. Has anyone tried the pvsbus stuff with the new SDFT code? > >I will be happy to be told that I am misunderstanding all of this ... > >:) > >Anthony > > >------------------------------------------------------------------------- >This SF.net email is sponsored by: Microsoft >Defy all challenges. Microsoft(R) Visual Studio 2005. >http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-10-02 11:52 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] SDFT and PVSDAT changes |
Did you retag the CVS? ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-10-02 12:11 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] SDFT and PVSDAT changes |
No. At 11:52 02/10/2007, you wrote: >Did you retag the CVS? > > >------------------------------------------------------------------------- >This SF.net email is sponsored by: Microsoft >Defy all challenges. Microsoft(R) Visual Studio 2005. >http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-10-02 13:32 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] SDFT and PVSDAT changes |
OK; I have retagged the code for release On Tue, 2 Oct 2007, Victor Lazzarini wrote: > No. > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-10-02 14:07 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] SDFT and PVSDAT changes |
Thanks. Will be making binaries today. Victor At 13:32 02/10/2007, you wrote: >OK; I have retagged the code for release > >On Tue, 2 Oct 2007, Victor Lazzarini wrote: > > > No. > > > >------------------------------------------------------------------------- >This SF.net email is sponsored by: Microsoft >Defy all challenges. Microsoft(R) Visual Studio 2005. >http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-10-02 17:44 |
From | Anthony Kozar |
Subject | Re: [Cs-dev] SDFT and PVSDAT changes |
So, are the rest of you using SDFT for building the releases? Do the changes to PVSDATEXT constitute an incompatible change in the API? Anthony Victor Lazzarini wrote on 10/2/07 5:42 AM: > PVSDATEXT should match PVSDAT apart from the AUXCH data member, > which is a float *. Otherwise, pvsbus will not work. > I have added the changes to it. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |