/[svn]/linuxsampler/trunk/src/engines/gig/Synthesizer.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/Synthesizer.cpp

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

revision 2375 by persson, Sat Jul 22 14:22:53 2006 UTC revision 2376 by schoenebeck, Thu Oct 4 18:09:26 2012 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *   Copyright (C) 2005 Christian Schoenebeck                              *   *   Copyright (C) 2005 - 2012 Christian Schoenebeck                       *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   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 197  namespace LinuxSampler { namespace gig { Line 197  namespace LinuxSampler { namespace gig {
197              case 0x1e: return (void*) SynthesizeFragment_mode1e;              case 0x1e: return (void*) SynthesizeFragment_mode1e;
198              case 0x1f: return (void*) SynthesizeFragment_mode1f;              case 0x1f: return (void*) SynthesizeFragment_mode1f;
199              default: {              default: {
200                  printf("gig::Synthesizer: Invalid Synthesis Mode: %d\n", SynthesisMode);                  std::cerr << "gig::Synthesizer: Invalid Synthesis Mode: " << SynthesisMode << std::endl << std::flush;
201                  exit(-1);                  exit(-1);
202              }              }
203          }          }

Legend:
Removed from v.2375  
changed lines
  Added in v.2376

  ViewVC Help
Powered by ViewVC