Fix Mackie control metering (fixes #6608).
[ardour.git] / libs / ardour /
2015-09-01 Robin GareusPrepare option to disable Plugins completely
2015-09-01 Robin Gareusfix AU port count - NI Reaktor5
2015-08-28 Robin Gareusfix crash with missing .mid
2015-08-28 Robin Gareusfix possible deadlock on session-close
2015-08-28 Robin Gareussynchronous shutdown of process graph.
2015-08-28 Robin Gareuspre-seed session-state-version.
2015-08-28 Tim MayberryDon't truncate pretty port names when setting up port...
2015-08-27 Robin Gareusclarify midi-iterator comment
2015-08-27 John EmmasModify some functions to alleviate overflow / precision...
2015-08-25 Robin Gareusfix linked midi-regions on different tracks #6541
2015-08-24 Robin GareusExclude empty CC-params from "Show Existing Automation"
2015-08-24 Robin GareusDo not send non-automated MIDI-CCs on locate.
2015-08-22 Robin GareusFix auditioner underrun when seeking.
2015-08-22 Robin Gareusfix some compiler warnings (float/double)
2015-08-20 Robin Gareuspotential fix for #6515 - stall/crash during route...
2015-08-19 Tim MayberryAdd undo history related debug output for debugging...
2015-08-19 Robin Gareusfix error-level
2015-08-19 Robin Gareuscode consistency and hints for static analysis
2015-08-18 Tim MayberryChange return type and name of get_win_special_folder
2015-08-18 Tim MayberryAdd utility function to get windows packaging directory...
2015-08-16 Robin Gareusupdate comment regarding lv2 buffersizes
2015-08-16 Robin Gareuscompat for old sessions with missing plugins (+doc)
2015-08-15 Robin GareusUpdate Route to handle UnknownProcessors as Stubs.
2015-08-15 Robin Gareusimplement stub UnknownProcessor
2015-08-15 Robin Gareusfix a typo
2015-08-15 Robin Gareussave [actual] plugin i/o-configuration
2015-08-14 Robin Gareususe buf-size.h only with lv2-1.2 or later
2015-08-14 Robin Gareusrelax LV2 buffersize restrictions
2015-08-14 Robin Gareusdon't even list LV2 plugins that cannot be used.
2015-08-14 Robin Gareusrefuse to load LV2 plugins if buffersize requirements...
2015-08-14 Robin Gareusallow to export loop-range w/o looping. fixes #6508
2015-08-13 Paul Davisupdate german translation (from Edgar Aichinger)
2015-08-13 Robin Gareusfix live resampling (auditioning, embedded src)
2015-08-13 Robin Gareusclarify variable name
2015-08-13 Robin Gareusfix import resampling (don’t cut end short)
2015-08-12 Robin Gareusfix resampling (auditioning)
2015-08-12 Robin Gareuspunctuation nitpick
2015-08-12 Robin Gareuslimit bounce processing size (fixes crashes in plugins)
2015-08-12 Robin Gareusanother waf/regexp issue (amend 4666711)
2015-08-12 Paul Daviscorrectly switch between windows and (other) when decid...
2015-08-12 Paul Davisremove unnecessary namespace forward decl
2015-08-12 Paul Davisuse new FPU singleton pattern in libs/ardour
2015-08-11 Paul Davisthe AVX functions for linux are stubs - they just use...
2015-08-11 Robin Gareusremove -Woverload-virtual ambiguity (from 1d3690d)
2015-08-11 Robin Gareusfix deadlock at exit on SMP systems
2015-08-11 Robin GareusBackend API to query rates&sizes for separate I/O.
2015-08-10 Paul Davisfix unbelievable typo that broke solo propagation
2015-08-10 Paul Davisconvert Route::_solo_isolated from counter to a boolean.
2015-08-10 Robin GareusMerge branch 'pt5-fix' of https://github.com/zamaudio...
2015-08-09 John EmmasMake sure that the ostream operator << (for class ChanC...
2015-08-09 John EmmasMSVC doesn't define __LITTLE_ENDIAN__
2015-08-09 John EmmasAdd a newly introduced source file to our MSVC project...
2015-08-09 Robin Gareusremember actual processor configuration
2015-08-08 Robin Gareusamend 0e3991e (can_support.. AND configure..)
2015-08-07 Robin GareusAU: discard relationship with master-bus channel count.
2015-08-07 Robin GareusAU: fix debug output
2015-08-07 Robin Gareusremove more cruft (dead assignments)
2015-08-07 Robin Gareusgive copy_vector() another chance.
2015-08-07 Robin GareusVST use scratch buffers for processing.
2015-08-07 Robin Gareusfix VST plugin crash (from 35a9c63)
2015-08-05 Robin Gareusrework VST processing/buffering (no more alloca).
2015-08-05 Robin GareusVST replaceProcessing () != in-place processing.
2015-08-05 Robin Gareusupdate unit-tests (new Dummy backend name since a9b6277)
2015-08-04 Robin Gareuspass complete blocksize range to LV2 plugin. fixes...
2015-08-04 Robin Gareusself-test add missing newline
2015-08-03 Robin Gareusclose file before unlink
2015-08-03 Robin GareusVST cache file transition.
2015-08-03 Robin Gareusdump VST blacklist at end of scan
2015-08-03 Robin Gareustranslatable VST error/info messages
2015-08-03 Robin Gareusfix byte-order detection for gcc < v4.4.
2015-08-03 Tim MayberryFix typo in 8c45d4 preventing compile
2015-08-03 Robin Gareussha1: cleanup & separate unit test
2015-08-02 Robin GareusVST cache rework (part one)
2015-08-02 Robin Gareusadd sha1-hash calc.
2015-07-30 Robin Gareusfix file metadata tagging on windows.
2015-07-29 Robin GareusDon’t create MTC debug string if it’s not needed.
2015-07-28 Robin GareusRevert "debug/fix LV2 state loading on OSX 10.5/PPC"
2015-07-27 Robin Gareusdon't crash if taglib cannot open file
2015-07-27 Robin Gareusfix LV2 freewheeling port, explicit cast bool to float.
2015-07-27 Robin Gareusdebug/fix LV2 state loading on OSX 10.5/PPC
2015-07-27 Paul Davisadd Session::routes_solo_changed(), a plural method...
2015-07-26 Robin Gareusfixes/updates for move to ::open()
2015-07-26 Tim MayberryMove ARDOUR::touch_file to pbd/file_utils.h
2015-07-26 Tim MayberryUse g_open instead of ::open in ARDOUR::touch_file...
2015-07-25 Tim MayberryUse g_open and sf_open_fd in SndFileSource for portability
2015-07-25 Tim MayberryUse g_open and sf_open_fd in SndFileImportable instead...
2015-07-25 Tim MayberryUse g_open instead of ::open in translation related...
2015-07-25 Tim MayberryUse g_open instead of ::open in AudioSource for portability
2015-07-25 Tim MayberryUse GStatBuf in AudioSource::initialize_peakfile for...
2015-07-25 Tim MayberryRevert "When peakfiles get opened using a non-glib...
2015-07-25 Tim MayberryRevert "A few more instances of non-glib 'open()' getti...
2015-07-25 Tim MayberryRemove sse optimization sources from test applications
2015-07-24 Robin GareusVST info: use g_fopen() for Windows compat.
2015-07-23 John EmmasA few more instances of non-glib 'open()' getting used...
2015-07-23 John EmmasWhen peakfiles get opened using a non-glib function...
2015-07-23 Robin Gareussigned/unsigned comparison
2015-07-23 Robin Gareusamend a73a039a3a, separate VST cache for 32/64bit
2015-07-23 Robin Gareusavoid llabs ambiguity
2015-07-21 Robin GareusVST plugin title fix #6467
2015-07-20 Robin Gareusbye bye Unix.
next