Opened 14 years ago
Closed 14 years ago
#9952 closed Patch - Bug Fix (fixed)
[PATCH] MythMusic: Correct visualisation drawing
| Reported by: | Owned by: | paulh | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | Plugin - MythMusic | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Fix a bug in MainVisual::timeout which results in an empty set of audio samples being passed to the visualisation. This occasionally results in a glitch in the smooth animation and is most noticeable with stereoscope and monoscope which draw flat lines.
Conditionally exclude some code from the monoscope and stereoscape visualisations that can't be reached.
Optimize drawing for monoscope and stereoscape visualisations. This improves the rendering speed and reduces CPU load.
Attachments (1)
Change History (2)
by , 14 years ago
| Attachment: | 0001-MythMusic-Correct-the-visualisation-drawing.patch added |
|---|
comment:1 by , 14 years ago
| Milestone: | unknown → 0.25 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

MythMusic: visualiser improvements.
Closes #9952.
Signed-off-by: Paul Harrison <pharrison@…>