Csound Csound-dev Csound-tekno Search About

how to read score time in instrument?

Date2016-07-18 02:21
FromForrest Curo
Subjecthow to read score time in instrument?
Is there any simple, obvious way to get the absolute score time within an instrument instance and directly generate a function of that?
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

Date2016-07-18 07:17
FromVictor Lazzarini
SubjectRe: how to read score time in instrument?
p2 would give you the current start time.
times gives you the total time since Csound started playing.
timeinsts gives you the time since the instr started playing.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 18 Jul 2016, at 02:21, Forrest Curo <treegestalt@GMAIL.COM> wrote:

Is there any simple, obvious way to get the absolute score time within an instrument instance and directly generate a function of that?
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

Date2016-07-18 15:04
FromForrest Curo
SubjectRe: how to read score time in instrument?
Yes -- what I was wanting, however, was a periodic envelope for the a-rate delay in flanger. Probably it's easiest to just plug in a sin-wave-plus-one-times-something...?

On Sun, Jul 17, 2016 at 11:17 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
p2 would give you the current start time.
times gives you the total time since Csound started playing.
timeinsts gives you the time since the instr started playing.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 18 Jul 2016, at 02:21, Forrest Curo <treegestalt@GMAIL.COM> wrote:

Is there any simple, obvious way to get the absolute score time within an instrument instance and directly generate a function of that?
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

Date2016-07-18 17:12
FromForrest Curo
SubjectRe: how to read score time in instrument?
Like this (I think):
adel oscil 1, 0.25
adel = (adel + 1) *0.01
al flanger ar, adel, kfdbk
ar flanger al, adel, kfdbk

On Mon, Jul 18, 2016 at 7:04 AM, Forrest Curo <treegestalt@gmail.com> wrote:
Yes -- what I was wanting, however, was a periodic envelope for the a-rate delay in flanger. Probably it's easiest to just plug in a sin-wave-plus-one-times-something...?

On Sun, Jul 17, 2016 at 11:17 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
p2 would give you the current start time.
times gives you the total time since Csound started playing.
timeinsts gives you the time since the instr started playing.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 18 Jul 2016, at 02:21, Forrest Curo <treegestalt@GMAIL.COM> wrote:

Is there any simple, obvious way to get the absolute score time within an instrument instance and directly generate a function of that?
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

Date2016-07-18 18:15
FromVictor Lazzarini
SubjectRe: how to read score time in instrument?
yes. Just make sure the mod signal is never negative.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 18 Jul 2016, at 17:12, Forrest Curo <treegestalt@GMAIL.COM> wrote:

Like this (I think):
adel oscil 1, 0.25
adel = (adel + 1) *0.01
al flanger ar, adel, kfdbk
ar flanger al, adel, kfdbk

On Mon, Jul 18, 2016 at 7:04 AM, Forrest Curo <treegestalt@gmail.com> wrote:
Yes -- what I was wanting, however, was a periodic envelope for the a-rate delay in flanger. Probably it's easiest to just plug in a sin-wave-plus-one-times-something...?

On Sun, Jul 17, 2016 at 11:17 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
p2 would give you the current start time.
times gives you the total time since Csound started playing.
timeinsts gives you the time since the instr started playing.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 18 Jul 2016, at 02:21, Forrest Curo <treegestalt@GMAIL.COM> wrote:

Is there any simple, obvious way to get the absolute score time within an instrument instance and directly generate a function of that?
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