Revert "Revert new meter types (postponed until after 3.3 release)"
[ardour.git] / libs / ardour / meter.cc
2013-07-22 Robin GareusRevert "Revert new meter types (postponed until after...
2013-07-18 Robin Gareusreset meter when meter-point changes
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-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
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-11-26 David RobillardUse normal Processor run_in_place interface on Meter.
2007-08-02 David RobillardLittle MidiEvent prettification additions, ifdef'd...
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-07-20 David RobillardRemove random access interface from MidiBuffer, towards...
2007-06-29 David RobillardReduce overhead of multi-type-ness (last Summer's SoC):
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-06-07 David RobillardLogarithmic MIDI metering.
2007-06-04 David RobillardFix MIDI metering to not "clip" on many notes.
2007-06-04 David RobillardMIDI metering.
2007-05-10 David RobillardAdded nicer looking wrapper methods for ChanCount:...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-06 David RobillardFixed metering instant-dropoff bug.
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-05-01 Paul Davisinitial fixes to get build to work without new JACK...
2007-05-01 David RobillardFixed meter crash bug.
2007-01-09 David RobillardMerged with trunk R1283.
2006-10-21 David RobillardMerged with trunk R992.
2006-08-31 David RobillardAdding sends/port inserts to MIDI tracks (not actually...
2006-08-12 David RobillardTowards MIDI: