| Steven Curtin wrote:
>
> I have a general question-
>
> I'd like to take soundfiles or recordings of instruments and use their
> articulation microstructure (vibrato, etc) to control Csound instruments.
> This involves reading the pitch or fundamental frequency and turning it
> into a table or linseg which would then be applied to pitch, amplitude or
> whatever.
>
> What's the most "off the shelf" way to do this in Csound? Right now I'm
> thinking of using Hetro or Pvoc to get the frequencies and find the
lpread will give you pitch, amp and a "spectral index" consisting of
series of multipole filter coefficients frames that are passed on
internally to an lpreson ugen. You must of course analyse the soundfile
with lpanal. You can stash these functions (except the filters of
course) into a function table by first wrtting them out to a file via
the kdump ugen. You then reopen into a table with a gen01.
--
________________________________________________________
Jean Piche
Universite de Montreal
http://mistral.ere.umontreal.ca/~pichej
http://www.musique.umontreal.ca/Org/CompoElectro/CEC/ |