[Csnd] irate, krate,inch,Gen1
Date | 2018-08-02 16:26 |
From | Arash Hajihoseini <0000039cebfbf516-dmarc-request@LISTSERV.HEANET.IE> |
Subject | [Csnd] irate, krate,inch,Gen1 |
Hello,
I'm wondering if there is a way to write from inch into Gen1. Also is there a way to update irate variables at krate? I understand you can cast like this:
ifreq init i(kfreq)
but how do you make it update at krate.
I prefer not send a new event i because I don't necessarily want a new note I just want to update irate variables at krate.
I appreciate any help.
Best,
Arash
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 |
Date | 2018-08-02 17:12 |
From | Victor Lazzarini |
Subject | Re: [Csnd] irate, krate,inch,Gen1 |
You might be confusing GEN routines with function tables. GENs are called to fill tables, so what you might be asking is if you can write to tables, which you can with the tablew opcode, for instance.
i-rate variables can only but updated at i-time or at reinit time (see reinit).
Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland
On 2 Aug 2018, at 16:26, Arash Hajihoseini <0000039cebfbf516-dmarc-request@LISTSERV.HEANET.IE> wrote:
|
Date | 2018-08-02 18:10 |
From | Arash Hajihoseini <0000039cebfbf516-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd] irate, krate,inch,Gen1 |
Thank you for your response. If I write the signal from inch into a table is there a way to get mincer to read from that table?
best,
Arash
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-----Original Message-----
From: Victor Lazzarini <Victor.Lazzarini@MU.IE> To: CSOUND <CSOUND@LISTSERV.HEANET.IE> Sent: Thu, Aug 2, 2018 12:12 pm Subject: Re: [Csnd] irate, krate,inch,Gen1
You might be confusing GEN routines with function tables. GENs are called to fill tables, so what you might be asking is if you can write to tables, which you can with the tablew opcode, for instance.
i-rate variables can only but updated at i-time or at reinit time (see reinit).
Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland
On 2 Aug 2018, at 16:26, Arash Hajihoseini <0000039cebfbf516-dmarc-request@LISTSERV.HEANET.IE> wrote:
|
Date | 2018-08-02 18:21 |
From | Victor Lazzarini |
Subject | Re: [Csnd] irate, krate,inch,Gen1 |
yes, once you write to a table, you can use the table in any way you’d like.
Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland
On 2 Aug 2018, at 18:10, Arash Hajihoseini <0000039cebfbf516-dmarc-request@LISTSERV.HEANET.IE> wrote:
|