[mythtv-commits] Ticket #1107: mythmusic hangs gui in full screen spectrum visualization

MythTV mythtv at cvs.mythtv.org
Tue Jan 31 02:38:41 UTC 2006


#1107: mythmusic hangs gui in full screen spectrum visualization
-----------------------------+----------------------------------------------
 Reporter:  ben at vanilla.net  |        Owner:  ijr 
     Type:  defect           |       Status:  new 
 Priority:  minor            |    Milestone:  0.20
Component:  mythmusic        |      Version:  head
 Severity:  medium           |   Resolution:      
-----------------------------+----------------------------------------------
Changes (by danielk):

  * milestone:  => 0.20
  * owner:  danielk => ijr
  * status:  assigned => new

Comment:

 Fixed hang in [8795].

 The problem is that LogScale::setMax() uses an iterative algorithm which
 does not always converge. [8795] 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...

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1107>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list