add a fixed priority to panner modules
[ardour.git] / libs / ardour /
2014-01-10 Robin Gareusadd a fixed priority to panner modules
2014-01-08 Robin Gareusrework panning -- Squashed commit of the following:
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 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 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 Robin Gareusremove unused API to explicitly set/unset buffer silent...
2013-12-28 Robin Gareuscentralize buffer silent-flag
2013-12-27 Robin Gareusinitialize some uninitialized variables
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 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-04 Paul Davischange "cpu" in cpu load backend functions
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-01 Paul Davisfix continuous send of MIDI start/position/stop message...
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 Davismove AudioBackend::_start() into protected, and expand...
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
2013-11-05 Paul Davisback-port two actual bug fixes from cairocanvas branch
2013-11-05 Paul Davisfix incorrect use of sizeof() in snprintf (function...
2013-11-05 Julien de Kozakfix tests compilation
2013-10-28 Paul Davisfix thinko in declaration of ARDOUR::PortEngine::get_po...
2013-10-28 Paul DavisMerge branch 'master--optional-external-libs' of https...
2013-10-28 Nils Philippsenallow linking unbundled versions of some libraries
2013-10-25 Paul DavisMerge branch 'ordering_fixup' of https://github.com...
2013-10-23 Paul Davisfix MMC
2013-10-23 Robin Gareusremove fuzzy and obsolete translations
2013-10-23 Robin Gareusmake fixed IO ports untranslatable
2013-10-23 Robin GareusFix midi-note length when quantizing a swing rhythm
2013-10-23 nick_mNew routes are placed after highest selected route.
2013-10-23 Robin Gareusfix midi quantization - part two
2013-10-22 Robin Gareusinitialize plugin param descriptor struct
2013-10-22 Paul DavisMerge branch 'unify_display_ordering' of https://github...
2013-10-22 Paul DavisMerge branch 'miscfix' of https://github.com/mojofunk...
2013-10-22 Robin Gareushonor LV2 units:midiNote: display Note name instead... 3.5.14
2013-10-21 Paul Davisfix issues with recording while synced to JACK (non...
2013-10-21 Paul Davisadd default sample rate and buffer size methods to...
2013-10-21 Paul Davisfix endless messages about MIDI events being dropped.
2013-10-21 Tim MayberryRemove random character at start of wscript file
2013-10-20 nick_mUnify editor / mixer ordering.
2013-10-18 Paul Davisfix missing Click outputs for new sessions
2013-10-15 Paul Davisupdate russian translation (again)
2013-10-15 Paul Davisupdate russian translation (from alexandre prokoudine)
2013-10-14 Paul Davisadd a back-pointer to the owner of a Processor
2013-10-12 Paul Davisadapt AudioEngine to new AudioBackend API
2013-10-12 Paul Davisslightly change AudioBackend API to allow specifying...
2013-10-11 Tim MayberryFix ardour tests to work with new AudioEngine/Backends...
2013-10-11 Tim MayberryAdd AudioEngine::set_default_backend
2013-10-11 Tim MayberryUse test-env.sh in run-session-tests.sh
2013-10-11 Tim MayberryWrite state data from automation list test to check...
2013-10-11 Tim MayberryAdd arg to test function to be able to prefix test...
2013-10-11 Tim Mayberryreturn bool in test util function to check writing...
2013-10-11 Tim MayberryUse test_search_path to find test data files for automa...
2013-10-11 Tim MayberryUpdate test to use correct SourceFactory::createWritabl...
2013-10-11 Tim MayberryDelete test_globals.h/cc now that the contents has...
2013-10-11 Tim MayberryAdd get_test_sample_rate to common test functions in...
2013-10-11 Tim MayberryFix script used to run libardour tests
2013-10-10 Paul Davisadd API to get current MIDI option from an audio/MIDI...
2013-10-10 Paul Davisadd API to AudioBackend to allow discovery of possible...
2013-10-09 Paul Daviswhen looking for backends, search for *.dll as well...
2013-10-08 Paul Davisremove link-time use of JACK, since it is now dlopen...
2013-10-08 Paul Davisrestore jack timebase master and jack session callback...
2013-10-08 Paul Davis-arestore jack timebase master and jack session callbac...
2013-10-08 Paul Davisupdated DE translation from edgar aichinger
2013-10-08 Paul Davisuse AudioEngine destructor to do necessary stuff when...
2013-10-08 Paul Davischange return type on ARDOUR::cleanup() since nobody...
2013-10-04 Paul DavisMerge branch 'audiothreads' of https://github.com/mojof...
2013-10-04 Tim MayberryMove processing thread list from ARDOUR::Graph into...
next