Mercurial > hg > sonic-visualiser
comparison audioio/PhaseVocoderTimeStretcher.h @ 26:d88d117e0c34
* Add mono timestretch toggle button; some more work on getting blocksize etc
parameters through to plugins
author | Chris Cannam |
---|---|
date | Mon, 18 Sep 2006 16:43:17 +0000 |
parents | e74f508db18c |
children | 37af203dbd15 |
comparison
equal
deleted
inserted
replaced
25:e74f508db18c | 26:d88d117e0c34 |
---|---|
117 * Return whether this time stretcher will attempt to sharpen transients. | 117 * Return whether this time stretcher will attempt to sharpen transients. |
118 */ | 118 */ |
119 bool getSharpening() const { return m_sharpen; } | 119 bool getSharpening() const { return m_sharpen; } |
120 | 120 |
121 /** | 121 /** |
122 * Return the number of channels for this time stretcher. | |
123 */ | |
124 size_t getChannelCount() const { return m_channels; } | |
125 | |
126 /** | |
122 * Get the latency added by the time stretcher, in sample frames. | 127 * Get the latency added by the time stretcher, in sample frames. |
123 * This will be exact if transient sharpening is off, or approximate | 128 * This will be exact if transient sharpening is off, or approximate |
124 * if it is on. | 129 * if it is on. |
125 */ | 130 */ |
126 size_t getProcessingLatency() const; | 131 size_t getProcessingLatency() const; |