/[svn]/linuxsampler/trunk/src/engines/gig/EngineChannel.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/EngineChannel.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 562 by schoenebeck, Sun May 8 00:26:21 2005 UTC revision 563 by schoenebeck, Sun May 22 20:43:32 2005 UTC
# Line 41  namespace LinuxSampler { namespace gig { Line 41  namespace LinuxSampler { namespace gig {
41      class midi_key_info_t;      class midi_key_info_t;
42      class Voice;      class Voice;
43    
44        /** @brief Engine Channel of a gig::Engine
45         *
46         * Encapsulates a engine channel for the Gigasampler format capable
47         * sampler engine.
48         */
49      class EngineChannel : public LinuxSampler::EngineChannel, public InstrumentConsumer {      class EngineChannel : public LinuxSampler::EngineChannel, public InstrumentConsumer {
50          public:          public:
51              EngineChannel();              EngineChannel();

Legend:
Removed from v.562  
changed lines
  Added in v.563

  ViewVC Help
Powered by ViewVC