summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gain_meter.cc
AgeCommit message (Collapse)Author
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use ↵Tim Mayberry
PBD::Timers
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not ↵Paul Davis
RCConfiguration
2014-12-04Make gain controls step by roughly 1.0/0.1 dB.David Robillard
Shoot for roughly 30 steps for all controls. Always keep sensible step information in ParameterDescriptor and just convert for the UI. This is a little weird, but it's less weird than it was before, and works.
2014-11-14add abort() to non-reached codeRobin Gareus
This cleans up a lot of false-positives in static analysis and also helps compilers to optimize code paths in general. (tagging the fatal stingstream operator as ‘noreturn’ is far less trivial)
2014-11-01Slider Controller API ChangeRobin Gareus
Prepare to allow BarController (with Spinbutton) to translate internal/interface values for the SpinBox. (The change is irrelevant for the fader/slider itself which always use the [user-]interface value)
2014-10-28ugly hacks to make the peak display widget not act like a text entry widget. ↵Paul Davis
This should die.
2014-10-28Revert "change the peak display widget from Gtkmm2ext::FocusEntry to ↵Paul Davis
ArdourButton, since it is absolutely not editable." This reverts commit 58f7d02bf21776f7537ac16ae41646859dbca0b1. Conflicts: gtk2_ardour/default_ui_config.in gtk2_ardour/gain_meter.cc
2014-10-23Don't show meter-type menu for MIDI-only metersRobin Gareus
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ↵Paul Davis
ARDOUR_UI::config()
2014-10-21set correct font for peak display buttonPaul Davis
2014-10-21change the peak display widget from Gtkmm2ext::FocusEntry to ArdourButton, ↵Paul Davis
since it is absolutely not editable. This adds a new button name and corresponding colors in default_ui_config which requires a theme reset
2014-10-19OS 10.10 compile fixesRobin Gareus
* fix clang pickiness regarding boolean * ignore ‘verify’ macro * tested with Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
2014-09-05gain-meter: use new PixFader APIRobin Gareus
2014-09-02compact meter+fader for > 6 channel tracksRobin Gareus
2014-09-02prepare Slider API cleanupRobin Gareus
2014-08-30fader+meter: update numeric display bg on style changeRobin Gareus
2014-08-27more flat_button refactoring. try centering the gain and peak displaysBen Loftis
2014-07-30use FocusEntry for the peak_display, so it matches the size of gain_displayBen Loftis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-03-18fixed a few warnings from clang static analysisRobin Gareus
2014-02-19fix meter(s) when mixer-strip is switched to AuxSendRobin Gareus
2014-01-18add meter-peak (display&reset) button to gain-meters by defaultRobin Gareus
2013-09-12tweak narrow-mixer-strip meters: nettings vs the_CLA. Round 3.Robin Gareus
2013-09-09hide tick-marks on narrow mixer-metersRobin Gareus
2013-09-09widen narrow mixer-meters,hide metric display insteadRobin Gareus
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-07-30remove compile errors (still will not link and JACKPortEngine is not close ↵Paul Davis
to done)
2013-07-28left/right meter marks in mixer (narrow red-stripe)Robin Gareus
2013-07-25prepare horizontal meters (level-meter H/V Box abstraction)Robin Gareus
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-22implement new meter typesRobin Gareus
2013-07-19adjust meter-width when configuration changesRobin Gareus
fixes http://tracker.ardour.org/view.php?id=5592
2013-07-18mixer metric background color fix (MIDI & inactive)Robin Gareus
fixes http://tracker.ardour.org/view.php?id=5594
2013-07-17revert to right-side mixer metric-labelsRobin Gareus
2013-07-17don't hide ticks in narrow modeRobin Gareus
2013-07-17move mixer-metric pattern to the leftRobin Gareus
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-10narrow down multi-channel tracksRobin Gareus
2013-07-10slimming diet for the narrow-mixer stripRobin Gareus
2013-07-10cleanup - prepare narrow mixer stripsRobin Gareus
2013-07-10remove cruftRobin Gareus
2013-07-10Revert "replace "-inf" with UTF8 infinity symbol"Robin Gareus
This reverts commit 7f2000ec8b0d6e0d3a6e22db44a8859301d35791.
2013-07-10replace "-inf" with UTF8 infinity symbolRobin Gareus
2013-07-10fixed width meter metric areasRobin Gareus
2013-07-10share meter-type among meter instances.Robin Gareus
2013-07-10remember meter type with sessionRobin Gareus
2013-07-10make changes to peak-meter threshold config effective immediatelyRobin Gareus