Merge branch 'master' into windows
[ardour.git] / libs / ardour / meter.cc
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul Davisresolve merge with master (?)
2013-10-23 Paul Davisfix merge conflicts with master
2013-10-17 Paul DavisMerge branch 'master' into windows
2013-10-15 Paul DavisMerge branch 'master' into windows
2013-10-09 Paul DavisMerge ... master, fixing conflicts in 3 wscript files
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-09 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-08-07 Paul Davisuse std::numeric_limits<float>::infinity() rather than...
2013-08-06 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-04 John Emmas'libs/ardour' - Main body of changes required for build...
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-02 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-01 Paul Davisfix merge conflict from master
2013-07-31 Robin Gareusfix typo in c212c16eb
2013-07-31 Robin Gareusinitialize some uninitialized values
2013-07-31 Robin Gareuscatch assert()
2013-07-28 Robin Gareusfix compiler warnings.
2013-07-25 Robin GareusDon't allow to deactivate meter.
2013-07-25 Robin Gareusreset meters only when *really* necessary
2013-07-25 Robin Gareusfix compiler warning
2013-07-23 Robin Gareususe fixed fall-off time for k-meter
2013-07-22 Robin Gareusrestore session backwards compatibility to 3.3
2013-07-22 Robin Gareusimplement new meter types
2013-07-22 Robin GareusRevert "Revert new meter types (postponed until after...
2013-07-18 Robin Gareusreset meter when meter-point changes
2013-07-17 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-16 Robin GareusMerge branch 'clang' of https://github.com/axetota...
2013-07-16 Robin Gareuszero meters for inactive tracks
2013-07-15 Robin GareusRevert new meter types (postponed until after 3.3 release)
2013-07-15 Robin Gareusadd VU and IEC meter DSP (from jmeters)
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-11 Paul DavisAdd cast for mingw compiler
2013-07-10 Robin Gareususe accurate log10 for meter (fast_log2 is unsuitable...
2013-07-10 Robin Gareusfix RMS+Peak meter for MIDI-tracks
2013-07-10 Robin Gareusignore state-changes during [meter] context-menu popup...
2013-07-10 Robin Gareusprepare meter type unification
2013-07-10 Robin Gareusfix meterbridge metric display switch
2013-07-10 Robin Gareusremember meter type with session
2013-07-10 Robin Gareusexperimental RMS-meter and peak-signal (vs peak-power...
2013-07-10 Robin Gareusmidi meter updates..
2013-07-05 Robin Gareusreset meters when changing metering-point or ports
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-28 Paul DavisSquashed commit of the following:
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2011-08-19 Carl HetheringtonEmit ConfigurationChanged when meter setup bypasses the
2011-04-04 David RobillardFix broken whitespace (no functional changes).
2011-02-22 Paul DavisAdd AFLFrom... enums as counterpart to PFLFrom ; add...
2011-01-09 Carl HetheringtonFix setup of route meter point on load, and fix intermi...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-06-30 Carl HetheringtonImprove behaviour of MIDI metering.
2010-04-16 Paul Davismake sure that meters are configured to handle the...
2010-03-24 Paul Davisremove XML-based constructors for several types of...
2009-12-23 Carl HetheringtonFix assertion failure on dropping a track out of rec...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-07 Paul DavisRoute::set_meter_point() is now conceptually RT safe...
2009-11-25 Carl HetheringtonGive Processor::run a new parameter to say whether...
2009-11-18 Paul Davisadd "custom" meter option which is the only option...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-22 Carl HetheringtonIntroduce an accurate version of coefficient_to_dB...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-21 Paul Davisfix clicking when processors become active/inactive...
2009-07-21 Paul Davisfirst part of fixing up send/return metering ; make...
2009-07-15 Paul Davisprocessor naming tweaks, processor visibility tweaks...
2009-07-14 Paul Davisadd display name to processors (so that it can differ...
2009-06-16 Paul Davisfirst pass (ok, third really) at internal send+return...
2009-06-10 Paul Davisnick m's fix for markers etc ; several tweaks for mute...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-05-04 David RobillardShut up.
2009-05-04 David RobillardReconfigure GUI meters when route I/O configuration...
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardThe Big Change: Store time in MidiModel as tempo time...
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-02-01 David RobillardRemoved fixed/maximum event size assumption/limitation...
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2009-01-14 Carl HetheringtonMake Bundles work a bit better. A few include optimisa...
2008-09-29 David RobillardPlugin automation fixes from torbenh.
2008-09-27 David RobillardFix warnings.
2008-09-27 Paul Davisminor optimization tweak for metering
next