Equalizer doesn't work in realtime

Bug #642089 reported by Justin R. Stout
42
This bug affects 9 people
Affects Status Importance Assigned to Milestone
Exaile
Fix Released
Medium
Justin R. Stout
0.3.2
Fix Released
Undecided
Unassigned

Bug Description

A change in GTK+ and subsequently PyGTK (see https://bugzilla.gnome.org/show_bug.cgi?id=607492) has broken the the equalizer plugin. Specifically, moving the sliders on the equalizer, which should modify the sound, does nothing. Presets still function correctly; the preset mechanism is not affected by the above mentioned bug. I've included a patch that should fix this problem.

Running the latest version from trunk (revision 3745) on fully updated 64-bit Arch Linux.

Related branches

Revision history for this message
Justin R. Stout (justinrstout) wrote :
Revision history for this message
Johannes Sasongko (sjohannes) wrote :

Thanks. Will commit your patch when I get the chance, unless someone else beats me to it.

This is likely broken in 0.3.2 as well.

Changed in exaile:
assignee: nobody → Justin Stout (justinstout)
importance: Undecided → Medium
milestone: none → 0.3.2.1
status: New → In Progress
description: updated
Revision history for this message
Johannes Sasongko (sjohannes) wrote :

Completely forgot about this bug. I've committed your fix now. Thanks again for the patch.

Changed in exaile:
status: In Progress → Fix Committed
reacocard (reacocard)
Changed in exaile:
status: Fix Committed → Fix Released
Revision history for this message
Benji (benjim) wrote :

Unfortunately, the equilizer ist not workign (anymore). You can make adjustments to the singe bands, but no effect on the output.
I'm running 0.3.2.2 with Xubuntu 11.10.

The fix has been added in 0.3.2.2, but has no effect:
240 widget_name = gtk.Buildable.get_name(widget)
241 band = widget_name[-1]
242 if widget.get_value() != settings.get_option(
243 "plugin/equalizer/band" + band):
244 settings.set_option("plugin/equalizer/band" + band,
245 widget.get_value())
246 self.ui.get_object("combo-presets").set_active(0)

Mathias Brodala (mathbr)
no longer affects: exaile/0.3.3
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.