Csound Csound-dev Csound-tekno Search About

[Csnd] Invalid ftable?

Date2022-01-12 03:36
FromPartev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE>
Subject[Csnd] Invalid ftable?


Doing a couple of book examples page 34-36. 
I keep getting a initiation error for the “envlpx” for an Invalid ftable. 

kenv    envlpx  iamp, iatk, idur, irel, iatkfun, iatdec, ixmod 


; instr strt dur ampdb ifrq ifun iatk  irel iatkfun iatdec ixmod
;  p1    p2   p3   p4     p5   p6    p7    p8     p9    p10    p11
i 122    0   4  10000  110   1   0.125  3     0.2    0.7     0.1

What am I doing wrong. Sorry for the rookie queries, 
a bit rusty. 

BTW,… is there a newer edition for “the book”? Maybe one of 
my problems. 



Thanks all, 
-Partev 



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-01-12 21:07
Fromjohn
SubjectRe: [Csnd] Invalid ftable?
I assume this is from "The Csound Book"

If I count the arguments correctly iatkfn is a f-table number; you have 
this as 0.2 which is not what is in the book.  Correct that at least.

==John ff
On Wed, 12 Jan 2022, Partev Sarkissian wrote:

> 
> 
> Doing a couple of book examples page 34-36. 
> I keep getting a initiation error for the “envlpx” for an Invalid ftable. 
> 
> kenv    envlpx  iamp, iatk, idur, irel, iatkfun, iatdec, ixmod 
> 
> 
> ; instr strt dur ampdb ifrq ifun iatk  irel iatkfun iatdec ixmod
> ;  p1    p2   p3   p4     p5   p6    p7    p8     p9    p10    p11
> i 122    0   4  10000  110   1   0.125  3     0.2    0.7     0.1
> 
> What am I doing wrong. Sorry for the rookie queries, 
> a bit rusty. 
> 
> BTW,… is there a newer edition for “the book”? Maybe one of 
> my problems. 
> 
> 
> 
> Thanks all, 
> -Partev 
> 
> 
> 
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here
>

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2022-01-16 00:20
FromPartev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] Invalid ftable?

First time using this one. What would be a good 
value range for iatkfun? 

Thanks, 
-Partev



-----Original Message-----
From: john <jpff@CODEMIST.CO.UK>
To: CSOUND@LISTSERV.HEANET.IE
Sent: Wed, Jan 12, 2022 9:07 pm
Subject: Re: [Csnd] Invalid ftable?

I assume this is from "The Csound Book"

If I count the arguments correctly iatkfn is a f-table number; you have
this as 0.2 which is not what is in the book.  Correct that at least.

==John ff
On Wed, 12 Jan 2022, Partev Sarkissian wrote:

>
>
> Doing a couple of book examples page 34-36. 
> I keep getting a initiation error for the “envlpx” for an Invalid ftable. 
>
> kenv    envlpx  iamp, iatk, idur, irel, iatkfun, iatdec, ixmod 
>
>
> ; instr strt dur ampdb ifrq ifun iatk  irel iatkfun iatdec ixmod
> ;  p1    p2   p3   p4     p5   p6    p7    p8     p9    p10    p11
> i 122    0   4  10000  110   1   0.125  3     0.2    0.7     0.1
>
> What am I doing wrong. Sorry for the rookie queries, 
> a bit rusty. 
>
> BTW,… is there a newer edition for “the book”? Maybe one of 
> my problems. 
>
>
>
> Thanks all, 
> -Partev 
>
>
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

>

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-01-16 12:02
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] Invalid ftable?
The function table is expected to be rescaled, so the range is 0-1, with an extended guard point.
It's just a rise shape, GEN7 can do it. 

See the man page for an example,


Prof. Victor Lazzarini
Maynooth University
Ireland

On 16 Jan 2022, at 00:22, Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie> 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.


First time using this one. What would be a good 
value range for iatkfun? 

Thanks, 
-Partev



-----Original Message-----
From: john <jpff@CODEMIST.CO.UK>
To: CSOUND@LISTSERV.HEANET.IE
Sent: Wed, Jan 12, 2022 9:07 pm
Subject: Re: [Csnd] Invalid ftable?

I assume this is from "The Csound Book"

If I count the arguments correctly iatkfn is a f-table number; you have
this as 0.2 which is not what is in the book.  Correct that at least.

==John ff
On Wed, 12 Jan 2022, Partev Sarkissian wrote:

>
>
> Doing a couple of book examples page 34-36. 
> I keep getting a initiation error for the “envlpx” for an Invalid ftable. 
>
> kenv    envlpx  iamp, iatk, idur, irel, iatkfun, iatdec, ixmod 
>
>
> ; instr strt dur ampdb ifrq ifun iatk  irel iatkfun iatdec ixmod
> ;  p1    p2   p3   p4     p5   p6    p7    p8     p9    p10    p11
> i 122    0   4  10000  110   1   0.125  3     0.2    0.7     0.1
>
> What am I doing wrong. Sorry for the rookie queries, 
> a bit rusty. 
>
> BTW,… is there a newer edition for “the book”? Maybe one of 
> my problems. 
>
>
>
> Thanks all, 
> -Partev 
>
>
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

>

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-01-16 22:11
FromPartev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] Invalid ftable?
Thanks, need to re-read about the different GEN's again. 


Thanks again, 
-Partev 



-----Original Message-----
From: Victor Lazzarini <Victor.Lazzarini@MU.IE>
To: CSOUND@LISTSERV.HEANET.IE
Sent: Sun, Jan 16, 2022 12:02 pm
Subject: Re: [Csnd] [EXTERNAL] Re: [Csnd] Invalid ftable?

The function table is expected to be rescaled, so the range is 0-1, with an extended guard point.
It's just a rise shape, GEN7 can do it. 

See the man page for an example,


Prof. Victor Lazzarini
Maynooth University
Ireland

On 16 Jan 2022, at 00:22, Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie> 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.

First time using this one. What would be a good 
value range for iatkfun? 

Thanks, 
-Partev



-----Original Message-----
From: john <jpff@CODEMIST.CO.UK>
To: CSOUND@LISTSERV.HEANET.IE
Sent: Wed, Jan 12, 2022 9:07 pm
Subject: Re: [Csnd] Invalid ftable?

I assume this is from "The Csound Book"

If I count the arguments correctly iatkfn is a f-table number; you have
this as 0.2 which is not what is in the book.  Correct that at least.

==John ff
On Wed, 12 Jan 2022, Partev Sarkissian wrote:

>
>
> Doing a couple of book examples page 34-36. 
> I keep getting a initiation error for the “envlpx” for an Invalid ftable. 
>
> kenv    envlpx  iamp, iatk, idur, irel, iatkfun, iatdec, ixmod 
>
>
> ; instr strt dur ampdb ifrq ifun iatk  irel iatkfun iatdec ixmod
> ;  p1    p2   p3   p4     p5   p6    p7    p8     p9    p10    p11
> i 122    0   4  10000  110   1   0.125  3     0.2    0.7     0.1
>
> What am I doing wrong. Sorry for the rookie queries, 
> a bit rusty. 
>
> BTW,… is there a newer edition for “the book”? Maybe one of 
> my problems. 
>
>
>
> Thanks all, 
> -Partev 
>
>
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

>

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here