Csound Csound-dev Csound-tekno Search About

[Csnd-dev] parser problem

Date2022-09-12 17:11
FromJohn
Subject[Csnd-dev] parser problem
Providing type information lets it run

==John ffitch



-o dac -d


instr 1
 k1 = init:k(p5)
 aphs = phasor(k1)
 asig = tablei:a(aphs, 1, 1, 0, 1)
 out(p4*asig)
 k1 += 1
endin


f 1 0 8192 10 1
i 1 0 1 10000 330
e


Date2022-09-12 17:35
FromFrancois PINOT
SubjectRe: [Csnd-dev] parser problem
Yes, on my system too.
François

Le lun. 12 sept. 2022 à 18:11, John <jpff@codemist.co.uk> a écrit :
Providing type information lets it run

==John ffitch

<CsoundSynthesizer>
<CsOptions>
-o dac -d
</CsOptions>
<CsInstruments>
instr 1
 k1 = init:k(p5)
 aphs = phasor(k1)
 asig = tablei:a(aphs, 1, 1, 0, 1)
 out(p4*asig)
 k1 += 1
endin
</CsInstruments>
<CsScore>
f 1 0 8192 10 1
i 1 0 1 10000 330
e
</CsScore>

</CsoundSynthesizer>

Date2022-09-13 09:50
FromVictor Lazzarini
SubjectRe: [Csnd-dev] [EXTERNAL] [Csnd-dev] parser problem
Sounds like the right solution to me.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 12 Sept 2022, at 17:11, John  wrote:
> 
> *Warning*
> 
> This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> 
> Providing type information lets it run
> 
> ==John ffitch
> 
> 
> 
> -o dac -d
> 
> 
> instr 1
> k1 = init:k(p5)
> aphs = phasor(k1)
> asig = tablei:a(aphs, 1, 1, 0, 1)
> out(p4*asig)
> k1 += 1
> endin
> 
> 
> f 1 0 8192 10 1
> i 1 0 1 10000 330
> e
> 
>