/[svn]/linuxsampler/trunk/src/hostplugins/dssi/PluginDssi.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/hostplugins/dssi/PluginDssi.cpp

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

revision 2161 by persson, Sat Oct 24 09:07:38 2009 UTC revision 2162 by persson, Tue Feb 8 18:22:50 2011 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2008 - 2009 Andreas Persson                             *   *   Copyright (C) 2008 - 2011 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 266  namespace { Line 266  namespace {
266          Ladspa.Name = "LinuxSampler";          Ladspa.Name = "LinuxSampler";
267          Ladspa.Maker = "linuxsampler.org";          Ladspa.Maker = "linuxsampler.org";
268          Ladspa.Copyright = "(C) 2003,2004 Benno Senoner and Christian Schoenebeck, "          Ladspa.Copyright = "(C) 2003,2004 Benno Senoner and Christian Schoenebeck, "
269              "2005-2009 Christian Schoenebeck";              "2005-2011 Christian Schoenebeck";
270          Ladspa.PortCount = 2;          Ladspa.PortCount = 2;
271          Ladspa.ImplementationData = 0;          Ladspa.ImplementationData = 0;
272          Ladspa.PortDescriptors = PortDescriptors;          Ladspa.PortDescriptors = PortDescriptors;

Legend:
Removed from v.2161  
changed lines
  Added in v.2162

  ViewVC Help
Powered by ViewVC