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

Diff of /linuxsampler/trunk/src/engines/common/SignalUnit.h

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

revision 2296 by iliev, Thu Dec 8 20:03:47 2011 UTC revision 2297 by iliev, Fri Dec 9 15:04:55 2011 UTC
# Line 322  namespace LinuxSampler { Line 322  namespace LinuxSampler {
322                  if (p > 127) return 127;                  if (p > 127) return 127;
323                  return p;                  return p;
324              }              }
325                
326                /**
327                 * Decreases the delay by Sample time steps.
328                 * This method is used to delay the sample playback.
329                 * While the endpoint unit is in delay stage the rack is not incremented.
330                 */
331                void DecreaseDelay(uint Samples) {
332                    uiDelayTrigger -= Samples;
333                }
334      };      };
335            
336      /**      /**

Legend:
Removed from v.2296  
changed lines
  Added in v.2297

  ViewVC Help
Powered by ViewVC