summaryrefslogtreecommitdiff
path: root/gtk2_ardour/meter_patterns.h
AgeCommit message (Collapse)Author
2013-08-08implement new meter typesRobin Gareus
2013-08-08simplify meter-type context menuRobin Gareus
in preparation for adding more meter-types
2013-08-08move ardour meter globals into dedicated namespace (TODO meter_patters typedef)Robin Gareus
2013-08-08improve caching of metric and tick pattersRobin Gareus
* selectively clear cache (meterbridge, mixer) * free memory of patterns on clear
2013-07-10add convenience functions to switch meter-types.. (maybe too much?!)Robin 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-10break out meter&metric pattern rendering.. first step towards new mixer-metersRobin Gareus