[mythtv-commits] mythtv commit: r8795 by danielk

mythtv@cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Jan 31 01:36:57 UTC 2006


      Author: danielk
        Date: 2006-01-31 01:36:56 +0000 (Tue, 31 Jan 2006)
New Revision: 8795
   Changeset: http://cvs.mythtv.org/trac/changeset/8795

Modified:

   trunk/mythplugins/mythmusic/mythmusic/mainvisual.cpp

Log:

References #1107.

This fixes the hanging part of the problem. The problem is
a LogScale::setMax() uses an iterative algorithm which does not always
converge. This increases the range of the floating point numbers so
that it converges more often, and also limits the number of total
iterations so that the hang never happens.

However, the Visualization is not very informative at higher resolutions.
My guess is that the frequency scale is all wrong since we are increasing
the number of bars but not the size of the FFT window. So I'm leaving the
ticket open in case anyone cares to fix the functionality of the filter...






More information about the mythtv-commits mailing list