summaryrefslogtreecommitdiff
path: root/src/visualizer.cpp
AgeCommit message (Expand)Author
2012-08-28mpd: use lambda closures instead of passing vectors to functionsAndrzej Rybczak
2012-08-27some general source code tweaksAndrzej Rybczak
2012-08-14make displayed messages more consistentAndrzej Rybczak
2012-03-30fix compilation with gcc-4.7 (ticket #3478)Andrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-12-26settings: make characters used in visualizer customizableAndrzej Rybczak
2011-11-12new feature: support for merging screens togetherAndrzej Rybczak
2011-11-09visualizer: simplify computing number of read samplesAndrzej Rybczak
2011-11-09new feature: support for stereo visualizationAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2010-08-13settigs: add support for custom visualization colorAndrzej Rybczak
2010-04-18move null_key into NcmpcppKeysAndrzej Rybczak
2010-04-01visualizer: set refresh rate to 0.5 sec if mpd is not playingAndrzej Rybczak
2010-02-19support user-defined interval between syncing visualizer and audio outputsAndrzej Rybczak
2010-02-17visualizer: refresh screen immediately after clearing itAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2010-01-22get rid of using directivesAndrzej Rybczak
2009-12-09screen_switcher between current and last screenFrank Blendinger
2009-11-13simplify Clear() in Window and its derivativesAndrzej Rybczak
2009-10-30visualizer: set interval between "synchronizations" to sane valueAndrzej Rybczak
2009-10-27add event handler for MPD_IDLE_OUTPUT notificationAndrzej Rybczak
2009-10-27provide a way to sync between visualization and soundAndrzej Rybczak
2009-10-25fix visualizerAndrzej Rybczak
2009-09-18change all Mpd.GetState </> psPlay/psStop to (!)Mpd.isPlaying()Andrzej Rybczak
2009-09-05supress warning about uninitialized prev_point_posAndrzej Rybczak
2009-09-04visualizer: show fifo path in error messageAndrzej Rybczak
2009-09-03make sound wave the default visualization and fftw optional dependencyAndrzej Rybczak
2009-09-01improve quality of sound wave by drawing intermediate values between pointsAndrzej Rybczak
2009-09-01new visualization type: sound waveAndrzej Rybczak
2009-08-29make visualizer work after mpd restartAndrzej Rybczak
2009-08-28new screen: music visualizerAndrzej Rybczak