summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-27Aux-sends do not have a GUI - fixes #5621Robin Gareus
2013-07-26some more VU-meter tick marks..Robin Gareus
2013-07-26cache shaded meter-background regardless of colorRobin Gareus
previously, shaded patterns were assumed to have different colors as well.
2013-07-26fix meter background redraw issue #5601Robin Gareus
2013-07-25fix typo for 0VU = 8dBu in configRobin Gareus
2013-07-25cache midi metrics depending on meter-type and data-type(s)Robin Gareus
2013-07-25remember meter-background highlight when type or width changes..Robin Gareus
2013-07-25[re]implement horizontal meterRobin Gareus
2013-07-25vtl: replace Ardour with Program-Name in messagesRobin Gareus
2013-07-25prepare horizontal meters (level-meter H/V Box abstraction)Robin Gareus
2013-07-25set midi-metric ticks depending on meter-typeRobin Gareus
2013-07-25VU meter label color&shadow tweak by the_CLARobin Gareus
2013-07-25tweak label alignmentRobin Gareus
2013-07-25Don't allow to deactivate meter.Robin Gareus
before this change: 1) switch to 'custom' meter point, 2) deactivate meter processor. -> meters does not run regardless of meter-point -> meter can only be re-nabled in 'custom' mode
2013-07-25reset meters only when *really* necessaryRobin Gareus
..and continue to calculate fall-off in audio-cycle (rather than UI thread) TODO: check if this works properly when switching between audio/midi meter modes on a midi-track. One of the motivations to always reset meters when the meter-point changes was to resolve peak-hold & fall-off issues when a midi-meter replaces an audio-meter and vice versa.
2013-07-25proper shadow for metric labels..Robin Gareus
2013-07-25fix compiler warningRobin Gareus
2013-07-25'overlay shadow' on meter-metrics experimentRobin Gareus
TODO: shadow should really be 'behind'. ie save color, stroke_preserve() shadow, paint text-layout with saved color and eventually cairo_new_path() reset the path...
2013-07-25fix crash with "send" meters.Robin Gareus
Meters in send-UI don't necessarily have a route, but their type cannot be changed, anyway. So just use "PeakMeter".
2013-07-24use only two colors for VU meter indicator and bright-gray for BBCRobin Gareus
2013-07-24align gradient with meter-metricsRobin Gareus
2013-07-24reduce brightness of VU meter backplate & increase contrast of peak-labelRobin Gareus
2013-07-24get meter color from gtkrc style fileRobin Gareus
2013-07-24add [master] meter to the toolbarRobin Gareus
http://tracker.ardour.org/view.php?id=5601
2013-07-24revert VU meter background to default gray-shadeRobin Gareus
2013-07-24increase saturation of meter-shaderRobin Gareus
2013-07-24fix display-type of editor-mixer level-meterRobin Gareus
2013-07-24increase meterbridge with if scrollbar is not visible..Robin Gareus
2013-07-24add separator line to meterbridgeRobin Gareus
2013-07-24color meterbridge stripsRobin Gareus
2013-07-24amend to 8deccea6 (resize meterbridge window)Robin Gareus
2013-07-24allow to en/disable shade and LED meter styleRobin Gareus
2013-07-24meter background color..Robin Gareus
2013-07-24meterbridge: meter-type dependent color-schemaRobin Gareus
2013-07-24limit width and resize meterbride windowRobin Gareus
2013-07-23add "0VU = +8dBu" VU meter configRobin Gareus
2013-07-23change default VU mode to "0VU = +4dBu (standard)"Robin Gareus
2013-07-23clarify meter preference optionsRobin Gareus
2013-07-23BBC meter labels are always whiteRobin Gareus
2013-07-23implement meter-lineup and VU standard preferencesRobin Gareus
2013-07-23clean up video related messagesRobin Gareus
2013-07-23use fixed fall-off time for k-meterRobin Gareus
2013-07-23Fix special handling of 'zoom vertical' scroll wheel modifier key.Colin Fletcher
gtkmm2ext/keyboard.cc has a special case to emit a signal on the key-up of the modifier key used to adjust track heights in conjunction with the scroll wheel, so that the same track continues to be resized even when it's shrunk to no longer be under the mouse cursor. However, this code assumed that the modifier key for this was <Shift>. Fix it to use the event->state bit corresponding to ScrollZoomVerticalModifier instead, and rename the relevant functions to clarify that it's the 'zoom vertical' modifier key they're dealing with. Partially fixes #5610.
2013-07-23fix #5609 (import with 1 track per channel mis-associates tracks + channels)Paul Davis
when using ImportDistinctChannels, correctly name regions so that playlists for each channel/track are also named differently, and thus reloaded properly when the session is reloaded.
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-22restore session backwards compatibility to 3.3Robin Gareus
2013-07-22minor tweaks to meter-names and legendRobin Gareus
2013-07-22implement new meter typesRobin Gareus
2013-07-22Revert "Revert new meter types (postponed until after 3.3 release)"Robin Gareus
This reverts commit d80f672e8487f459d76ab291958bffcded08f0fd.
2013-07-22re-nice rendering of channel-splitting iconRobin Gareus