/[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 3054 by schoenebeck, Thu Dec 15 12:47:45 2016 UTC revision 3705 by schoenebeck, Wed Jan 8 20:26:53 2020 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2006 - 2016 Christian Schoenebeck                       *   *   Copyright (C) 2006 - 2020 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 242  namespace LinuxSampler { Line 242  namespace LinuxSampler {
242          try {          try {
243              SetLoadMode(&entry);              SetLoadMode(&entry);
244          } catch(Exception e) {          } catch(Exception e) {
245              throw e;              throw; // re-throw
246          }          }
247    
248          return entry;          return entry;

Legend:
Removed from v.3054  
changed lines
  Added in v.3705

  ViewVC Help
Powered by ViewVC