/[svn]/linuxsampler/trunk/src/drivers/midi/MidiInstrumentMapper.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/midi/MidiInstrumentMapper.cpp

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

revision 1827 by iliev, Mon Jan 26 17:27:29 2009 UTC revision 1924 by persson, Sun Jun 28 16:43:38 2009 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2006 - 2007 Christian Schoenebeck                       *   *   Copyright (C) 2006 - 2009 Christian Schoenebeck                       *
4   *                                                                         *   *                                                                         *
5   *   This library is free software; you can redistribute it and/or modify  *   *   This library is free software; you can redistribute it and/or modify  *
6   *   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 462  namespace LinuxSampler { Line 462  namespace LinuxSampler {
462                  entry.InstrumentFile  = iterEntry->second.InstrumentFile;                  entry.InstrumentFile  = iterEntry->second.InstrumentFile;
463                  entry.InstrumentIndex = iterEntry->second.InstrumentIndex;                  entry.InstrumentIndex = iterEntry->second.InstrumentIndex;
464                  entry.Volume          = iterEntry->second.Volume;                  entry.Volume          = iterEntry->second.Volume;
465                  //TODO: for now we skip the LoadMode and Name entry here, since we don't need it in the MidiInputPort                  //TODO: for now we skip the LoadMode and Name entry here, since we don't need it in the EngineChannel
466                  result = entry;                  result = entry;
467              }              }
468          }          }

Legend:
Removed from v.1827  
changed lines
  Added in v.1924

  ViewVC Help
Powered by ViewVC