/[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 2389 by persson, Sun Jul 8 14:06:53 2012 UTC revision 2390 by persson, Sat Jan 5 12:31:05 2013 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2008 - 2012 Andreas Persson                             *   *   Copyright (C) 2008 - 2013 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 273  namespace { Line 273  namespace {
273          Ladspa.Name = "LinuxSampler";          Ladspa.Name = "LinuxSampler";
274          Ladspa.Maker = "linuxsampler.org";          Ladspa.Maker = "linuxsampler.org";
275          Ladspa.Copyright = "(C) 2003,2004 Benno Senoner and Christian Schoenebeck, "          Ladspa.Copyright = "(C) 2003,2004 Benno Senoner and Christian Schoenebeck, "
276              "2005-2012 Christian Schoenebeck";              "2005-2013 Christian Schoenebeck";
277          Ladspa.PortCount = 2;          Ladspa.PortCount = 2;
278          Ladspa.ImplementationData = 0;          Ladspa.ImplementationData = 0;
279          Ladspa.PortDescriptors = PortDescriptors;          Ladspa.PortDescriptors = PortDescriptors;

Legend:
Removed from v.2389  
changed lines
  Added in v.2390

  ViewVC Help
Powered by ViewVC