Csound Csound-dev Csound-tekno Search About

[Csnd] ATS opcodes

Date2008-08-11 14:33
Frompeiman
Subject[Csnd] ATS opcodes
Hello,

Just to mention that ATSaddnz crashes csound every time. It seems like it is
printing some pointers for purposes of debugging and that the printing is
causing the crash (the editor also freezes).

ATSsinnoi is working but it's very very slow, also the noise-part of the
synthesis makes lots of unwanted crackles. 

Basically I would say that the ATS opcodes are at the moment almost useless.
Did they ever work? 

Best
Peiman


-- 
View this message in context: http://www.nabble.com/ATS-opcodes-tp18925958p18925958.html
Sent from the Csound - General mailing list archive at Nabble.com.


Date2008-08-11 14:36
Fromjpff
Subject[Csnd] Re: ATS opcodes
I have used some of teh ATS opcodes.
More detasils?
==John ff



Date2008-08-11 14:46
Frompeiman khosravi
Subject[Csnd] Re: Re: ATS opcodes
Here is my instrument.

instr 1

ktime	line	 0, p3, 1

idata  ATSinfo "/Users/peimankhosravi/file.ats", 7
idata2 ATSinfo "/Users/peimankhosravi/file.ats", 3
;ar 	ATSadd	  idata*ktime, 1, "/Users/peimankhosravi/file.ats", 1,  
idata2 ;works fine
ar 	ATSaddnz  idata*ktime, "/Users/peimankhosravi/file.ats",  
2		;crashes csound
;ar 	ATSsinnoi idata*ktime, 1, 1, 1,"/Users/peimankhosravi/ 
noshit.ats",idata2  ;works but slow with crackles in the noise part

outs ar, ar

endin

You can download my ats file here. I think it's OK!

http://idisk.mac.com/peimankh/Public/file.ats


Thanks very much
Peiman

On 11 Aug 2008, at 14:36, jpff wrote:

> I have used some of teh ATS opcodes.
> More detasils?
> ==John ff
>
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"


Date2008-08-11 14:55
Fromjpff
Subject[Csnd] Re: ATS opcodes
PS: I can see that it might fail if using 32bit floats; I use 64bit 
routinely
==John ff



Date2008-08-11 14:57
From"David Akbari"
Subject[Csnd] Re: Re: ATS opcodes
AttachmentsNone  

Date2008-08-11 15:05
Frompeiman khosravi
Subject[Csnd] Re: Re: Re: ATS opcodes
Hi,

I am using the csound installer for intel machine, osx 10.4.11. The  
ats file is made with the ats utility that comes with csounds.

On that note, is a binary of csound double precision available for mac?

Best
Peiman

On 11 Aug 2008, at 14:57, David Akbari wrote:

> I think it's how you're creating the .ats file that's the problem. I
> use the ATS opcodes with no problems.
>
> What OS do you use? Did you compile the atsa/atsh binaries and use
> them to perform analysis?
>
> What are you using to create the analysis file? I believe that the
> opcodes are OK.
>
>
> -David
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"


Date2008-08-11 15:23
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: Re: ATS opcodes
Nope.

At 15:05 11/08/2008, you wrote:
>Hi,
>
>I am using the csound installer for intel machine, osx 10.4.11. The
>ats file is made with the ats utility that comes with csounds.
>
>On that note, is a binary of csound double precision available for mac?
>
>Best
>Peiman
>
>On 11 Aug 2008, at 14:57, David Akbari wrote:
>
>>I think it's how you're creating the .ats file that's the problem. I
>>use the ATS opcodes with no problems.
>>
>>What OS do you use? Did you compile the atsa/atsh binaries and use
>>them to perform analysis?
>>
>>What are you using to create the analysis file? I believe that the
>>opcodes are OK.
>>
>>
>>-David
>>
>>
>>Send bugs reports to this list.
>>To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>"unsubscribe csound"
>
>
>
>Send bugs reports to this list.
>To unsubscribe, send email sympa@lists.bath.ac.uk with body 
>"unsubscribe csound"

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 


Date2008-08-11 15:31
Frompeiman khosravi
Subject[Csnd] Re: Re: Re: Re: Re: ATS opcodes
Thanks victor,

That's a pity, Steven mentioned that blue and csoundapi  only work  
with the double....

Best
Peiman

On 11 Aug 2008, at 15:23, Victor Lazzarini wrote:

> Nope.
>
> At 15:05 11/08/2008, you wrote:
>> Hi,
>>
>> I am using the csound installer for intel machine, osx 10.4.11. The
>> ats file is made with the ats utility that comes with csounds.
>>
>> On that note, is a binary of csound double precision available for  
>> mac?
>>
>> Best
>> Peiman
>>
>> On 11 Aug 2008, at 14:57, David Akbari wrote:
>>
>>> I think it's how you're creating the .ats file that's the problem. I
>>> use the ATS opcodes with no problems.
>>>
>>> What OS do you use? Did you compile the atsa/atsh binaries and use
>>> them to perform analysis?
>>>
>>> What are you using to create the analysis file? I believe that the
>>> opcodes are OK.
>>>
>>>
>>> -David
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>> "unsubscribe csound"
>>
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>> "unsubscribe csound"
>
> Victor Lazzarini
> Music Technology Laboratory
> Music Department
> National University of Ireland, Maynooth
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"


Date2008-08-11 18:44
Frompeiman khosravi
Subject[Csnd] Re: Re: Re: ATS opcodes
I can confirm that the ats file is not corrupt. I have just tried it with supercollider's AtsNoiSynth ugen and it works perfectly. 

Thanks
Peiman
 
On 11 Aug 2008, at 14:57, David Akbari wrote:

I think it's how you're creating the .ats file that's the problem. I
use the ATS opcodes with no problems.

What OS do you use? Did you compile the atsa/atsh binaries and use
them to perform analysis?

What are you using to create the analysis file? I believe that the
opcodes are OK.


-David


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2008-08-30 11:14
Frompeiman khosravi
Subject[Csnd] Re: Re: ATS opcodes
Yes you are right, now that I have the 64bit build ATS is working OK  
(is there a reason for this?). Except ATSaddnz is still not making  
any noise, I think it's broken.

Best
Peiman


On 11 Aug 2008, at 14:55, jpff wrote:

> PS: I can see that it might fail if using 32bit floats; I use 64bit
> routinely
> ==John ff
>
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"