summaryrefslogtreecommitdiff
path: root/gtk2_ardour/meterbridge.h
AgeCommit message (Collapse)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2019-02-16Tweak meterbridge track reordering -- amend d03574987Robin Gareus
2017-07-01Use Stripable::Sorter in meterbridgeRobin Gareus
2017-07-01NO-OP whitespace & foratting of header filesRobin Gareus
2016-06-10Various changes to PresentationInfo and a small consolidation of sorters.Paul Davis
The semantics for sorting PresentationInfo are up to the caller, not the PresentationInfo object, so operator<() was removed and callers specifically invoke ::order() for sorting.
2016-05-31first vaguely working version using PresentationInfoPaul Davis
remote control ID and "order keys" have been removed.
2013-10-21Unify editor / mixer ordering.nick_m
2013-07-29change metric-scale on the sides of meterbridge when scrollingRobin Gareus
2013-07-23meterbridge metrics update:Robin Gareus
* display metrics for every used meter-type * show metrics between meters with differnet types * update text and label alignment for meterbridge * fix crash when deleting metrics-strip (zero route) * clean up metric pattern code (use float for dBFS)
2013-07-10fix meterbridge metric display switchRobin Gareus
2013-07-10meterbridge: ignore non-visible routes/meters.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-10meterbridge: handle shift+scrollRobin Gareus
2013-07-10add options to show/hide master and midi tracks;; hide inactive tracksRobin Gareus
2013-07-10shared peak-display reset in mixer+meterbridgeRobin Gareus
2013-07-10limit width of meterbridge window -> align right metricsRobin Gareus
2013-07-10meterbridge move metric outside of scroll areaRobin Gareus
2013-07-10dynamically change metebridge metrics (midi|audio)Robin Gareus
2013-07-10meterbridge shift|ctrl reset [group] peaksRobin Gareus
2013-07-10overhaul meterbridge metrics part one.Robin Gareus
2013-07-10session property - include busses in meterbridgeRobin Gareus
2013-07-10set window title of meterbridge windowRobin Gareus
2013-07-10meterbridge: fix initial and max window size.Robin Gareus
2013-07-10meter-bridge details:Robin Gareus
* sort routes * draw metric area * layout & style
2013-07-10implement meterbridge & meter-stripRobin Gareus