Csound Csound-dev Csound-tekno Search About

[Csnd] I have a cricket in my laptop

Date2013-05-22 22:24
Frompeiman khosravi
Subject[Csnd] I have a cricket in my laptop
<CsoundSynthesizer>
<CsOptions>
-odac -d
;-o test.aif -d -A -3
</CsOptions>
; ==============================================
<CsInstruments>

sr = 96000
ksmps = 10
nchnls = 1
0dbfs = 1

event_i "i", 1, 0, .5, 30

instr 1
asig oscil .05, 3040, 1
awind oscil 1, p4, 2 
aenv linen 1, .01, p3, .05 ;envelope segment
out asig*awind*aenv

irange = .12
iinterv gauss(irange)
iinterv = iinterv+irange+.9
event_i "i", 1, iinterv, iinterv/2, 30
endin

</CsInstruments>
; ==============================================
<CsScore>
f1 0 8192 10 1
f2 0 8192 -20 6 
;Gaussian window sounds a little sharp
;Maybe a smoother window shape would do better 
f0 3600

</CsScore>
</CsoundSynthesizer>


Date2013-05-22 22:53
FromRory Walsh
SubjectRe: [Csnd] I have a cricket in my laptop
I get a strange error when I try to run this with Csound6?

virtual_keyboard real time MIDI plugin for Csound
rtaudio: ALSA module enabled
0dBFS level = 32768.0
Csound version 6.00rc1 (double samples) May 11 2013
libsndfile-1.0.25
UnifiedCSD:  /home/rory/Desktop/cricket.csd
STARTING FILE
Creating options
Creating orchestra
Creating score
rtaudio: ALSA module enabled
Parsing successful!
error:  Unable to find opcode entry for 'linen' with matching argument types:
Found: a linen ccpc
Line: 18 Loc: 1
Parsing failed due to 1 semantic error!
WARNING: Stopping on parser failure

cannot compile orchestra

end of score.		   overall amps:      0.0
	   overall samples out of range:        0
1 errors in performance
Elapsed time at end of performance: real: 0.004s, CPU: 0.000s

Date2013-05-22 22:58
Frompeiman khosravi
SubjectRe: [Csnd] I have a cricket in my laptop
Weird. I'm running a slightly more recent build: 'Csound version 6.00rc1 (double samples) May 15 2013'. Could it be something that's been fixed?

P






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 22 May 2013 22:53, Rory Walsh <rorywalsh@ear.ie> wrote:
I get a strange error when I try to run this with Csound6?

virtual_keyboard real time MIDI plugin for Csound
rtaudio: ALSA module enabled
0dBFS level = 32768.0
Csound version 6.00rc1 (double samples) May 11 2013
libsndfile-1.0.25
UnifiedCSD:  /home/rory/Desktop/cricket.csd
STARTING FILE
Creating options
Creating orchestra
Creating score
rtaudio: ALSA module enabled
Parsing successful!
error:  Unable to find opcode entry for 'linen' with matching argument types:
Found: a linen ccpc
Line: 18 Loc: 1
Parsing failed due to 1 semantic error!
WARNING: Stopping on parser failure

cannot compile orchestra

end of score.              overall amps:      0.0
           overall samples out of range:        0
1 errors in performance
Elapsed time at end of performance: real: 0.004s, CPU: 0.000s


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"



Date2013-05-22 23:00
FromRory Walsh
SubjectRe: [Csnd] I have a cricket in my laptop
Doing a new bulid now...

On 22 May 2013 22:58, peiman khosravi  wrote:
> Weird. I'm running a slightly more recent build: 'Csound version 6.00rc1
> (double samples) May 15 2013'. Could it be something that's been fixed?
>
> P
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 22 May 2013 22:53, Rory Walsh  wrote:
>>
>> I get a strange error when I try to run this with Csound6?
>>
>> virtual_keyboard real time MIDI plugin for Csound
>> rtaudio: ALSA module enabled
>> 0dBFS level = 32768.0
>> Csound version 6.00rc1 (double samples) May 11 2013
>> libsndfile-1.0.25
>> UnifiedCSD:  /home/rory/Desktop/cricket.csd
>> STARTING FILE
>> Creating options
>> Creating orchestra
>> Creating score
>> rtaudio: ALSA module enabled
>> Parsing successful!
>> error:  Unable to find opcode entry for 'linen' with matching argument
>> types:
>> Found: a linen ccpc
>> Line: 18 Loc: 1
>> Parsing failed due to 1 semantic error!
>> WARNING: Stopping on parser failure
>>
>> cannot compile orchestra
>>
>> end of score.              overall amps:      0.0
>>            overall samples out of range:        0
>> 1 errors in performance
>> Elapsed time at end of performance: real: 0.004s, CPU: 0.000s
>>
>>
>> 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"
>>
>

Date2013-05-22 23:05
FromSteven Yi
SubjectRe: [Csnd] I have a cricket in my laptop
Yeah this is likely to do with updates to opcode entries. (linen was
changed around the time of the LAC, then again after that sometime).

On Wed, May 22, 2013 at 11:00 PM, Rory Walsh  wrote:
> Doing a new bulid now...
>
> On 22 May 2013 22:58, peiman khosravi  wrote:
>> Weird. I'm running a slightly more recent build: 'Csound version 6.00rc1
>> (double samples) May 15 2013'. Could it be something that's been fixed?
>>
>> P
>>
>>
>>
>>
>>
>>
>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>
>> To receive emails about upcoming concerts visit this page & enter your email
>> address in the 'follow' section.
>>
>>
>>
>> On 22 May 2013 22:53, Rory Walsh  wrote:
>>>
>>> I get a strange error when I try to run this with Csound6?
>>>
>>> virtual_keyboard real time MIDI plugin for Csound
>>> rtaudio: ALSA module enabled
>>> 0dBFS level = 32768.0
>>> Csound version 6.00rc1 (double samples) May 11 2013
>>> libsndfile-1.0.25
>>> UnifiedCSD:  /home/rory/Desktop/cricket.csd
>>> STARTING FILE
>>> Creating options
>>> Creating orchestra
>>> Creating score
>>> rtaudio: ALSA module enabled
>>> Parsing successful!
>>> error:  Unable to find opcode entry for 'linen' with matching argument
>>> types:
>>> Found: a linen ccpc
>>> Line: 18 Loc: 1
>>> Parsing failed due to 1 semantic error!
>>> WARNING: Stopping on parser failure
>>>
>>> cannot compile orchestra
>>>
>>> end of score.              overall amps:      0.0
>>>            overall samples out of range:        0
>>> 1 errors in performance
>>> Elapsed time at end of performance: real: 0.004s, CPU: 0.000s
>>>
>>>
>>> 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"
>

Date2013-05-22 23:17
FromRory Walsh
SubjectRe: [Csnd] I have a cricket in my laptop
All good now. I too have crickets in my laptop.