Detecting fundamental pitch and partials

Hi @jan,

For a FluidPitch and FluidBufPitch example, check out (also in the helpfiles!):

Regarding partials, there currently doesn’t exist an object that provides that information directly (the frequency values and what not). Sines does that kind of analysis and then has the resynthesis bundled in.

To get the frequency values and their amplitudes, check out Nick Collins TopNFreqs: https://composerprogrammer.com/code/TopNFreq.zip

I use it and think it sounds pretty nice!