summaryrefslogtreecommitdiff
path: root/gtk2_ardour/meter_patterns.cc
AgeCommit message (Collapse)Author
2013-07-17use ArdourMono font for metric patternsRobin Gareus
2013-07-17move mixer-metric pattern to the leftRobin Gareus
2013-07-16increase spacing between meter ticks and labelsRobin Gareus
2013-07-15Revert new meter types (postponed until after 3.3 release)Robin Gareus
This reverts commit ce621d1c8a600853be0020942a9664ccee0ab165. This reverts commit 80aa2574819e947668092c660d767e25a661c6f1.
2013-07-15add VU and IEC meter DSP (from jmeters)Robin Gareus
2013-07-15simplify meter-type context menuRobin Gareus
in preparation for adding more meter-types
2013-07-15move ardour meter globals into dedicated namespace (TODO meter_patters typedef)Robin Gareus
2013-07-14improve caching of metric and tick pattersRobin Gareus
* selectively clear cache (meterbridge, mixer) * free memory of patterns on clear
2013-07-10rework narrow mode metric (again)Robin Gareus
2013-07-10fixed width meter metric areasRobin Gareus
2013-07-10add convenience functions to switch meter-types.. (maybe too much?!)Robin Gareus
2013-07-10fix rendering of meter metrics w/o typesRobin Gareus
For example the initial meter widget in the file-import dialog.
2013-07-10show meter-tick at either -24 or -25 dbFSRobin Gareus
2013-07-10prepare meter configuration..Robin Gareus
- rework metric/tick image cache invalidation - flush cache - send signal to queue redraws (TODO) selectively flush cache // cache per size, style - add four common line up levels
2013-07-10reset individual route's peak displayRobin Gareus
2013-07-10shared peak-display reset in mixer+meterbridgeRobin Gareus
2013-07-10add meter ticks to mixer..Robin Gareus
2013-07-10break out meter&metric pattern rendering.. first step towards new mixer-metersRobin Gareus