Re: [Csnd] Having difficulty with ftsamplebank
Date | 2023-03-12 11:21 |
From | Scott Daughtrey |
Subject | Re: [Csnd] Having difficulty with ftsamplebank |
Thanks again, Dave. Ok, so my next question - I looked at the tabmorphak opcode but the manual example uses the output directly as the "asig". What would be the best method of then tuning the output frequencies? Can tabmorphak be used with an oscillator? It only functions at a- rate so I'm not sure of the best way to implement this. Regards, Scott 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 | 2023-03-12 12:35 |
From | thorin kerr |
Subject | Re: [Csnd] Having difficulty with ftsamplebank |
tabmorphak is effectively the oscillator. In the manual example, the aindex value from the phasor cycles through the table. You 'tune' it by setting the phasor speed. The manual example for phasor shows a similar example of turning a table into an oscillator with phasor. On Sun, Mar 12, 2023 at 9:16 PM Scott Daughtrey <stunes6556@gmail.com> wrote: Thanks again, Dave. |
Date | 2023-03-12 12:48 |
From | thorin kerr |
Subject | Re: [Csnd] Having difficulty with ftsamplebank |
Actually my apologies... the phasor example doesn't show that exactly, but it's mentioned in the description. Point is... if your tables are all single-cycle then setting that phasor speed should give you the frequency you're after... unless you have funky waveforms. I thought as well.. the --realtime flag could also cause the issue you mentioned with the ftsamplebank loading 'late'... if you're using it. On Sun, Mar 12, 2023 at 10:35 PM thorin kerr <thorin.kerr@gmail.com> wrote:
|