mirror of
https://github.com/thestk/stk
synced 2026-01-16 06:21:51 +00:00
add removeSampleRateAlert to ADSR and Asymp to pair with addSampleRateAlert
This commit is contained in:
@@ -32,6 +32,7 @@ ADSR :: ADSR( void )
|
||||
|
||||
ADSR :: ~ADSR( void )
|
||||
{
|
||||
Stk::removeSampleRateAlert( this );
|
||||
}
|
||||
|
||||
void ADSR :: sampleRateChanged( StkFloat newRate, StkFloat oldRate )
|
||||
|
||||
Reference in New Issue
Block a user