Commit 7d357446 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix spatializer: wrong variables name.

parent c8829f3a
...@@ -103,7 +103,8 @@ private: ...@@ -103,7 +103,8 @@ private:
static const char *psz_control_names[] = static const char *psz_control_names[] =
{ {
"Roomsize", "Width" , "Wet", "Dry", "Damp" "spatializer-roomsize", "spatializer-width" ,
"spatializer-wet", "spatializer-dry", "spatializer-damp"
}; };
static void DoWork( aout_instance_t *, aout_filter_t *, static void DoWork( aout_instance_t *, aout_filter_t *,
aout_buffer_t *, aout_buffer_t * ); aout_buffer_t *, aout_buffer_t * );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment