Various fixes and precautions

Samplebuffer: reload all samples when samplerate changes. This is because of the way LMMS uses samples: we always resample all samples t$
LadspaEffect: some safeguards for the non-inplacebroken plugins which use the same buffer for input and output. Theoretically, if some p$
FxMixer: fix effect processing in multichannel-chains
This commit is contained in:
Vesa
2014-10-12 00:59:50 +03:00
parent 9fe55161a8
commit dc4bfdc60d
3 changed files with 12 additions and 3 deletions

View File

@@ -267,7 +267,7 @@ public slots:
void setEndFrame( const f_cnt_t _e );
void setAmplification( float _a );
void setReversed( bool _on );
void sampleRateChanged();
private:
void update( bool _keep_settings = false );