/[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 1040 by schoenebeck, Wed Feb 7 15:41:31 2007 UTC revision 1041 by schoenebeck, Wed Feb 7 17:45:19 2007 UTC
# Line 631  namespace LinuxSampler { namespace gig { Line 631  namespace LinuxSampler { namespace gig {
631          MidiVolume     = 1.0;          MidiVolume     = 1.0;
632          GlobalPanLeft  = 1.0f;          GlobalPanLeft  = 1.0f;
633          GlobalPanRight = 1.0f;          GlobalPanRight = 1.0f;
634            GlobalTranspose = 0;
635          // set all MIDI controller values to zero          // set all MIDI controller values to zero
636          memset(ControllerTable, 0x00, 129);          memset(ControllerTable, 0x00, 129);
637          // reset all FX Send levels          // reset all FX Send levels

Legend:
Removed from v.1040  
changed lines
  Added in v.1041

  ViewVC Help
Powered by ViewVC