Csound Csound-dev Csound-tekno Search About

[Cs-dev] atsa utility and planning

Date2006-08-22 09:47
Fromjpff@codemist.co.uk
Subject[Cs-dev] atsa utility and planning
yesterday I created a standalone version of the atsa utility, but then
i wondered if this is really necessary.   Thinking of the utilities,
we now have a situation where they used to be in three directories
(anal, util1, util2) where the distinctions were analysis tasks,
original utilities and newer utilities.  Now we have the directories
util in addition to the other three, although they are largely
denuded.
  Unless there are objections I intend moving all utilities and
analysis in util and remove the others; will make a rather flatten
tree and may be harder for navigation.
  Thoughts? Comments? Silence is consent.
==John ffitch

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-08-22 09:54
FromVictor Lazzarini
SubjectRe: [Cs-dev] atsa utility and planning
Sounds OK to me.

By the way, I'd like to ask two things:

1. The moogvcf2 code seems to spew out a number of warnings (I have not
read them as they speed across the screen...). Is that OK?

2. Working on a pvs bus interface based on chani/o I noticed that there
is a potential bug in chani/o. The check for invalid index is made inside
an 'if' statement and might not be made on all occasions. Can you have
a look?

Victor

Victor
At 09:47 22/08/2006, you wrote:
>yesterday I created a standalone version of the atsa utility, but then
>i wondered if this is really necessary.   Thinking of the utilities,
>we now have a situation where they used to be in three directories
>(anal, util1, util2) where the distinctions were analysis tasks,
>original utilities and newer utilities.  Now we have the directories
>util in addition to the other three, although they are largely
>denuded.
>   Unless there are objections I intend moving all utilities and
>analysis in util and remove the others; will make a rather flatten
>tree and may be harder for navigation.
>   Thoughts? Comments? Silence is consent.
>==John ffitch
>
>-------------------------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>_______________________________________________
>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 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-08-22 09:58
From"Steven Yi"
SubjectRe: [Cs-dev] atsa utility and planning
AttachmentsNone  

Date2006-08-22 10:46
Fromjpff@codemist.co.uk
SubjectRe: [Cs-dev] atsa utility and planning
Hum...  I took a look at the code for moogvcf2 and I cannot see any
place where it could generate output.  Could you send an orc/sco/csd?

Similarly I looked at chani/o -- well I did find a missing return in
front of a PerfError; but I see what you mean the test for negative is
in the wrong place.  Will fix

==John ffitch

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-08-22 11:00
FromVictor Lazzarini
SubjectRe: [Cs-dev] atsa utility and planning
These warnings are from atsa.c:

util\atsa.c(621) : warning C4305: '=' : truncation from 'const double ' to 
'float '
util\atsa.c(917) : warning C4244: 'return' : conversion from 'double ' to 
'int ', possible loss of data
util\atsa.c(1058) : warning C4244: 'function' : conversion from 'double ' 
to 'int ', possible loss of data
util\atsa.c(1398) : warning C4244: '=' : conversion from 'double ' to 'int 
', possible loss of data
util\atsa.c(1432) : warning C4244: '=' : conversion from 'double ' to 'int 
', possible loss of data
util\atsa.c(1512) : warning C4244: '=' : conversion from 'double ' to 'int 
', possible loss of data
util\atsa.c(2067) : warning C4305: '=' : truncation from 'const double ' to 
'float '
util\atsa.c(2113) : warning C4244: '=' : conversion from 'double ' to 'int 
', possible loss of data
util\atsa.c(2200) : warning C4244: '=' : conversion from 'double ' to 'int 
', possible loss of data
util\atsa.c(2202) : warning C4244: '=' : conversion from 'double ' to 'int 
', possible loss of data
util\atsa.c(2210) : warning C4244: '=' : conversion from 'double ' to 'int 
', possible loss of data

Probably not serious.

I'll chase the moogvcf ones.

Victor

At 10:46 22/08/2006, you wrote:
>Hum...  I took a look at the code for moogvcf2 and I cannot see any
>place where it could generate output.  Could you send an orc/sco/csd?
>
>Similarly I looked at chani/o -- well I did find a missing return in
>front of a PerfError; but I see what you mean the test for negative is
>in the wrong place.  Will fix
>
>==John ffitch
>
>-------------------------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>_______________________________________________
>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 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-08-22 11:16
Fromjpff
SubjectRe: [Cs-dev] atsa utility and planning
OK; will look at the atsa messages


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-08-22 11:19
Fromjpff
SubjectRe: [Cs-dev] atsa utility and planning
AttachmentsNone  None  
The warnings from teh compilation of biquad are all spurious. GCC do not 
seem to be capable of realising that (a&&b) is the inverse of (¬a||¬b)
==John

Date2006-08-23 10:14
Fromjpff@codemist.co.uk
SubjectRe: [Cs-dev] atsa utility and planning
I fixed those atsa.c warning messages (which I do not see in my Linux
machine).  Most are frankly stupid -- treating floor as if it were an
integer-returning function for example.  Mind you I am mystified by
the line
    M_2 = (int)floor((anargs->win_size - 1) / 2);
which occurs a couple of times.   How does this differ from 
    M_2 = (anargs->win_size - 1) / 2;
?  win_size is an integer, and as far as I can tell positive.  Seems
odd to me.
==John ffitch

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net