Re: [Cs-dev] ATS problesm
Date | 2007-07-12 18:39 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] ATS problesm |
I did, on Windows. > > I have been attempting to use the atsa utility. I am > seeing two problems. > > 1: It generates 7 internal errors that mmalloc() was > called with zero bytes > > 2: It crashes during the "saving ATS data" phase, and does > not produce any output file. > atsa_main (csound=0x6cb010, argc=3, argv= |
Date | 2007-07-12 19:52 |
From | Anthony Kozar |
Subject | Re: [Cs-dev] ATS problesm |
I have tested it on MacOS 9 (just before 5.06 was released, I think) and it appeared to work. I don't remember if I tried using the output file, but it did generate one. Anthony Victor Lazzarini wrote on 7/12/07 1:39 PM: > I did, on Windows. jpff wrote: >> I have been attempting to use the atsa utility. >> Has anyone managed to get this utility to run? ------------------------------------------------------------------------- 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-07-13 11:21 |
From | Tim Mortimer |
Subject | Re: [Cs-dev] ATS problesm |
The ATS utility also crashes for me on windows. jpff has reported to me offlist that my ATSaddnz example (the one that made no audio output) probably had no noise component in the analysis. The analysis i produced did generate ATSadd partial data however - so perhaps the noise component only of the data has failed to be rendered to the ats file This appears the only remaining avenue of investigation - as i know my file should have produced a noise component - it was basically ALL noise in an attempt to yield something (anything!) for ATSaddnz... Victor Lazzarini wrote: > > I did, on Windows. > >> >> I have been attempting to use the atsa utility. I am >> seeing two problems. >> >> 1: It generates 7 internal errors that mmalloc() was >> called with zero bytes >> >> 2: It crashes during the "saving ATS data" phase, and does >> not produce any output file. >> atsa_main (csound=0x6cb010, argc=3, argv= |
Date | 2007-07-13 14:22 |
From | Tim Mortimer |
Subject | Re: [Cs-dev] ATS problesm |
I should correct my statement below slightly. Another possibility is that the default ats analysis parameters produce no noise component / contradict the manual. as i simply went -U atsa filein.wav fileout.ats to produce my analysis's (plural) to date... jpff has sent me an analysis file that he has used with a simple ATSaddnz .CSD to make some output. I'm off to bed soon but will be up at sparrowfart & will run it & report if it makes any sounds for me. (Csound not on this machine.... ) Were you able to prevent the crashes then in the end john? (sorry to cloud the dev list - don't intend to make a habit of it...) Tim Mortimer wrote: > > > > This appears the only remaining avenue of investigation - as i know my > file should have produced a noise component - it was basically ALL noise > in an attempt to yield something (anything!) for ATSaddnz... > > > Victor Lazzarini wrote: >> >> I did, on Windows. >> >>> >>> I have been attempting to use the atsa utility. I am >>> seeing two problems. >>> >>> 1: It generates 7 internal errors that mmalloc() was >>> called with zero bytes >>> >>> 2: It crashes during the "saving ATS data" phase, and does >>> not produce any output file. >>> atsa_main (csound=0x6cb010, argc=3, argv= |
Date | 2007-07-14 00:57 |
From | Tim Mortimer |
Subject | Re: [Cs-dev] ATS problesm |
Jpff's ATSaddnz code & his analysis file work for me. The problem I was / am having is due to (assumedly) the ATSA analysis utility producing no residual noise component on my analysis files. when i run ATSA all the output to the console window looks fine (..done! ..done! etc...) but it concludes with the following dialog box message "The instruction at 0x10015b30 referenced memory at 0x00000000. The memory could not be read. Click OK to terminate the program" & my analysis never has any noise component.... -- View this message in context: http://www.nabble.com/ATS-problesm-tf4069629.html#a11589438 Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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-07-14 05:09 |
From | peiman |
Subject | Re: [Cs-dev] ATS problesm |
Hi, Are you just using the default analysis parameters when you get the error message? P Tim Mortimer wrote: > > Jpff's ATSaddnz code & his analysis file work for me. > > The problem I was / am having is due to (assumedly) the ATSA analysis > utility producing no residual noise component on my analysis files. > > when i run ATSA all the output to the console window looks fine (..done! > ..done! etc...) > > but it concludes with the following dialog box message > > "The instruction at 0x10015b30 referenced memory at 0x00000000. The memory > could not be read. > > Click OK to terminate the program" > > & my analysis never has any noise component.... > > > > -- View this message in context: http://www.nabble.com/ATS-problesm-tf4069629.html#a11590897 Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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-07-14 12:16 |
From | Tim Mortimer |
Subject | Re: [Cs-dev] ATS problesm |
yes, I haven't tried setting non default params yet - which admittedly is a bit slack of me, but it's not a completely unreasonable assumption to think "i'll just work with defaults until i can be sure all the opcodes are functioning / i can implement the resynthesis method using these (assumedly sane & functional) defaults" so yes, default params produces the error message - & (apparently) no noise residue in the analysis. jpff has been pulling this apart - i'm happy to wait till he has something more to say. He too was experiencing crashes & as yet not sure how he got past that - & if he has fixed any "no residual noise" issues in the process been working on other stuff today, so hasn't been a huge issue..... peiman wrote: > > Hi, > > Are you just using the default analysis parameters when you get the error > message? > > P > > > Tim Mortimer wrote: >> >> Jpff's ATSaddnz code & his analysis file work for me. >> >> The problem I was / am having is due to (assumedly) the ATSA analysis >> utility producing no residual noise component on my analysis files. >> >> when i run ATSA all the output to the console window looks fine (..done! >> ..done! etc...) >> >> but it concludes with the following dialog box message >> >> "The instruction at 0x10015b30 referenced memory at 0x00000000. The >> memory could not be read. >> >> Click OK to terminate the program" >> >> & my analysis never has any noise component.... >> >> >> >> > > -- View this message in context: http://www.nabble.com/ATS-problesm-tf4069629.html#a11593000 Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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-07-14 18:51 |
From | "peiman khosravi" |
Subject | Re: [Cs-dev] ATS problesm |
Attachments | None |
Date | 2007-07-15 04:45 |
From | Tim Mortimer |
Subject | Re: [Cs-dev] ATS problesm |
I didn't know there was one Where & How? It has been working for me on OS X. Have you tried the ATSH user interface? Peiman -- View this message in context: http://www.nabble.com/ATS-problesm-tf4069629.html#a11599444 Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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-07-16 12:11 |
From | Tim Mortimer |
Subject | Re: [Cs-dev] ATS problesm |
assumedly this is it then http://musica.unq.edu.ar/personales/odiliscia/software/ATSH-doc.htm will try & get this happening in a few days maybe. jpff isn't reporting the same errors as i'm getting - my ATSA analysis still crashes on exit & has no residual.... hopefully this will miraculaously fix itself then once i install the next release.... sometime soon i'll report the crashes i'm getting from the pvoc analysis utility also, perhaps they are related..... thanks peiman for bringing this alternate atsa analysis tool to my attention... thanks jpff particularly for all your help. onto the next item on the hitlist (& making trax - the pvoc thing is moving along nicely - heres a cello resynth i made today whilst doing some instrument design) http://www.nabble.com/file/p11613348/TantricCellos.mp3 TantricCellos.mp3 peiman wrote: > > It has been working for me on OS X. Have you tried the ATSH user > interface? > Peiman > > > -- View this message in context: http://www.nabble.com/ATS-problesm-tf4069629.html#a11613348 Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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 |