--- linuxsampler/trunk/src/engines/gig/EngineChannel.h 2005/05/08 00:26:21 517 +++ linuxsampler/trunk/src/engines/gig/EngineChannel.h 2005/05/22 20:43:32 563 @@ -41,6 +41,11 @@ class midi_key_info_t; class Voice; + /** @brief Engine Channel of a gig::Engine + * + * Encapsulates a engine channel for the Gigasampler format capable + * sampler engine. + */ class EngineChannel : public LinuxSampler::EngineChannel, public InstrumentConsumer { public: EngineChannel();