/[svn]/linuxsampler/trunk/src/drivers/audio/AudioChannel.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/AudioChannel.h

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

revision 226 by schoenebeck, Wed Aug 25 22:00:33 2004 UTC revision 724 by iliev, Mon Jul 25 09:28:00 2005 UTC
# Line 65  namespace LinuxSampler { Line 65  namespace LinuxSampler {
65              class ParameterIsMixChannel : public DeviceRuntimeParameterBool {              class ParameterIsMixChannel : public DeviceRuntimeParameterBool {
66                  public:                  public:
67                      ParameterIsMixChannel(bool b) : DeviceRuntimeParameterBool(b) {}                      ParameterIsMixChannel(bool b) : DeviceRuntimeParameterBool(b) {}
68                      virtual String Description()                                    { return "Wether real channel or mixed to another channel"; }                      virtual String Description()                                    { return "Whether real channel or mixed to another channel"; }
69                      virtual bool   Fix()                                            { return true;                                              }                      virtual bool   Fix()                                            { return true;                                              }
70                      virtual void   OnSetValue(bool b) throw (LinuxSamplerException) { /* cannot happen, as parameter is fix */                  }                      virtual void   OnSetValue(bool b) throw (LinuxSamplerException) { /* cannot happen, as parameter is fix */                  }
71              };              };

Legend:
Removed from v.226  
changed lines
  Added in v.724

  ViewVC Help
Powered by ViewVC