You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
amarok/amarok/src/scripts/graphequalizer
Michele Calgaro 80d93b2c93
Replace Q_SIGNALS and Q_SLOTS
4 months ago
..
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README Added abandoned KDE3 version of Amarok 15 years ago
eqdialog.ui Replace Q_SIGNALS and Q_SLOTS 4 months ago
eqdialog.ui.h Rename common header files for consistency with class renaming 11 years ago
equalizercanvasview.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
equalizercanvasview.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
equalizerdialog.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
equalizerdialog.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
stdinreader.h Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago

README

<div align="center"><b>Graph Equalizer by Ian Monroe</b></div>
<b>About:</b><br>
Idea comes from an aRTs plugin; it's an equalizer that works by plotting and dragging
points on a graph. Gives a lot more control in fewer clicks. I'm releasing it as a
"script"  with the idea of integrating it into Amarok 1.3 after user feedback.<br>
<br>
<b>Using:</b><br>
Just click 'Run' in the Script Manager and the equalizer will open. To
open the dialog again click 'Configure.' Points are added by double clicking on the
line. The equalizer settings take affect once you release the point from a drag.<br>
<br>
<b>TODO:</b><br>
*delete points<br>
*remember settings between runs<br>