# HG changeset patch # User cannam # Date 1226355038 0 # Node ID 7ed04d09bc8bd57731b812f4029c08a7347c21bd # Parent 8042ab66f707aacb91aeeeb6c8070e01329c6982 ... diff -r 8042ab66f707 -r 7ed04d09bc8b src/doc-overview --- a/src/doc-overview Mon Nov 10 22:10:20 2008 +0000 +++ b/src/doc-overview Mon Nov 10 22:10:38 2008 +0000 @@ -41,11 +41,11 @@ domain representation of each block of audio. - PowerSpectrum calculates a power spectrum from the input audio. - Actually, it doesn't do any work except converting from the cartesian - complex representation. The work of converting to frequency domain - is all done for it by the host or host SDK; the plugin just needs to - declare that it wants frequency domain input. This is the simplest - of the example plugins. + Actually, it doesn't do any work except calculating power from a + cartesian complex FFT output. The work of calculating this frequency + domain output is done for it by the host or host SDK; the plugin just + needs to declare that it wants frequency domain input. This is the + simplest of the example plugins. - AmplitudeFollower is a simple implementation of SuperCollider's amplitude-follower algorithm.