--- linuxsampler/trunk/src/engines/common/AbstractVoice.h 2011/08/17 09:09:17 2243 +++ linuxsampler/trunk/src/engines/common/AbstractVoice.h 2011/08/18 11:32:33 2244 @@ -104,6 +104,9 @@ int iKeyGroup ); + /** Invoked when the voice is freed - gone from active to inactive. */ + virtual void VoiceFreed() { } + virtual void Synthesize(uint Samples, sample_t* pSrc, uint Skip); uint GetSampleRate() { return GetEngine()->SampleRate; }