--- linuxsampler/trunk/src/engines/common/AbstractVoice.h 2011/08/01 19:08:09 2224 +++ 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; }