Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:5518] csound4 changes

Date2004-12-11 00:49
From"Matt J. Ingalls"
Subject[CSOUND-DEV:5518] csound4 changes
i commited a bunch of changes to csound4 -- bug fixes and some istvan code 
that never got in there.

put most of it in the changelog.

hope i didnt break anything for yall!

-m

Date2004-12-11 08:21
Fromsteven yi
Subject[CSOUND-DEV:5519] Re: csound4 changes
Hi Matt,

That's a lot of fixes!  Will you be porting those to CS5? 

Also, did a checkout of CS4 and tried to build and got:

oload.c: In function `oloadRESET':
oload.c:343: error: structure has no member named `csoundGetVersion'
oload.c:346: error: structure has no member named `csoundGetVersion'
oload.c:356: error: structure has no member named `csoundSetRtcloseCallback'
oload.c:358: error: structure has no member named `csoundSetRtcloseCallback'

Don't have time to check into it tonight unfortunately; has anyone else 
go this?

Thanks,
steven


Matt J. Ingalls wrote:

>
> i commited a bunch of changes to csound4 -- bug fixes and some istvan 
> code that never got in there.
>
> put most of it in the changelog.
>
> hope i didnt break anything for yall!
>
> -m
>
>
>

Date2004-12-11 13:00
FromBen Collver
Subject[CSOUND-DEV:5520] Re: csound4 changes
AttachmentsNone  

Date2004-12-11 19:30
From"Matt J. Ingalls"
Subject[CSOUND-DEV:5521] Re: csound4 changes

ok thanks john for fixing those things.

problem i have [and reason ive been so reluctant w/ cvs] is i did some 
restructuring to a bunch of the main header files right before the code 
freeze [what was that 2 years now?] and they were not incorporated. 
[basically moved all essential definitions into one header file to allow
  creating an api=host without needing the entire sources-- it looks like
  this is already done in csound5]  one of the things i did was have all 
the api functions be the same name in the globals struct, and thats why
this cropped up.

and yes, im trying to finally move onto csound5!

-m

On Sat, 11 Dec 2004, steven yi wrote:

> Hi Matt,
>
> That's a lot of fixes!  Will you be porting those to CS5? 
> Also, did a checkout of CS4 and tried to build and got:
>
> oload.c: In function `oloadRESET':
> oload.c:343: error: structure has no member named `csoundGetVersion'
> oload.c:346: error: structure has no member named `csoundGetVersion'
> oload.c:356: error: structure has no member named `csoundSetRtcloseCallback'
> oload.c:358: error: structure has no member named `csoundSetRtcloseCallback'
>
> Don't have time to check into it tonight unfortunately; has anyone else go 
> this?
>
> Thanks,
> steven
>
>
> Matt J. Ingalls wrote:
>
>> 
>> i commited a bunch of changes to csound4 -- bug fixes and some istvan code 
>> that never got in there.
>> 
>> put most of it in the changelog.
>> 
>> hope i didnt break anything for yall!
>> 
>> -m
>> 
>> 
>> 
>
>

Date2004-12-12 00:21
Fromsteven yi
Subject[CSOUND-DEV:5522] Re: csound4 changes
Hi Matt and John,

Question regarding the fixes and fixes to fixes: in aifc.c, there are 
some #ifdef's added by matt for __MACH__ that were removed in the 
version checked in by John.  Is this correct and the __MACH__ shouldn't 
be there now?

Thanks,
steven

Matt J. Ingalls wrote:

>
>
> ok thanks john for fixing those things.

Date2004-12-12 01:00
Fromjpff@codemist.co.uk
Subject[CSOUND-DEV:5523] Re: csound4 changes
It is possible that th eversion of aifc.c was back a version --
suggest someone touch the matt version and re-commit; that or I need
to work out how to get old versions.
  I still believe that csound4 is getting bug-fixes only.
==John ffitch

Date2004-12-12 01:10
From"Matt J. Ingalls"
Subject[CSOUND-DEV:5524] Re: csound4 changes
ill check my file back in..
-m

On Sun, 12 Dec 2004 jpff@codemist.co.uk wrote:

> It is possible that th eversion of aifc.c was back a version --
> suggest someone touch the matt version and re-commit; that or I need
> to work out how to get old versions.
>  I still believe that csound4 is getting bug-fixes only.
> ==John ffitch
>
>