Csound Csound-dev Csound-tekno Search About

[Cs-dev] extract.c

Date2005-03-03 06:50
Fromjpff@codemist.co.uk
Subject[Cs-dev] extract.c
Why was this deleted from util2/mixer/ ?
==John ffitch


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-03-03 11:44
FromIstvan Varga
SubjectRe: [Cs-dev] extract.c
jpff@codemist.co.uk wrote:

> Why was this deleted from util2/mixer/ ?

util2/mixer/extract.c was not used by any build targets in SConstruct,
and the contents of the file seemed to be outdated (that is, it would
not compile). Additionally, there is a file xtrct.c that is newer and
appears to do the same thing, and is actually built. So, I made the
conclusion that extract.c is obsolete, and is replaced by xtrct.c.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-03-03 12:10
FromJohn ffitch
SubjectRe: [Cs-dev] extract.c
xtract works on scores, extract workson sound files.

Really you should not delete things without discussion.

==John ff




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-03-03 12:36
FromIstvan Varga
SubjectRe: [Cs-dev] extract.c
John ffitch wrote:

> xtract works on scores, extract workson sound files.

Wrong. Both files work on sound files, the only difference
is that extract.c is older and not used.
It is util1/sortex/xmain.c that extracts from scores.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-03-03 21:48
FromIstvan Varga
SubjectRe: [Cs-dev] extract.c
John ffitch wrote:

> xtract works on scores, extract workson sound files.

Wrong. Both files work on sound files, the only difference
is that extract.c is older and not used.
It is util1/sortex/xmain.c that extracts from scores.



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-03-03 22:45
FromRichard Dobson
SubjectRe: [Cs-dev] extract.c
According to my copy of Csound 5:

xtract.c works on soundfiles;
extract.c works on scores:

xmain.c calls  scxtract() defined in scxtract.c, which in turn calls extract() 
defined in extract.c.

Unless someone has decided to change it all, of course, my copy of Csound 5 is a 
  month old now....

Richard Dobson



Istvan Varga wrote:

> John ffitch wrote:
> 
>> xtract works on scores, extract workson sound files.
> 
> 
> Wrong. Both files work on sound files, the only difference
> is that extract.c is older and not used.
> It is util1/sortex/xmain.c that extracts from scores.
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-03-03 23:02
FromIstvan Varga
SubjectRe: [Cs-dev] extract.c
Richard Dobson wrote:

> According to my copy of Csound 5:
> 
> xtract.c works on soundfiles;
> extract.c works on scores:

To be more precise, Engine/extract.c works on scores, and
util2/mixer/extract.c (the file about which this thread is)
is a variant of xtrct.c, but is not used by the build system.
That's why I deleted util2/mixer/extract.c and kept xtrct.c.

> xmain.c calls  scxtract() defined in scxtract.c, which in turn calls 
> extract() defined in extract.c.

Yes, but in Engine/extract.c, not in util2/mixer/extract.c.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net