Mercurial > audlegacy
annotate src/audacious/equalizer_flow.h @ 4772:a98a8104f2eb
Add check for 'tr' in configure.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Fri, 29 Aug 2008 02:03:58 +0300 |
| 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 */ |
