* Sort out resynthesis gain; add crispness parameter to pitch shifter plugin
This commit is contained in:
@@ -49,6 +49,8 @@ public:
|
||||
virtual int calculateSingle(double ratio, size_t inputDurationSoFar,
|
||||
float curveValue);
|
||||
|
||||
void setUseHardPeaks(bool use) { m_useHardPeaks = use; }
|
||||
|
||||
void reset();
|
||||
|
||||
void setDebugLevel(int level) { m_debugLevel = level; }
|
||||
|
||||
Reference in New Issue
Block a user