--- libgig/trunk/src/gig.h 2007/04/11 16:33:56 1154 +++ libgig/trunk/src/gig.h 2007/04/11 18:11:09 1155 @@ -437,6 +437,9 @@ double GetVelocityAttenuation(uint8_t MIDIKeyVelocity); double GetVelocityRelease(uint8_t MIDIKeyVelocity); double GetVelocityCutoff(uint8_t MIDIKeyVelocity); + // derived methods + DLS::Sampler::AddSampleLoop; + DLS::Sampler::DeleteSampleLoop; // overridden methods virtual void UpdateChunks(); protected: