/[svn]/libgig/trunk/src/DLS.cpp
ViewVC logotype

Diff of /libgig/trunk/src/DLS.cpp

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

revision 1184 by persson, Sun May 13 13:24:22 2007 UTC revision 1194 by schoenebeck, Thu May 17 17:09:10 2007 UTC
# Line 488  namespace DLS { Line 488  namespace DLS {
488      /**      /**
489       * Adds a new sample loop with the provided loop definition.       * Adds a new sample loop with the provided loop definition.
490       *       *
491       * @param - points to a loop definition that is to be copied       * @param pLoopDef - points to a loop definition that is to be copied
492       */       */
493      void Sampler::AddSampleLoop(sample_loop_t* pLoopDef) {      void Sampler::AddSampleLoop(sample_loop_t* pLoopDef) {
494          sample_loop_t* pNewLoops = new sample_loop_t[SampleLoops + 1];          sample_loop_t* pNewLoops = new sample_loop_t[SampleLoops + 1];

Legend:
Removed from v.1184  
changed lines
  Added in v.1194

  ViewVC Help
Powered by ViewVC