-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plotter and waterfall performance enhancements (#1383)
* cache meter font * cache peak circles * sliding window waterfall implementation * use polygons for fills * prevent rounding errors * avoid duplicate fills on mac * stop using alpha composition * use precomputed solid colors * static allocation * opaque drawing without background fills * prevent extra redraws on meter * add to authors list * fix fills * fix centering on peak pixmap * use two draws for waterfall * fix no plotter case * fix peak alignment
- Loading branch information
1 parent
ab349b4
commit bf40e76
Showing
6 changed files
with
160 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,4 +58,5 @@ public slots: | |
|
||
float m_dBFS; | ||
float m_Sql; | ||
QFont m_font; | ||
}; |
Oops, something went wrong.