[Cs-dev] Towards a release
Date | 2007-05-29 11:13 |
From | jpff |
Subject | [Cs-dev] Towards a release |
I realise that I am out of touch and will be a little distracted by marking for another 19 days or so, but where are we in moving to a new release? I know many of the tasks stated earlier have been done, and there such a number of fixes, improvements and new stuff that we should release asap modulo known bugs ==John ffitch ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-05-29 11:15 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Towards a release |
I think we could try to make a list of bugs and which ones were fixed. As far as I am concerned, I have added all opcodes I planned to do, got an Intel-OSX build ready and have csladspa almost ready to go. But there were some bugs reported here which have to be checked. Can we do a list? Victor At 11:13 29/05/2007, you wrote: >I realise that I am out of touch and will be a little distracted by >marking for another 19 days or so, but where are we in moving to a new >release? > I know many of the tasks stated earlier have been done, and there >such a number of fixes, improvements and new stuff that we should >release asap modulo known bugs >==John ffitch > >------------------------------------------------------------------------- >This SF.net email is sponsored by DB2 Express >Download DB2 Express C - the FREE version of DB2 express and take >control of your XML. No limits. Just data. Click to get it now. >http://sourceforge.net/powerbar/db2/ >_______________________________________________ >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 DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-05-29 11:19 |
From | Victor Lazzarini |
Subject | [Cs-dev] csound.hpp issue |
If the following code //#ifdef __BUILDING_CSOUND_INTERFACES #include "cs_glue.h" //#endif is to stay as it is, then cs_glue.h should be moved to /H and included in the release (I am not sure whether it is). Victor Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-05-29 16:27 |
From | Anthony Kozar |
Subject | Re: [Cs-dev] Towards a release |
I am still trying to finish the support for the new FileOpen callback. I have many more changes made here on my local copy that have not yet been committed and I still have some more things to do. Just to note, there have been significant changes from what I originally committed to CVS about a month ago. I am hoping that I can get this all finished and added within one week's time, but things keep popping up here. Also, there is the issue of my proposal to add an API function for changing Csound's idea of the "current working directory" on a per-instance basis. While there was a lot of discussion (which eventually got sidetracked), I felt that no consensus was reached about whether this revised idea should be implemented. I suppose it may have to wait until the next release because the changes that it will involve should really be tested heavily before we unleash them upon the world. Anthony Victor Lazzarini wrote on 5/29/07 6:15 AM: > I think we could try to make a list of bugs and which ones > were fixed. > > As far as I am concerned, I have added all opcodes I planned > to do, got an Intel-OSX build ready and have csladspa almost > ready to go. > > But there were some bugs reported here which have to > be checked. Can we do a list? > > Victor > > At 11:13 29/05/2007, you wrote: >> I realise that I am out of touch and will be a little distracted by >> marking for another 19 days or so, but where are we in moving to a new >> release? >> I know many of the tasks stated earlier have been done, and there >> such a number of fixes, improvements and new stuff that we should >> release asap modulo known bugs >> ==John ffitch ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-05-31 09:43 |
From | Jonathan Murphy |
Subject | Re: [Cs-dev] csound.hpp issue |
Similarly, would it be possible to move csPerfThread.hpp to /H (if that means that it will be added to the install target). It's part of the API (AFAIK), so it seems strange that in order to use it in the way that I ordinarily use csound.hpp I need to move it manually to prefix/include/csound (as currently I also need to move cs_glue.h). Thanks in advance, Jonathan. Victor Lazzarini |