Mercurial > audlegacy
annotate src/audacious/equalizer_flow.h @ 4701:ee2ef40bcdfb
merge
| author | mf0102 <0102@gmx.at> |
|---|---|
| date | Sun, 06 Jul 2008 17:57:43 +0200 |
| parents | 2eee464379dc |
| children |
| rev | line source |
|---|---|
|
4557
2eee464379dc
Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
Matti Hamalainen <ccr@tnsp.org>
parents:
4306
diff
changeset
|
1 #ifndef AUDACIOUS_EQUALIZER_FLOW_H |
|
2eee464379dc
Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
Matti Hamalainen <ccr@tnsp.org>
parents:
4306
diff
changeset
|
2 #define AUDACIOUS_EQUALIZER_FLOW_H |
| 4300 | 3 |
| 4 #include "flow.h" | |
| 5 | |
|
4306
172d49b1200b
- equalizer sliders range changed to -12..12 dB
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
4300
diff
changeset
|
6 #define EQUALIZER_MAX_GAIN 12.0 |
|
172d49b1200b
- equalizer sliders range changed to -12..12 dB
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
4300
diff
changeset
|
7 |
| 4300 | 8 void equalizer_flow(FlowContext *context); |
| 9 void equalizer_flow_set_bands(gfloat pre, gfloat *bands); | |
| 10 void equalizer_flow_free(); | |
| 11 | |
|
4557
2eee464379dc
Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
Matti Hamalainen <ccr@tnsp.org>
parents:
4306
diff
changeset
|
12 #endif /* AUDACIOUS_EQUALIZER_FLOW_H */ |
