mirror of
https://github.com/thestk/stk
synced 2026-01-16 06:21:51 +00:00
Added missing Twang::setLoopFilter() and ModalBar::setModulationDepth() functions.
This commit is contained in:
@@ -90,6 +90,11 @@ void Twang :: setLoopGain( StkFloat loopGain )
|
||||
loopFilter_.setGain( gain );
|
||||
}
|
||||
|
||||
void Twang :: setLoopFilter( std::vector<StkFloat> coefficients )
|
||||
{
|
||||
loopFilter_.setCoefficients( coefficients, true );
|
||||
}
|
||||
|
||||
void Twang :: setPluckPosition( StkFloat position )
|
||||
{
|
||||
if ( position < 0.0 || position > 1.0 ) {
|
||||
|
||||
Reference in New Issue
Block a user