fix "monitor mode 11"
[ardour.git] / libs /
2013-08-08 Robin Gareusfix "monitor mode 11"
2013-08-08 Robin Gareusfix input metering:
2013-08-08 Michael R. FisherTemporary OSX/Clang/C++11 workaround
2013-08-08 Michael R. FisherC++11 Building - Use new style struct field inititializing
2013-08-08 Michael R. FisherInclude evoral/Note.hpp before pbd/compose.h
2013-08-08 Michael R. FisherAllow compiling with c++11 enabled
2013-08-08 Michael R. FisherTypo fixed: call class method instead of trying to...
2013-08-08 Paul Davisfinally get to the bottom of where NO_PLUGIN_STATE...
2013-08-08 Paul Davismore plugin state debugging
2013-08-08 Paul Davistweaks to NO_PLUGIN_STATE logic
2013-08-08 Robin Gareusadd option to disable cairo-RGBA overlays for meters.
2013-08-08 Robin GareusRevert new meter types (postponed until after 3.3 release)
2013-08-08 Robin Gareusadd new meter-type enums (amend 80aa2574)
2013-08-08 Robin Gareusadd VU and IEC meter DSP (from jmeters)
2013-08-08 Michael R. FisherHousekeeping
2013-08-08 Michael R. Fisherset the flag true
2013-08-08 Michael R. FisherLazily load bundled LV2 plugins in LV2PluginInfo::disco...
2013-08-08 Michael R. FisherFormatting only.
2013-08-08 Michael R. FisherUse a static string variable for dll path.
2013-08-08 Robin Gareusimplement visual-sensitivity (gray out) for faders
2013-08-08 Robin Gareusminor peak-meter performance tweak
2013-08-08 Robin Gareusfix compiler warning
2013-08-08 Paul DavisRevert "Remove non-portable and unnused header includes"
2013-08-08 Paul DavisRemove non-portable and unnused header includes
2013-08-08 Paul DavisFix portability of test and use temporary test
2013-08-08 Paul DavisUse common test function to create temporary session
2013-08-08 Paul Davisadd new files from test changes by timbyr
2013-08-08 Paul Davistheoretically: "Add new_test_output_dir to common libar...
2013-08-08 Paul DavisUse test_search_path function in ardour test
2013-08-08 Paul DavisAdd test_search_path function in libardour testsuite
2013-08-08 Paul DavisUse test_search_path to find test data in xpath test
2013-08-08 Paul DavisAdd test_search_path function in PBD testsuite
2013-08-08 Paul DavisAdd --single-tests option to also build each libardour...
2013-08-08 Paul Davisdisable libardour unit tests that do not function corre...
2013-07-14 Robin Gareusexpand tabs to spaces in wscript
2013-07-11 Paul Davisfix conflicts caused by meterbridge merge
2013-07-10 Paul Davisremove xmmintrin.h, unnecessarily mirroring changes...
2013-07-10 Paul Davisremove another instance of xmmintrin.h
2013-07-10 Paul Davisremove unnecessary include of xmmintrin.h
2013-07-10 Robin GareusRevert "show track-ID in mixer" and "...towards unique...
2013-07-10 Robin Gareusremove unique track number from meterbridge
2013-07-10 Robin GareusEpisode VI: Return of the ZeroDBline
2013-07-10 Robin GareusEpisode V: the gainfader line strikes back
2013-07-10 Robin Gareusdisable number display on meterbridge by default
2013-07-10 Robin Gareususe accurate log10 for meter (fast_log2 is unsuitable...
2013-07-10 Robin Gareusshow track-ID in mixer
2013-07-10 Robin Gareusnumber/name on meterbridge
2013-07-10 Robin Gareus...towards unique track numbers.
2013-07-10 Robin Gareusallow to include solo,mute buttons on meterbridge
2013-07-10 Robin Gareusremove b0rked attempt at meter-thread regularity.
2013-07-10 Robin GareusTask Force Viking: operation green line
2013-07-10 Robin Gareusfix RMS+Peak meter for MIDI-tracks
2013-07-10 Robin Gareuswith RMS meters: use "peak indicator" as DPM
2013-07-10 Robin Gareusignore state-changes during [meter] context-menu popup...
2013-07-10 Robin Gareususe digital max-peak with RMS meter
2013-07-10 Robin Gareusshare meter-type among meter instances.
2013-07-10 Robin Gareusprepare meter type unification
2013-07-10 Robin Gareustest/fix - possible cause of meter-freezing..
2013-07-10 Robin Gareusfix meterbridge metric display switch
2013-07-10 Robin Gareusremember meter type with session
2013-07-10 Robin Gareusdon't reset meter background/highlight on click.
2013-07-10 Robin Gareusamend to 212d2ac5d (port add/remove signals)
2013-07-10 Robin Gareusexperimental RMS-meter and peak-signal (vs peak-power...
2013-07-10 Robin Gareusimprove timing accuracy for meter-falloff calc.
2013-07-10 Robin Gareusprepare meter-widget for dual background color
2013-07-10 Robin Gareusmeter line-up and fall-off standard values & names
2013-07-10 Robin Gareuspeak-indicator threshold configuration
2013-07-10 Robin Gareusprepare meter configuration..
2013-07-10 Robin Gareusadd options to show/hide master and midi tracks;; hide...
2013-07-10 Robin Gareusfix [some] issues when adding/removing output ports
2013-07-10 Robin Gareusless prominent meter shade
2013-07-10 Robin Gareusadd shade gradient to meter
2013-07-10 Robin Gareusfix meter gradient y-axis only
2013-07-10 Robin Gareusmidi meter updates..
2013-07-10 Robin Gareusmake all meter-colors configurable,..
2013-07-10 Robin Gareusrefactor level-meter widget: 5x2 stops meter colors
2013-07-10 Robin Gareusremove b0rked horizontal meter code.
2013-07-10 Robin Gareusreduce peak-hold indicator to 2px height
2013-07-10 Robin Gareusmeter rounded rectangle
2013-07-10 Robin Gareusconfigurable meter background color
2013-07-10 Robin Gareusmeter border
2013-07-10 Robin Gareusremove border around meter gradients, again.
2013-07-10 Robin Gareusmeter background gradient (hardcoded colors so far)
2013-07-10 Robin Gareusfastmeter: 1px padding left&right
2013-07-10 Robin Gareussession property - include busses in meterbridge
2013-07-10 benadd lib/LV2 path akin to lib/surfaces, to allow bundlin...
2013-07-09 Paul DavisMerge branch 'master' into cairocanvas
2013-07-07 Robin Gareusfix metering when monitoring track input. (ran twice)
2013-07-05 Robin Gareusreset meters when changing metering-point or ports
2013-07-01 Paul Davisminor fixes for recent cairocanvas work so that it...
2013-07-01 Paul DavisMerge branch 'master' into cairocanvas
2013-06-29 Paul Davischanges to waveform clipping display
2013-06-28 Paul Davismake clip indicators more visible (the smaller of 7...
2013-06-28 Paul Davisrestore display of clipping in waveform displays
2013-06-28 Paul Davismore waveform drawing/coloring changes
2013-06-27 Paul Davisfix drawing of rectangles larger than 2000 pixels,...
2013-06-27 Paul Daviscleanup ArdourCanvas::WaveView
2013-06-27 Paul Davisworkaround/hack/fix for cairo pattern gradient space...
2013-06-26 Paul Davismove text origin back down, since it was a mistake...
2013-06-26 Paul Davistweak position of pango-rendered text image on canvas...
next