/[svn]/linuxsampler/trunk/src/hostplugins/vst/PluginVst.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/hostplugins/vst/PluginVst.cpp

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

revision 1942 by senoner, Tue Jul 14 18:20:41 2009 UTC revision 2045 by persson, Sun Jan 10 13:22:19 2010 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2008 - 2009 Andreas Persson                             *   *   Copyright (C) 2008 - 2010 Andreas Persson                             *
4   *                                                                         *   *                                                                         *
5   *   This program is free software; you can redistribute it and/or modify  *   *   This program 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 189  namespace { Line 189  namespace {
189                  InitState();                  InitState();
190              }              }
191          } else {          } else {
192              Init(int(sampleRate), blockSize);              Init(int(sampleRate), blockSize, CHANNELS);
193          }          }
194          AudioEffectX::resume();          AudioEffectX::resume();
195          dmsg(2, ("<--resume\n"));          dmsg(2, ("<--resume\n"));

Legend:
Removed from v.1942  
changed lines
  Added in v.2045

  ViewVC Help
Powered by ViewVC