Re: [Csnd] sample phasor playback precision?
| Date | 2018-05-19 18:12 |
| From | John |
| Subject | Re: [Csnd] sample phasor playback precision? |
ilookup tableng 5 ; get length of sample in samples
Without the file loaded as table 5 it is rather hard to be certain
what you are doing, or the relationship between the phasor and the
audio files you read
asigL table aindex, ilftchnfunc, 0, 0, 1 ; index reads from table
asigR table aindex, irghchnfunc, 0, 0, 1
==John ffitch
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-05-19 19:57 |
| From | fauveboy |
| Subject | Re: [Csnd] sample phasor playback precision? |
Ah yes, I need to rethink the design there.
Well, I'm using samples that are all the same length in the orchestra.
But I suppose I need another p-field that reads from the respective sample
used in the score at the time.
--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
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 |