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

Diff of /linuxsampler/trunk/src/engines/FxSend.h

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

revision 1016 by schoenebeck, Wed Dec 27 16:17:08 2006 UTC revision 1017 by schoenebeck, Tue Jan 9 23:51:32 2007 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *   Copyright (C) 2005, 2006 Christian Schoenebeck                        *   *   Copyright (C) 2005 - 2007 Christian Schoenebeck                       *
7   *                                                                         *   *                                                                         *
8   *   This library is free software; you can redistribute it and/or modify  *   *   This library is free software; you can redistribute it and/or modify  *
9   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 59  namespace LinuxSampler { Line 59  namespace LinuxSampler {
59               * @param MidiCtrl - MIDI controller number which can alter the               * @param MidiCtrl - MIDI controller number which can alter the
60               *                   effect send level               *                   effect send level
61               * @param Name - (optional) name for the effect send entity               * @param Name - (optional) name for the effect send entity
62                 *
63                 * @throws Exception - in case no free ID could be found on given EngineChannel
64               */               */
65              FxSend(EngineChannel* pEngineChannel, uint8_t MidiCtrl, String Name = "");              FxSend(EngineChannel* pEngineChannel, uint8_t MidiCtrl, String Name = "") throw (Exception);
66    
67              /**              /**
68               * Returns the audio output device's audio channel to which effect               * Returns the audio output device's audio channel to which effect

Legend:
Removed from v.1016  
changed lines
  Added in v.1017

  ViewVC Help
Powered by ViewVC