Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4308] RE: Further updates

Date2004-03-13 14:45
From"gogins@pipeline.com"
Subject[CSOUND-DEV:4308] RE: Further updates
I do not see your updates in CVS. 

I am becoming concerned that by your working in your area and my working in
CVS, we are in effect branching the code, something I hope very much to
avoid.


Original Message:
-----------------
From:  jpff@codemist.co.uk
Date: Sat, 13 Mar 2004 13:59:08 +0000
To: csound-dev@eartha.mills.edu
Subject: [CSOUND-DEV:4307] Further updates


1) the clipper macro is totally unnecessary and I removed the
addition code (in H/dpwe.h)

2) Sorted out many on the ULAW flags.  Ulaw is not back as it comes
with libsndfile.  

3) Now have sndinfo running in both -U and standalone forms.

4) I have split libsnd.c into two sections, so the standalone programs
do not need so much clutter.  This is ongoing

5) hetro compiles as standalone but fails to run with a division by
zero.  Only just got that far, and  it seems I have failed to initialise
nchnls somewhere.

6) My intention is to spend part of the weekend working through all
the utilities to bring them into libsndfile compliance.[*]

7) I am thinking about the parser.  The current code has known bugs.
there is a simple work-a-round using the new parser, but there is a
much nicer solution which would take a little longer.

==John ffitch

[*] as the university has decided that we do not work on Saturdays and
Sundays.


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .

Date2004-03-13 14:57
FromJohn ffitch
Subject[CSOUND-DEV:4309] RE: Further updates
Yes; I cannot get in line with the CVS as it changed in incompatible ways 
a little while back.  I always did a "cvs update" before working on 
Csound, but after having my files deleted on cound, and then ending with a 
system which will not (and still does not) compile on csound5 I have been 
very carefull never to use CVS from this machine on which my master files 
reside -- it was a fortunate accident that I had a copy when my files were 
deleted.

I did post a day or so ago the file/directory structure I have here, and 
you replied that you had a different layout -- but I do not know in what 
way.

You posted some time ago that Csound5 was "now" generating sound files, 
while I thought it had been for a long time.  So we are very out of step.

==John ff

Date2004-03-14 18:53
Fromramsdell@mitre.org (John D. Ramsdell)
Subject[CSOUND-DEV:4314] RE: Further updates
John ffitch  writes:

> Yes; I cannot get in line with the CVS as it changed in incompatible ways 
> a little while back.  I always did a "cvs update" before working on 

You should always do a "cvs up -d" so your directory structure will be
correct.

John