summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gain_meter.cc
AgeCommit message (Expand)Author
2020-04-10Synchronize meter-reset #7465Robin Gareus
2020-03-30Follow backend API changeRobin Gareus
2020-03-12Fix setting automation state for Aux-sendsRobin Gareus
2019-11-12Indicate the numeric peak-hold is always digital-peakRobin Gareus
2019-10-31Fix copy/paste mess in ab298f035aeRobin Gareus
2019-10-31Remove unused string translationRobin Gareus
2019-10-31Consolidate automation and meter-point stringsRobin Gareus
2019-08-04Fix meter metric visibility on narrow strips - #7781Robin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-07-13Implement a derived function for 'GainMeter::redraw_metrics()'John Emmas
2019-06-09Update GUI: meter-type API and meter-type state changesRobin Gareus
2019-04-13NO-OP: whitespaceRobin Gareus
2017-11-03Fix scroll-wheel on mixer-slidersRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18GUI support for LatchRobin Gareus
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2017-07-21Amend c242cbc31806 (VCA automation button)Robin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-16Remove Timers to watch Controllable valuesRobin Gareus
2017-06-21Switch to PBD control-math and prefer Controllable APIRobin Gareus
2017-06-21Remove Cruft -- AutomationStyle never did anything.Robin Gareus
2017-03-24Revert "consistent use of context-menu popups"Robin Gareus
2017-03-23Disallow Selection, context-menu & drag-start on peak-display ButtonRobin Gareus
2017-03-16consistent use of context-menu popupsRobin Gareus
2017-03-11Fader Group override (allow to enable on disabled groups/predicates)Robin Gareus
2017-02-24Snap-back fader on release (follow-up to e8cebac6a36a)Robin Gareus
2017-02-24Group-override for fadersRobin Gareus
2017-02-24NO-OP resolve an ambiguity, just because.Robin Gareus
2017-01-24styleguide #6Robin Gareus
2017-01-24Meter point toggle button now uses a popup menu instead of togglingDaniel Sheeler
2016-12-21Fix crash when resetting all peak-meters with VCAs.Robin Gareus
2016-09-27move "logmeter.h" from gtk2_ardour into libs/ardourPaul Davis
2016-08-24Fix string to float conversion when typing gain values in Gain MeterTim Mayberry
2016-08-19Remove unused space in gain_meter's automation menuJulien "_FrnchFrgg_" RIVAUD
2016-08-17Make MixerStrip's automation menu behave like a dropdownJulien "_FrnchFrgg_" RIVAUD
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-02partially revert incorrect changes to gain meter text entries/displaysPaul Davis
2016-07-01minor no-op hacks (unneeded or suboptimal code)Paul Davis
2016-06-28quick prototype to allow changing *all* gain automationRobin Gareus
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-31trivially change API of GainMeter but more importantly don't show meter if no...Paul Davis
2016-05-31revert GainMeter back to simpler code now that VCA model appears correctPaul Davis
2016-05-31adjust logic for slaved faders, not necessarily correctly.Paul Davis
2016-05-31rename GainMeter::gain_adjusted() to GainMeter::fader_moved() to be more clearPaul Davis
2016-05-31make GUI fader positions reflect VCA master valuesPaul Davis
2016-05-31change packing of GainMeter so that the fader+meter will expand to fill avail...Paul Davis
2016-05-31correctly set up members of GainMeterBase in ::set_controls()Paul Davis
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus