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

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

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

revision 2250 by iliev, Sat Aug 20 07:39:49 2011 UTC revision 2251 by iliev, Sat Aug 20 10:38:31 2011 UTC
# Line 1732  namespace sfz Line 1732  namespace sfz
1732      }      }
1733            
1734      LFO::LFO(): freq (-1),/* -1 is used to determine whether the LFO was initialized */      LFO::LFO(): freq (-1),/* -1 is used to determine whether the LFO was initialized */
1735                  fade(0), phase(0), wave(0), delay(0), pitch(0), cutoff(0), resonance(0), pan(0) {                  fade(0), phase(0), wave(0), delay(0), pitch(0), cutoff(0), resonance(0), pan(0), volume(0) {
1736                    
1737      }      }
1738            

Legend:
Removed from v.2250  
changed lines
  Added in v.2251

  ViewVC Help
Powered by ViewVC