--- linuxsampler/trunk/src/engines/gig/EngineChannel.h 2005/03/17 23:56:56 475 +++ linuxsampler/trunk/src/engines/gig/EngineChannel.h 2005/05/08 00:26:21 517 @@ -70,6 +70,7 @@ // implementation of abstract methods derived from interface class 'InstrumentConsumer' virtual void ResourceToBeUpdated(::gig::Instrument* pResource, void*& pUpdateArg); virtual void ResourceUpdated(::gig::Instrument* pOldResource, ::gig::Instrument* pNewResource, void* pUpdateArg); + virtual void OnResourceProgress(float fProgress); //protected: Engine* pEngine;