Changeset 118 for fm_server/trunk/src/fm_effect_gain.c
- Timestamp:
- 09/09/06 15:32:50 (6 years ago)
- Location:
- fm_server/trunk
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
src/fm_effect_gain.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fm_server/trunk
- Property svn:ignore
-
old new 1 1 .anjuta 2 autom4te.cache2 *.cache 3 3 *~ 4 4 config.log
-
- Property svn:ignore
-
fm_server/trunk/src/fm_effect_gain.c
r109 r118 30 30 #include "fm_buffer.h" 31 31 #include "fm_element.h" 32 #include "fm_input.h"32 //#include "fm_input.h" 33 33 #include "fm_effect.h" 34 34 #include "fm_effect_gain.h" 35 36 #define _(x) x37 35 38 36 … … 111 109 PROP_GAIN, 112 110 g_param_spec_double ("gain", 113 _("Gain"),114 _("Gain to apply to the buffer"),111 ("Gain"), 112 ("Gain to apply to the buffer"), 115 113 0, 10, 1, 116 114 G_PARAM_READWRITE));
