mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +00:00
Add pan/span control to Voice backend
This commit is contained in:
@@ -29,9 +29,9 @@ void BooBackendVoice::resetSampleRate(double sampleRate)
|
||||
m_booVoice->resetSampleRate(sampleRate);
|
||||
}
|
||||
|
||||
void BooBackendVoice::setMatrixCoefficients(const float coefs[8])
|
||||
void BooBackendVoice::setMatrixCoefficients(const float coefs[8], bool slew)
|
||||
{
|
||||
m_booVoice->setMonoMatrixCoefficients(coefs);
|
||||
m_booVoice->setMonoMatrixCoefficients(coefs, slew);
|
||||
}
|
||||
|
||||
void BooBackendVoice::setPitchRatio(double ratio, bool slew)
|
||||
|
||||
Reference in New Issue
Block a user