]> git.sesse.net Git - vlc/commit
* all: added a variable "equalizer.isEnabled" and commands
authorCyril Deguet <asmax@videolan.org>
Sat, 5 Nov 2005 11:54:38 +0000 (11:54 +0000)
committerCyril Deguet <asmax@videolan.org>
Sat, 5 Nov 2005 11:54:38 +0000 (11:54 +0000)
commit13a000e73bbee335cd3ffb3a1ccfe14ed65d47b7
treea258af7dcf9267c3393c20e2f6b9c9ee87e1e222
parent4ea25c4d8b32bcd9e76e996bc55e272dec2eddf5
* all: added a variable "equalizer.isEnabled" and commands
 "equalizer.enable()" and "equalizer.disable()" to enable
  or disable the equalizer audio filter.
  + small fixes
modules/gui/skins2/Modules.am
modules/gui/skins2/commands/cmd_audio.cpp [new file with mode: 0644]
modules/gui/skins2/commands/cmd_audio.hpp [new file with mode: 0644]
modules/gui/skins2/parser/interpreter.cpp
modules/gui/skins2/src/vlcproc.cpp
modules/gui/skins2/src/vlcproc.hpp
modules/gui/skins2/vars/equalizer.cpp