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

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

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

revision 2184 by persson, Mon Apr 25 08:12:36 2011 UTC revision 2185 by persson, Sun Jun 19 09:09:38 2011 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2011 Andreas Persson                                    *   *   Copyright (C) 2011 Andreas Persson                                    *
6   *                                                                         *   *                                                                         *
7   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
8   *   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  *
9   *   the Free Software Foundation; either version 2 of the License, or     *   *   the Free Software Foundation; either version 2 of the License, or     *
10   *   (at your option) any later version.                                   *   *   (at your option) any later version.                                   *
11   *                                                                         *   *                                                                         *
12   *   This program is distributed in the hope that it will be useful,       *   *   This program is distributed in the hope that it will be useful,       *
13   *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *   *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
14   *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *   *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
15   *   GNU General Public License for more details.                          *   *   GNU General Public License for more details.                          *
16   *                                                                         *   *                                                                         *
17   *   You should have received a copy of the GNU General Public License     *   *   You should have received a copy of the GNU General Public License     *
18   *   along with this program; if not, write to the Free Software           *   *   along with this program; if not, write to the Free Software           *
19   *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,                *   *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,                *
20   *   MA  02110-1301  USA                                                   *   *   MA  02110-1301  USA                                                   *
21   ***************************************************************************/   ***************************************************************************/
22    
23  #include "Filter.h"  #include "Filter.h"
24    
25  namespace LinuxSampler {  namespace LinuxSampler {
26      const LowpassFilter1p         Filter::lp1p;      const LowpassFilter1p         Filter::lp1p;
27      const LowpassFilter           Filter::lp2p;      const LowpassFilter           Filter::lp2p;
28      const LowpassFilter4p         Filter::lp4p;      const LowpassFilter4p         Filter::lp4p;
29      const LowpassFilter6p         Filter::lp6p;      const LowpassFilter6p         Filter::lp6p;
30      const BandpassFilter          Filter::bp2p;      const BandpassFilter          Filter::bp2p;
31      const BandrejectFilter        Filter::br2p;      const BandrejectFilter        Filter::br2p;
32      const HighpassFilter1p        Filter::hp1p;      const HighpassFilter1p        Filter::hp1p;
33      const HighpassFilter          Filter::hp2p;      const HighpassFilter          Filter::hp2p;
34      const HighpassFilter4p        Filter::hp4p;      const HighpassFilter4p        Filter::hp4p;
35      const HighpassFilter6p        Filter::hp6p;      const HighpassFilter6p        Filter::hp6p;
36      const gig::HighpassFilter     Filter::HPFilter;      const gig::HighpassFilter     Filter::HPFilter;
37      const gig::BandpassFilter     Filter::BPFilter;      const gig::BandpassFilter     Filter::BPFilter;
38      const gig::LowpassFilter      Filter::LPFilter;      const gig::LowpassFilter      Filter::LPFilter;
39      const gig::BandrejectFilter   Filter::BRFilter;      const gig::BandrejectFilter   Filter::BRFilter;
40      const gig::LowpassTurboFilter Filter::LPTFilter;      const gig::LowpassTurboFilter Filter::LPTFilter;
41  }  }

Legend:
Removed from v.2184  
changed lines
  Added in v.2185

  ViewVC Help
Powered by ViewVC