/[svn]/linuxsampler/trunk/src/engines/sfz/Stream.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/sfz/Stream.cpp

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

revision 2021 by iliev, Fri Oct 30 16:36:20 2009 UTC revision 2311 by persson, Sat Feb 11 11:08:09 2012 UTC
# Line 4  Line 4 
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-2009 Christian Schoenebeck                         *   *   Copyright (C) 2005-2009 Christian Schoenebeck                         *
7   *   Copyright (C) 2009 Grigor Iliev                                       *   *   Copyright (C) 2009-2012 Grigor Iliev                                  *
8   *                                                                         *   *                                                                         *
9   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
10   *   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 96  namespace LinuxSampler { namespace sfz { Line 96  namespace LinuxSampler { namespace sfz {
96          playbackState.reverse          = false;          playbackState.reverse          = false;
97          playbackState.loop_cycles_left = 0; // TODO: pRgn->pSample->LoopPlayCount;          playbackState.loop_cycles_left = 0; // TODO: pRgn->pSample->LoopPlayCount;
98    
99          if(pRgn) pSampleManager->SetSampleInUse(pRgn->pSample, pRgn);          pSampleManager->SetSampleInUse(pRgn->pSample, pRgn);
100    
101          LinuxSampler::StreamBase< ::sfz::Region>::Launch (          LinuxSampler::StreamBase< ::sfz::Region>::Launch (
102              hStream, pExportReference, pRgn, info, playbackState, SampleOffset, DoLoop              hStream, pExportReference, pRgn, info, playbackState, SampleOffset, DoLoop

Legend:
Removed from v.2021  
changed lines
  Added in v.2311

  ViewVC Help
Powered by ViewVC