Mozzi  version v1.1.0
sound synthesis library for Arduino
LowPassFilter.h
1 /*
2  * LowPassFilter.h
3  *
4  * Copyright 2012 Tim Barrass
5  *
6  * This file is part of Mozzi.
7  *
8  * Mozzi is licensed under a Creative Commons
9  * Attribution-NonCommercial-ShareAlike 4.0 International License.
10  *
11  */
12 
13 #ifndef LOWPASS_H_
14 #define LOWPASS_H_
15 
16 #include<ResonantFilter.h>
17 #warning This header is deprecated, please use ResonantFilter.h instead.
18 
19 #endif /* LOWPASS_H_ */