/[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 880 by schoenebeck, Tue Jun 27 22:57:37 2006 UTC revision 903 by persson, Sat Jul 22 14:22:53 2006 UTC
# Line 446  namespace LinuxSampler { namespace gig { Line 446  namespace LinuxSampler { namespace gig {
446          GlobalPanLeft  = 1.0f;          GlobalPanLeft  = 1.0f;
447          GlobalPanRight = 1.0f;          GlobalPanRight = 1.0f;
448          // set all MIDI controller values to zero          // set all MIDI controller values to zero
449          memset(ControllerTable, 0x00, 128);          memset(ControllerTable, 0x00, 129);
450      }      }
451    
452      /**      /**

Legend:
Removed from v.880  
changed lines
  Added in v.903

  ViewVC Help
Powered by ViewVC