| Summary: | Scripting support for the equaliser | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Ryan McCoskrie <ryan.mccoskrie> |
| Component: | Tools/Equalizer | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | darthcodus |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | 2.5 | ||
| Platform: | Unlisted Binaries | ||
| OS: | All | ||
| Latest Commit: | http://commits.kde.org/amarok/88e0cb75c79e89e596ccd78fe6c8703bc984c20a | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Ryan McCoskrie
2011-08-08 22:30:16 UTC
Can I ask what you plan to do with access to the equalizer in the scripting API? My GSoC proposal has to do with revamping the scripting API, so I wanted to know what the Amarok scripting community wants. Git commit 88e0cb75c79e89e596ccd78fe6c8703bc984c20a by Anmol Ahuja. Committed on 13/08/2013 at 10:20. Pushed by anmolahuja into branch 'master'. Refactor equalizer, add scripting support for the equalizer. M +4 -2 src/CMakeLists.txt M +8 -133 src/EngineController.cpp M +4 -30 src/EngineController.h M +45 -45 src/dialogs/EqualizerDialog.cpp M +4 -8 src/dialogs/EqualizerDialog.h M +2 -7 src/equalizer/EqualizerPresets.cpp M +9 -0 src/equalizer/EqualizerPresets.h A +264 -0 src/playback/EqualizerController.cpp [License: GPL (v2+)] A +120 -0 src/playback/EqualizerController.h [License: GPL (v2+)] M +3 -0 src/scripting/scriptengine/AmarokEngineScript.cpp A +144 -0 src/scripting/scriptengine/AmarokEqualizerScript.cpp [License: GPL (v2+)] A +138 -0 src/scripting/scriptengine/AmarokEqualizerScript.h [License: GPL (v2+)] http://commits.kde.org/amarok/88e0cb75c79e89e596ccd78fe6c8703bc984c20a |