eas_reverbdata.c revision 56c99cd2c2c1e6ab038dac5fced5b92ccf11ff6c
1a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles)/*----------------------------------------------------------------------------
2a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) *
3a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) * File:
4a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) * eas_reverbdata.c
5a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) *
6a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) * Contents and purpose:
7a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) * Contains the static data allocation for the Reverb effect
8a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) *
9a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) *
10a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) * Copyright Sonic Network Inc. 2006
11a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles)
12a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) * Licensed under the Apache License, Version 2.0 (the "License");
13a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) * you may not use this file except in compliance with the License.
14a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) * You may obtain a copy of the License at
15a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) *
16a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) *      http://www.apache.org/licenses/LICENSE-2.0
17a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) *
18a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) * Unless required by applicable law or agreed to in writing, software
19a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) * distributed under the License is distributed on an "AS IS" BASIS,
20a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) * See the License for the specific language governing permissions and
22a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) * limitations under the License.
23a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) *
24a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) *----------------------------------------------------------------------------
25a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) * Revision Control:
26a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) *   $Revision: 550 $
27a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) *   $Date: 2007-02-02 09:37:03 -0800 (Fri, 02 Feb 2007) $
28a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles) *----------------------------------------------------------------------------
29a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles)*/
30a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles)
31a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles)#include "eas_reverbdata.h"
32a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles)
33a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles)S_REVERB_OBJECT eas_ReverbData;
34a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles)
35a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles)