Re: [Csnd] CsoundApi~ loscil, display table index
| Date | 2018-01-30 10:05 |
| From | Joel Ramsbottom |
| Subject | Re: [Csnd] CsoundApi~ loscil, display table index |
I'm not sure if that makes things clear. tablei looks like it can read the same f table that loscil is processing. it looks like you can do something with its index data mode in this case perhaps normalised (0 to 1). but what can be done from here to display the value from 0 to 1 (in this case sending it to pd and displaying on a horizontal slider, for example )?
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-01-30 11:31 |
| From | Rory Walsh |
| Subject | Re: [Csnd] CsoundApi~ loscil, display table index |
Create a phasor with the same frequency as your loscil, then send the values of the phasor(0-1) to Pd? On 30 January 2018 at 10:05, Joel Ramsbottom <joel.ramsbottom@hotmail.co.uk> wrote: I'm not sure if that makes things clear. tablei looks like it can read the same f table that loscil is processing. it looks like you can do something with its index data mode in this case perhaps normalised (0 to 1). but what can be done from here to display the value from 0 to 1 (in this case sending it to pd and displaying on a horizontal slider, for example )? |