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

Diff of /linuxsampler/trunk/src/engines/gig/EngineChannel.cpp

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

revision 738 by schoenebeck, Tue Aug 16 17:14:25 2005 UTC revision 776 by iliev, Wed Sep 21 19:05:41 2005 UTC
# Line 435  namespace LinuxSampler { namespace gig { Line 435  namespace LinuxSampler { namespace gig {
435      void EngineChannel::ResetControllers() {      void EngineChannel::ResetControllers() {
436          Pitch          = 0;          Pitch          = 0;
437          SustainPedal   = false;          SustainPedal   = false;
438            SostenutoPedal = false;
439          GlobalVolume   = 1.0;          GlobalVolume   = 1.0;
440          GlobalPanLeft  = 1.0f;          GlobalPanLeft  = 1.0f;
441          GlobalPanRight = 1.0f;          GlobalPanRight = 1.0f;

Legend:
Removed from v.738  
changed lines
  Added in v.776

  ViewVC Help
Powered by ViewVC