mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
Working soxr pitch-slewing
This commit is contained in:
@@ -33,9 +33,9 @@ void BooBackendVoice::setMatrixCoefficients(const float coefs[8])
|
||||
m_booVoice->setMonoMatrixCoefficients(coefs);
|
||||
}
|
||||
|
||||
void BooBackendVoice::setPitchRatio(double ratio)
|
||||
void BooBackendVoice::setPitchRatio(double ratio, bool slew)
|
||||
{
|
||||
m_booVoice->setPitchRatio(ratio);
|
||||
m_booVoice->setPitchRatio(ratio, slew);
|
||||
}
|
||||
|
||||
void BooBackendVoice::start()
|
||||
|
||||
Reference in New Issue
Block a user