rework MIDI [processor|plugin] chain
[ardour.git] / libs / ardour /
2013-08-08 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-08 Paul Davisremove an identical odd namespacing typo
2013-08-08 Paul Davisremove odd namespacing typo
2013-08-08 Robin Gareususe zeroed scratch buffers for "silent" plugin runs
2013-08-08 Robin Gareusfix typo in c212c16eb
2013-08-08 Robin Gareusinitialize some uninitialized values
2013-08-08 Robin Gareuscatch assert()
2013-08-08 Robin GareusLV2 - use scratch buffers to scratch :)
2013-08-08 Robin Gareusanother amend to 00f26394a9
2013-08-08 Robin Gareusfix stupid copy/paste error in 00f26394a9
2013-08-08 Robin GareusRMS meter: remove unused peak-detection
2013-08-08 Robin Gareususe dedicated buffers for route (and track)
2013-08-08 Robin GareusRevert "fix issue with generator plugins and no-roll...
2013-08-08 Robin Gareusfix issue with generator plugins and no-roll disk monit...
2013-08-08 Michael FisherReturn an empty string instead of a bool
2013-08-08 Michael FisherCast param for std::time to a pointer of time_t
2013-08-08 Michael FisherHousekeeping, code style
2013-08-08 Michael FisherMoving Mclk locating code to ticker.cc. Housekeeping
2013-08-08 Michael FisherAdd method to send a song position pointer message
2013-08-08 Robin Gareususe K-20 meter as default master bus
2013-08-08 Robin Gareusadd option to resize meterbridge track-labels
2013-08-08 Robin Gareuschange default meter-fall-off to 13.3 dB/sec
2013-08-08 Robin Gareusfix compiler warnings.
2013-08-08 Edgar Aichingerupdate german translation for libardour
2013-08-08 Edgar Aichingerupdate german translation
2013-08-08 Robin Gareusadd dedicated line-up level for IEC1/DIN meter (15dbFS)
2013-08-08 Robin Gareusmake LED meter style optional
2013-08-08 Robin GareusDon't allow to deactivate meter.
2013-08-08 Robin Gareusreset meters only when *really* necessary
2013-08-08 Robin Gareusfix compiler warning
2013-08-08 Robin Gareusadd "0VU = +8dBu" VU meter config
2013-08-08 Robin Gareuschange default VU mode to "0VU = +4dBu (standard)"
2013-08-08 Robin Gareusimplement meter-lineup and VU standard preferences
2013-08-08 Robin Gareususe fixed fall-off time for k-meter
2013-08-08 Robin Gareusrestore session backwards compatibility to 3.3
2013-08-08 Robin Gareusimplement new meter types
2013-08-08 Robin GareusRevert "Revert new meter types (postponed until after...
2013-08-08 Robin Gareusreset meter when meter-point changes
2013-08-08 Robin Gareusmeter-state 17 and 49 + code-comment
2013-08-08 Robin Gareusrework metering states 2, 6, 18 and 22
2013-08-08 Robin Gareusrevert functionality of f842e8af2 (meter display in...
2013-08-08 Robin Gareusyet another meter+monitoring detail:
2013-08-08 Robin Gareusfix metering states 34, 38, 49, 50, 53 and 54
2013-08-08 Robin Gareuszero meters for inactive tracks
2013-08-08 Robin GareusRMS meter - reset after calculating new data
2013-08-08 Robin Gareusfix "monitor mode 11"
2013-08-08 Robin Gareusfix input metering:
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 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 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 DavisAdd --single-tests option to also build each libardour...
2013-08-08 Paul Davisdisable libardour unit tests that do not function corre...
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 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 Gareusfix RMS+Peak meter for MIDI-tracks
2013-07-10 Robin Gareusignore state-changes during [meter] context-menu popup...
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 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 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 Gareusmidi meter updates..
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
next