mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
Fix HQ reverb, better submix/sequencer allocation
This commit is contained in:
@@ -34,6 +34,11 @@ void BooBackendVoice::setMatrixCoefficients(const float coefs[8], bool slew)
|
||||
m_booVoice->setMonoMatrixCoefficients(coefs, slew);
|
||||
}
|
||||
|
||||
void BooBackendVoice::setSubmixMatrixCoefficients(const float coefs[8], bool slew)
|
||||
{
|
||||
m_booVoice->setMonoSubmixMatrixCoefficients(coefs, slew);
|
||||
}
|
||||
|
||||
void BooBackendVoice::setPitchRatio(double ratio, bool slew)
|
||||
{
|
||||
m_booVoice->setPitchRatio(ratio, slew);
|
||||
|
||||
Reference in New Issue
Block a user