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

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

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

revision 2197 by schoenebeck, Mon Oct 4 12:20:23 2010 UTC revision 2198 by iliev, Sun Jul 3 18:06:51 2011 UTC
# Line 264  namespace LinuxSampler { Line 264  namespace LinuxSampler {
264              EffectChain* SendEffectChain(uint iChain) const;              EffectChain* SendEffectChain(uint iChain) const;
265    
266              /**              /**
267                 * Returns send effect chain with ID @a iChainID or @c NULL if
268                 * there's no such effect chain.
269                 */
270                EffectChain* SendEffectChainByID(uint iChainID) const;
271    
272                /**
273               * Returns amount of send effect chains this AudioOutputDevice               * Returns amount of send effect chains this AudioOutputDevice
274               * currently provides.               * currently provides.
275               */               */

Legend:
Removed from v.2197  
changed lines
  Added in v.2198

  ViewVC Help
Powered by ViewVC