updated monitor modes doc (new version from Chris with IDs)
[ardour.git] / libs /
2013-08-07 Robin Gareusfix compiler warning
2013-08-04 Robin GareusTimecode: fix subframe rounding
2013-08-04 Robin Gareusfix no-roll LTC encoder, honor locates when transport...
2013-08-03 Robin Gareusmake master-meter in toolbar optional
2013-08-03 Robin Gareusadvance track's play-position even if processing is...
2013-08-03 Robin Gareusproperly handle port removal in route.
2013-08-02 Robin GareusMerge branch 'midiclock' of https://github.com/axetota...
2013-08-02 Michael FisherSend and Read MIDI Positions the right way
2013-08-02 Robin Gareuson session-load: skip output-change-handler until IOs...
2013-08-02 Robin Gareusdisallow invalid port-removal
2013-08-02 Paul Davisfix typos in display of error message about an LV2...
2013-08-02 Michael FisherResolve duplicate symbol 'cocoa_open_uri' on OSX builds.
2013-08-02 Michael FisherMidi clock housekeeping
2013-08-02 Michael FisherMake Session::send_song_position_pointer a no-op
2013-08-02 Michael FisherRevamp clock processing so it uses an internal frame...
2013-08-02 Michael FisherWIP - Experimenting with an alternative clock generatin...
2013-08-02 Michael Fisher- Send position data from internal position class
2013-08-02 Michael FisherTest code removal...
2013-08-02 Michael FisherMIDI Clock - Shuffling locate code (not actually used...
2013-08-02 Michael FisherStop compiler warning about NSURL
2013-08-02 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-01 Paul Davisremove an identical odd namespacing typo
2013-08-01 Paul Davisremove odd namespacing typo
2013-07-31 Robin Gareususe zeroed scratch buffers for "silent" plugin runs
2013-07-31 Robin Gareusclean up some valgrid "Uninitialised value was created...
2013-07-31 Robin Gareusfix typo in c212c16eb
2013-07-31 Robin Gareusinitialize some uninitialized values
2013-07-31 Robin Gareuscatch assert()
2013-07-31 Robin GareusLV2 - use scratch buffers to scratch :)
2013-07-31 Robin Gareusanother amend to 00f26394a9
2013-07-31 Robin Gareusfix stupid copy/paste error in 00f26394a9
2013-07-30 Robin Gareusminimize meter-peak re-draw area
2013-07-30 Robin GareusRMS meter: remove unused peak-detection
2013-07-30 Robin Gareususe dedicated buffers for route (and track)
2013-07-30 Robin GareusRevert "fix issue with generator plugins and no-roll...
2013-07-30 Robin Gareusfix issue with generator plugins and no-roll disk monit...
2013-07-29 Paul DavisMerge branch 'clang-rebased' of https://github.com...
2013-07-29 Michael FisherReturn an empty string instead of a bool
2013-07-29 Michael FisherCast param for std::time to a pointer of time_t
2013-07-29 Michael FisherProper OSX/CLANG/CXX11 support in stl_delete.h
2013-07-29 Michael FisherHousekeeping, code style
2013-07-29 Michael FisherMoving Mclk locating code to ticker.cc. Housekeeping
2013-07-29 Michael FisherAdd method to send a song position pointer message
2013-07-29 Robin Gareususe K-20 meter as default master bus
2013-07-29 Robin Gareusadd option to resize meterbridge track-labels
2013-07-28 Robin Gareuschange default meter-fall-off to 13.3 dB/sec
2013-07-28 Robin Gareususe 3px for peak-hold in LED mode -> display 2 bright...
2013-07-28 Robin Gareusfix compiler warnings.
2013-07-28 Robin Gareustweak meter-LED style
2013-07-28 Edgar Aichingerupdate german translation for libardour
2013-07-28 Edgar Aichingerupdate german translation
2013-07-28 Robin Gareusadd dedicated line-up level for IEC1/DIN meter (15dbFS)
2013-07-28 Robin Gareusmake LED meter style optional
2013-07-26 Robin Gareuscache shaded meter-background regardless of color
2013-07-26 Robin Gareusfix meter background redraw issue #5601
2013-07-25 Robin Gareus[re]implement horizontal meter
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-24 Robin Gareusalign gradient with meter-metrics
2013-07-24 Robin Gareusincrease saturation of meter-shader
2013-07-24 Robin Gareusallow to en/disable shade and LED meter style
2013-07-23 Robin Gareusadd "0VU = +8dBu" VU meter config
2013-07-23 Robin Gareuschange default VU mode to "0VU = +4dBu (standard)"
2013-07-23 Robin Gareusimplement meter-lineup and VU standard preferences
2013-07-23 Robin Gareususe fixed fall-off time for k-meter
2013-07-23 Colin FletcherFix special handling of 'zoom vertical' scroll wheel...
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 Robin Gareusadd a stripe-pattern to the meters
2013-07-16 Robin Gareusmeter-state 17 and 49 + code-comment
2013-07-16 Robin Gareuspossible fix for tracker.ardour.org/view.php?id=5586
2013-07-16 Robin Gareusrework metering states 2, 6, 18 and 22
2013-07-16 Robin Gareusrevert functionality of f842e8af2 (meter display in...
2013-07-16 Paul DavisRevert "C++11 Building - Use new style struct field...
2013-07-16 Robin Gareusyet another meter+monitoring detail:
2013-07-16 Robin GareusMerge branch 'clang' of https://github.com/axetota...
2013-07-16 Robin Gareusfix metering states 34, 38, 49, 50, 53 and 54
2013-07-16 Robin Gareuszero meters for inactive tracks
2013-07-16 Robin GareusRMS meter - reset after calculating new data
2013-07-16 Robin Gareusfix "monitor mode 11"
2013-07-16 Robin Gareusfix input metering:
2013-07-16 Michael R. FisherTemporary OSX/Clang/C++11 workaround
2013-07-16 Michael R. FisherC++11 Building - Use new style struct field inititializing
2013-07-16 Michael R. FisherInclude evoral/Note.hpp before pbd/compose.h
2013-07-16 Michael R. FisherAllow compiling with c++11 enabled
2013-07-16 Michael R. FisherTypo fixed: call class method instead of trying to...
2013-07-16 Paul Davisfinally get to the bottom of where NO_PLUGIN_STATE...
2013-07-16 Paul Davismore plugin state debugging
2013-07-16 Paul Davistweaks to NO_PLUGIN_STATE logic
2013-07-15 Robin Gareusadd option to disable cairo-RGBA overlays for meters.
2013-07-15 Paul DavisMerge branch 'apple' of https://github.com/mfisher31...
2013-07-15 Robin GareusRevert new meter types (postponed until after 3.3 release)
2013-07-15 Robin Gareusadd new meter-type enums (amend 80aa2574)
2013-07-15 Robin Gareusadd VU and IEC meter DSP (from jmeters)
2013-07-15 Michael R. FisherHousekeeping
2013-07-15 Michael R. Fisherset the flag true
2013-07-15 Michael R. FisherLazily load bundled LV2 plugins in LV2PluginInfo::disco...
next