Csound Csound-dev Csound-tekno Search About

[Csnd] adsyn crashing

Date2010-11-27 17:21
FromJim Aikin
Subject[Csnd] adsyn crashing
For low levels of the ksmod input (below 0.1), adsyn crashes Csound after
some amount of time. The lower the input, the sooner the crash occurs.

I'm using QuteCsound 0.5 and Csound 5.12 on OS 10.6. If anyone needs more
details on this, let me know.

--JA

Date2010-11-27 17:32
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re: adsyn crashing
A little more detail please.  Like a csd fle, etc.
Looking at the code I can see potential problems if ksmod/kr is smaller
that 0.0000009765625

What kind of crash?  Segfault?  Division by zero?

==John ff

>
> For low levels of the ksmod input (below 0.1), adsyn crashes Csound after
> some amount of time. The lower the input, the sooner the crash occurs.
>
> I'm using QuteCsound 0.5 and Csound 5.12 on OS 10.6. If anyone needs more
> details on this, let me know.
>
> --JA
>
> --
> View this message in context:
> http://csound.1045644.n5.nabble.com/adsyn-crashing-tp3282531p3282531.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>
>
>




Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-11-27 18:41
FromJim Aikin
Subject[Csnd] Re: adsyn crashing
The .csd is a very lightly edited version of the example in the manual:


sr = 44100
ksmps = 2
nchnls = 2
0dbfs = 1

instr 1

kamod init 1
kfmod init 1
ksmod init 0.08

a1 adsyn kamod, kfmod, ksmod, "/Users/jimaikin/Documents/csound
audio/olive.het"

outs a1, a1
endin


The hetro file is rather large (143kb); I can email it to you if you like.
If I can find your email address, I'll do that right now.

The crash is, QuteCsound quits unexpectedly during playback. So I can't tell
you what kind of crash it is. Sorry.

Date2010-11-27 20:52
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re: Re: adsyn crashing
 possib;le fix is now in CVS


>
> The .csd is a very lightly edited version of the example in the manual:
>
> 
> sr = 44100
> ksmps = 2
> nchnls = 2
> 0dbfs = 1
>
> instr 1
>
> kamod init 1
> kfmod init 1
> ksmod init 0.08
>
> a1 adsyn kamod, kfmod, ksmod, "/Users/jimaikin/Documents/csound
> audio/olive.het"
>
> outs a1, a1
> endin
> 
>
> The hetro file is rather large (143kb); I can email it to you if you like.
> If I can find your email address, I'll do that right now.
>
> The crash is, QuteCsound quits unexpectedly during playback. So I can't
> tell
> you what kind of crash it is. Sorry.
>
>
> --
> View this message in context:
> http://csound.1045644.n5.nabble.com/adsyn-crashing-tp3282531p3282578.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>
>
>




Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-11-27 21:03
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: adsyn crashing
That was quick, thanks.

By the way, adsyn & hetro are not the best in terms of spectral  
processing. I would say that the ATS opcodes or
PV are much better, more robust and more flexible.

Victor


On 27 Nov 2010, at 20:52, jpff@cs.bath.ac.uk wrote:

> possib;le fix is now in CVS
>
>
>>
>> The .csd is a very lightly edited version of the example in the  
>> manual:
>>
>> 
>> sr = 44100
>> ksmps = 2
>> nchnls = 2
>> 0dbfs = 1
>>
>> instr 1
>>
>> kamod init 1
>> kfmod init 1
>> ksmod init 0.08
>>
>> a1 adsyn kamod, kfmod, ksmod, "/Users/jimaikin/Documents/csound
>> audio/olive.het"
>>
>> outs a1, a1
>> endin
>> 
>>
>> The hetro file is rather large (143kb); I can email it to you if  
>> you like.
>> If I can find your email address, I'll do that right now.
>>
>> The crash is, QuteCsound quits unexpectedly during playback. So I  
>> can't
>> tell
>> you what kind of crash it is. Sorry.
>>
>>
>> --
>> View this message in context:
>> http://csound.1045644.n5.nabble.com/adsyn-crashing-tp3282531p3282578.html
>> Sent from the Csound - General mailing list archive at Nabble.com.
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/? 
>> group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>> "unsubscribe
>> csound"
>>
>>
>>
>>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-11-27 21:43
Frommoko@city-net.com
Subject[Csnd] SoundSpotting and Csound
Hi all--

Just wondering if anyone has tried working with Michael Casey's
SoundSpotter with Csound. Have been reading about this in __The Oxford
Handbook of Computer Music__ and it seems like a powerful and interesting
technique.

The software is open source (this is from the book):

www.sourceforge.net/projects/mp7c

Seems like it will work with PD and Max/MSP but no mention of csound.

--David M.

Date2010-11-28 00:40
FromJim Aikin
Subject[Csnd] Re: Re: adsyn crashing
Ah, well ... someday I'm going to have to learn to compile Csound from
source. That would enable me to check out both the possible causes and
possible solutions with respect to this type of issue.

I had a look around on the web today, and found a blow-by-blow report from
someone who did his own compilation for OS 10.5. It only took him about 12
hours of work to iron out all of the kinks, and I understood practically
nothing in the description after "Downloaded Xcode tools from Apple
developer site."

If anyone knows of a way to learn the ins and outs of this stuff, short of
"take a few classes in computer science from a first-rate university," I'd
love to know about it. There isn't, in any case, a first-rate university
within driving distance of where I live. We have a community college, but
I'm afraid their computer courses lean mostly toward "how to uses a
spreadsheet 101," that type of thing.

--JA

Date2010-11-30 18:13
Fromjoachim heintz
Subject[Csnd] Re: Re: Re: adsyn crashing
i think the description here is not bad:
http://www.csounds.com/manual/html/BuildingCsound.html

i tried it some weeks ago (for mac osx), and asked the list about the  
items i didn't understand, and victor helped me to solve this. this  
was definitely less than 12 hours ...

	joachim


Am 28.11.2010 um 01:40 schrieb Jim Aikin:

>
> Ah, well ... someday I'm going to have to learn to compile Csound from
> source. That would enable me to check out both the possible causes and
> possible solutions with respect to this type of issue.
>
> I had a look around on the web today, and found a blow-by-blow  
> report from
> someone who did his own compilation for OS 10.5. It only took him  
> about 12
> hours of work to iron out all of the kinks, and I understood  
> practically
> nothing in the description after "Downloaded Xcode tools from Apple
> developer site."
>
> If anyone knows of a way to learn the ins and outs of this stuff,  
> short of
> "take a few classes in computer science from a first-rate  
> university," I'd
> love to know about it. There isn't, in any case, a first-rate  
> university
> within driving distance of where I live. We have a community  
> college, but
> I'm afraid their computer courses lean mostly toward "how to uses a
> spreadsheet 101," that type of thing.
>
> --JA
> -- 
> View this message in context: http://csound.1045644.n5.nabble.com/adsyn-crashing-tp3282531p3283097.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>
>



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-12-03 10:17
FromOeyvind Brandtsegg
Subject[Csnd] Re: SoundSpotting and Csound
It would be interesting to have in Csound,
but the source code is not on sourceforge.
(... not that I would be able to implement it if it was)
Oeyvind

2010/11/27  :
> Hi all--
>
> Just wondering if anyone has tried working with Michael Casey's
> SoundSpotter with Csound. Have been reading about this in __The Oxford
> Handbook of Computer Music__ and it seems like a powerful and interesting
> technique.
>
> The software is open source (this is from the book):
>
> www.sourceforge.net/projects/mp7c
>
> Seems like it will work with PD and Max/MSP but no mention of csound.
>
> --David M.
>
> --
> mheller@city-net.com
> dmooney@city-net.com
> Opaque Melodies:
> http://www.city-net.com/~moko/
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"