/[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 975 by schoenebeck, Fri Dec 15 21:40:27 2006 UTC revision 976 by iliev, Sun Dec 17 10:43:22 2006 UTC
# Line 207  namespace LinuxSampler { Line 207  namespace LinuxSampler {
207                  }                  }
208                  throw Exception("Internal error: could not find unoccupied MIDI instrument map ID.");                  throw Exception("Internal error: could not find unoccupied MIDI instrument map ID.");
209              }              }
210              ID = lastIndex;              ID = lastIndex + 1;
211          }          }
212          __create_map:          __create_map:
213          midiMaps[ID].name = MapName;          midiMaps[ID].name = MapName;

Legend:
Removed from v.975  
changed lines
  Added in v.976

  ViewVC Help
Powered by ViewVC