summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2015-08-24Exclude empty CC-params from "Show Existing Automation"Robin Gareus
2015-08-24Do not send non-automated MIDI-CCs on locate.Robin Gareus
2015-08-22Fix auditioner underrun when seeking.Robin Gareus
2015-08-22fix some compiler warnings (float/double)Robin Gareus
2015-08-20potential fix for #6515 - stall/crash during route deletionRobin Gareus
2015-08-19Add undo history related debug output for debugging Undo/Redo issuesTim Mayberry
2015-08-19fix error-levelRobin Gareus
2015-08-19code consistency and hints for static analysisRobin Gareus
2015-08-18Change return type and name of get_win_special_folderTim Mayberry
2015-08-18Add utility function to get windows packaging directory to avoid memory leaksTim Mayberry
2015-08-17update comment regarding lv2 buffersizesRobin Gareus
2015-08-16compat for old sessions with missing plugins (+doc)Robin Gareus
2015-08-15Update Route to handle UnknownProcessors as Stubs.Robin Gareus
2015-08-15implement stub UnknownProcessorRobin Gareus
2015-08-15fix a typoRobin Gareus
2015-08-15save [actual] plugin i/o-configurationRobin Gareus
2015-08-14use buf-size.h only with lv2-1.2 or laterRobin Gareus
2015-08-14relax LV2 buffersize restrictionsRobin Gareus
2015-08-14don't even list LV2 plugins that cannot be used.Robin Gareus
2015-08-14refuse to load LV2 plugins if buffersize requirements cannot be satisfied.Robin Gareus
2015-08-14allow to export loop-range w/o looping. fixes #6508Robin Gareus
2015-08-13update german translation (from Edgar Aichinger)Paul Davis
2015-08-13fix live resampling (auditioning, embedded src)Robin Gareus
2015-08-13clarify variable nameRobin Gareus
2015-08-13fix import resampling (don’t cut end short)Robin Gareus
2015-08-13fix resampling (auditioning)Robin Gareus
2015-08-12punctuation nitpickRobin Gareus
2015-08-12limit bounce processing size (fixes crashes in plugins)Robin Gareus
2015-08-12another waf/regexp issue (amend 4666711)Robin Gareus
2015-08-12correctly switch between windows and (other) when deciding whether to use AVX...Paul Davis
2015-08-11remove unnecessary namespace forward declPaul Davis
2015-08-11use new FPU singleton pattern in libs/ardourPaul Davis
2015-08-11the AVX functions for linux are stubs - they just use non-optimized code. Don...Paul Davis
2015-08-11remove -Woverload-virtual ambiguity (from 1d3690d)Robin Gareus
2015-08-11fix deadlock at exit on SMP systemsRobin Gareus
2015-08-11Backend API to query rates&sizes for separate I/O.Robin Gareus
2015-08-10fix unbelievable typo that broke solo propagationPaul Davis
2015-08-10convert Route::_solo_isolated from counter to a boolean.Paul Davis
2015-08-09Make sure that the ostream operator << (for class ChanCount) gets correctly e...John Emmas
2015-08-09MSVC doesn't define __LITTLE_ENDIAN__John Emmas
2015-08-09Add a newly introduced source file to our MSVC project (libardour)John Emmas
2015-08-09remember actual processor configurationRobin Gareus
2015-08-08amend 0e3991e (can_support.. AND configure..)Robin Gareus
2015-08-08AU: discard relationship with master-bus channel count.Robin Gareus
2015-08-08AU: fix debug outputRobin Gareus
2015-08-07remove more cruft (dead assignments)Robin Gareus
2015-08-07give copy_vector() another chance.Robin Gareus
2015-08-07VST use scratch buffers for processing.Robin Gareus
2015-08-07fix VST plugin crash (from 35a9c63)Robin Gareus
2015-08-05rework VST processing/buffering (no more alloca).Robin Gareus