remove VAMP and Rubberband from source tree
[ardour.git] / libs / ardour /
2014-01-12 Paul Davisremove VAMP and Rubberband from source tree
2014-01-12 Paul Davisremove taglib from source tree (require external provision)
2014-01-12 Paul Davismove -fvisibility=hidden to the top of the source tree...
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-11 Paul Davisfix merge with master
2014-01-11 David RobillardSupport midnam controller value labels.
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2014-01-10 Paul Davisfix merge errors with master
2014-01-10 Robin Gareusfix panner search path
2014-01-10 Robin Gareusre-configure _all_ panners on a route, when panner...
2014-01-10 Robin Gareusadd a fixed priority to panner modules
2014-01-08 Robin Gareusrework panning -- Squashed commit of the following:
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-07 Robin Gareusmake LV2 presets immediately available
2014-01-07 Robin Gareusremove inadvertently commited debug/devel code
2014-01-05 Robin Gareusfix plugin log-sliders for ranges [0..]
2014-01-05 Robin Gareusupdate slider rendering & set style for faders
2014-01-04 Robin Gareusfix detection of aubio library - aubio-0.4 breaks API...
2014-01-03 Robin Gareusdon't split process cycle at end
2014-01-03 Paul Davisimprove clarity of logic parentheses
2014-01-03 Paul DavisMerge branch 'master' of https://github.com/derAbgang...
2014-01-02 derAbgangmantis 0005805
2014-01-02 Paul DavisMerge branch 'master' into cairocanvas
2014-01-02 Julien de KozakFix tests compilation after Control API changes
2014-01-01 Robin Gareusvisualize port connections in mixer/processor when...
2013-12-31 Robin Gareusdebug message: print uint8 channel as integer not char
2013-12-30 Paul Davischange clip level variable units to dB (conversion...
2013-12-30 Paul Davisadd new configurable parameter for waveview clip level
2013-12-30 Robin Gareusimprove debug message
2013-12-30 Robin Gareusoptimize peak calculation of silent buffers
2013-12-30 Robin GareusNOOP. remove trailing whitespace
2013-12-30 Robin Gareusmake meters request constant buffers
2013-12-29 Robin Gareususe buffer APIs instead of raw memcpy, fix plugin bypass
2013-12-28 Robin Gareusfix replicate_missing_region_channels option
2013-12-28 Paul DavisMerge branch 'master' into cairocanvas
2013-12-28 Robin Gareusremove unused API to explicitly set/unset buffer silent...
2013-12-28 Robin Gareuscentralize buffer silent-flag
2013-12-27 Paul Davismerge exportvis branch into cairocanvas, to reduce...
2013-12-27 Robin Gareusinitialize some uninitialized variables
2013-12-23 Paul Davisfix redrawing of canvas with an optimized build
2013-12-23 Sakari BergenRe-enable export file tagging. No idea why this code...
2013-12-22 Robin Gareusadd K12/RMS meter type
2013-12-21 Paul Davisnew ControlProtocolManager API, and proper handling...
2013-12-18 Hans Baiermidi_clock_slave: fix bandwidth to 2/60 for best results
2013-12-18 Hans Baierinterpolation_test: add some necessary assertions
2013-12-18 Hans Baiermidi_clock_slave: fix wrong calculation of loop error
2013-12-18 Hans Baiermidi_clock_slave.cc: Better debug messages
2013-12-17 Hans Baiermidi clock slave: make bandwidth variable according...
2013-12-13 Paul Davismake MIDI UI in libardour handle CallSlot requests...
2013-12-12 Paul Davisfix merge conflicts from master
2013-12-12 Robin Gareusadjust LV2 ringbuffer size according to LV2:resize...
2013-12-10 Nils Philippsenadd cmp_nocase_utf8()
2013-12-10 Nils Philippsenuse correct argument order with memset()
2013-12-10 Nils Philippsenuse std::fill_n to fill gain buffer with samples
2013-12-07 Robin Gareusprint a warning for every VST >=2.4 plugin
2013-12-07 Robin Gareusdetect VST >= 2.4 plugins.
2013-12-07 Tim MayberryA few basic tests for AudioEngine
2013-12-05 Paul DavisMerge branch 'master' into cairocanvas
2013-12-05 Paul Davisremove unnecessary recently-added include for realpath...
2013-12-05 Paul Davisadditional header needed for mingw build to get realpath()
2013-12-05 Paul DavisMerge branch 'expvis' of https://github.com/mojofunk...
2013-12-05 Tim MayberryRemove duplicate use of LIBARDOUR_API from Session...
2013-12-05 Tim MayberryRemove old visibility.h header that is no longer in use
2013-12-05 Tim MayberryUse the correct visibility macros
2013-12-05 Tim MayberryOnly use __declspec(dllimport/dllexport) for MSVC compiler
2013-12-05 Tim MayberryFix compile when using external version of libltc
2013-12-04 Paul DavisMerge branch 'master' into windows
2013-12-04 Paul DavisMerge branch 'master' into exportvis
2013-12-04 Paul Davischange "cpu" in cpu load backend functions
2013-12-04 Paul Davischange "cpu" in cpu load backend functions
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-12-03 Paul DavisMerge branch 'windowspush' of https://github.com/mojofu...
2013-12-03 Paul DavisMerge branch 'master' into windows
2013-12-03 Paul Davisminor tweaks to MIDI clock support, including delivery...
2013-12-03 Paul Davisdon't run MIDI clock "tick" if session is silent (e...
2013-12-02 Tim MayberryReplace non-portable printf format specifier
2013-12-02 Tim MayberryFix pattern used to search for audio backends on windows
2013-12-02 Tim MayberryUse PBD::canonical_path instead of ::realpath
2013-12-02 Tim MayberryUse PBD::pthread_name in MTC_Slave for portability
2013-12-02 Tim MayberryRemove duplicate ALSA pkgconfig
2013-12-02 Tim MayberryRevert unfinished export visibility commits by John...
2013-12-02 Tim MayberryFix compilation on linux now that libardour no longer...
2013-12-01 Paul Davisfix continuous send of MIDI start/position/stop message...
2013-11-30 Paul Davisfix merge with master
2013-11-30 Paul Davismerge and resolve conflict with master
2013-11-30 Paul Davisfix up a bunch of confusion regarding the size/capacity...
2013-11-30 Paul Davisdrop capacity argument from Buffer constructor, since...
2013-11-30 Paul Davisfix indentation
2013-11-27 Paul DavisMerge branch 'master' into cairocanvas
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-27 Paul Davismove AudioBackend::_start() into protected, and expand...
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-11-25 Paul DavisMerge branch 'master' into cairocanvas
2013-11-22 Robin Gareusfix crash @ session-restore of plugins windows
2013-11-16 Robin Gareuslv2: increase scratch buffer size to request port minim...
2013-11-09 Robin Gareusallow to include In/Disk button on Meterbridge
2013-11-05 Paul Davisupdate .po files with --no-fuzzy-matching in use
next