fix initialization order
[ardour.git] / libs / ardour / ardour /
2019-03-03 Paul Davisrename LTC_Slave::prev_sample to prev_frame, correcting...
2019-03-03 Paul Davisremoved _locked property from TransportMaster (it's...
2019-03-03 Paul Davisremove ill-conceived use-session-timecode-format option
2019-03-01 Robin GareusAdd a signal to indicate VCA creation
2019-03-01 Robin GareusRevert Monitor-Section to be per session
2019-03-01 Paul Davissimplifications to the logic and additional comments...
2019-02-28 Robin GareusConsolidate gdither noise code
2019-02-28 Robin GareusAmazing PCM byte/array convert functions, unused.
2019-02-28 Robin GareusAllow to special case plugins used for IR analysis
2019-02-28 Robin GareusTake latency into account when analyzing live signal
2019-02-26 Robin GareusExportFormatFFMPEG supports tagging meta-data
2019-02-22 Paul Davisremove PostTransportWorkCurveReallocate (no longer...
2019-02-21 Robin GareusRemove unused API, unused variable
2019-02-21 Robin GareusAvoid dynamic-cast, prefer virtual inheritance for...
2019-02-21 Robin GareusAdd API to check for ongoing de-click
2019-02-20 Robin GareusRemove more cruft (unused rf-scale)
2019-02-20 Robin GareusRemove cruft (unused PostTransportInputChange)
2019-02-20 Robin GareusAdd unified API to select plugins to show on control...
2019-02-17 Robin GareusEmit signal when plugin latency changes
2019-02-17 Robin GareusClean up Latency API (Processor vs Plugin)
2019-02-16 Robin GareusPrepare to allow to disable latency-compensation
2019-02-13 Robin GareusOptimize DSP-load calculation, pre-calculate fall-off...
2019-02-12 Ben Loftismidi-audition-synth-uri is deprecated (libardour part).
2019-02-12 Ben LoftisHard-code GMsynth as the fallback, and allow UI to...
2019-02-12 Ben LoftisSession-range behavior (libardour part)
2019-02-12 Ben LoftisSelection-after-split behavior ( libardour part )
2019-02-08 Robin GareusFix some disk-buffer threading issues
2019-02-08 Robin GareusNO-OP: clarify internal API, prepare for overwrite...
2019-02-07 Robin GareusPrepare dedicated Disk-reader de-click gain-stage
2019-02-06 Robin GareusPrepare Disk-reader for bi-directional micro-locates
2019-02-05 Robin GareusTowards a new disk-reader ringbuffer
2019-01-25 Paul Davisnew approach to handling Transport Masters when engine...
2019-01-16 Paul Davis(libs) call ARDOUR::init_post_engine() from within...
2018-12-24 Robin GareusUpdate Convolver/LuaConvolver
2018-12-21 Robin GareusFix insert/remove time duplicate automation move -...
2018-12-21 Robin GareusNO-OP: whitespace
2018-12-20 Robin GareusAmend e4304f3bf, plugin-preset, preset-record
2018-12-18 Robin GareusWouldn't it be nice if plugin presets had a description...
2018-12-16 Robin GareusOptimize automation-event process splitting
2018-12-16 Robin GareusOptimize plugin-processing for non-automated params
2018-12-05 Robin GareusPrevent endless read of silent files
2018-12-03 Robin GareusSpecial case Mixbus Chanstrip for load calculation
2018-12-02 Robin GareusDon't invalidate AU preset on load
2018-11-28 Robin GareusRemove ambiguous API implementation
2018-11-26 Robin GareusFix various issues when the engine disconnects:
2018-11-25 Robin GareusFix Linux/PPC64 runtime
2018-11-23 Robin GareusNO-OP: whitespace and re-organization
2018-11-23 Robin GareusLoad audition synth on demand
2018-11-22 Robin GareusSave LV2 Port Property values locally
2018-11-21 Robin GareusAllow to revert export-format from disk
2018-11-21 Robin GareusSet encoder quality for existing ExportFormatSpecs
2018-11-20 Robin GareusPrepare session-metadata export to external command
2018-11-20 Robin GareusImplement vorbis encoder quality
2018-11-19 Robin GareusImplement FFMPEG/MP3 export-format spec and profile
2018-11-19 Robin GareusPrepare export-format codec-quality setting
2018-11-19 Robin GareusInitial backend support for external export encoder
2018-11-19 Robin GareusMove video-tool paths to libardour (1/2)
2018-11-13 Len OvensMake foldback bus match foldback sends namewise
2018-11-13 Len OvensChanged send/deliver role "Personal" to "Foldback"...
2018-11-08 Len Ovensget_stripables and get_routelist are now presentationin...
2018-11-07 Robin GareusConsolidate VST Plugin Info
2018-11-07 Robin GareusAdd support for recording to .flac
2018-11-04 Robin GareusRemove C++11'ism
2018-11-04 Robin GareusFix AudioUnit, missing const in cbef72b8a13
2018-11-04 Robin GareusOptimize Plugin connect & run API, use const maps
2018-11-03 Paul Davisrename TransportMasterManager::init() to ::set_default_...
2018-11-03 Paul Davisfix crash during first-run configuration of the applica...
2018-11-01 Johannes MuellerCreate sidechain ports when created from template ...
2018-11-01 Johannes MuellerUpdate names of sidechains.
2018-10-31 Robin GareusAdd option to limit automatable control parmaters
2018-10-30 Len OvensAdd ListenBus to stripable types
2018-10-25 Robin GareusFix race-condition/deadlock, plugin-copy while rolling
2018-10-21 Robin GareusPotential fix for lost VST MIDI events
2018-10-20 Christopher ArndtAdd plugin version and parameter count to VST user...
2018-10-19 Robin GareusImplement basic libardour convolution DSP
2018-10-19 Robin GareusAllow Lua DSP processors to report latency
2018-10-19 Len OvensAdd personal monitor sends
2018-10-17 Len OvensOption to hide send if aux is hidden
2018-10-17 Paul Daviscorrect comment
2018-10-17 Paul Davisadd new API for retrieving port flags from backend
2018-10-16 Len OvensOSC: personal monitor send hidden follows aux hidden
2018-10-15 John EmmasRemove a #include and substitute a forward declaration...
2018-10-15 Paul Davisfix several inter-related problems with libptformat
2018-10-13 John EmmasClarify where the file 'ptfformat.h' can be found
2018-10-12 Damien ZammitPT import: Minor changes to session
2018-10-11 Robin GareusAdd API to query backend realtime thread priority
2018-10-08 Paul Davissome rather simple code to allow MIDI Clock to set...
2018-10-05 Paul Davismove away from "sync source" concepts
2018-10-05 Paul Davislaying the groundwork for adding/removing transport...
2018-10-04 Paul Davisremove LTC port parameter, since it's no longer a thing.
2018-10-04 Paul Davisadd new ::update_interval() method for transport master...
2018-10-04 Robin GareusSort Session templates alphabetically
2018-09-27 Paul Davisconsolidate all transport masters on a SafeTime object...
2018-09-27 Paul Davismore objectification for SafeTime
2018-09-27 Paul Davisinitial hacks towards a truly thread-safe SafeTime...
2018-09-22 Paul Davisremove old slave files
2018-09-21 Robin GareusFix --no-nls (4/5), i18n include order in libs/*
2018-09-20 Paul Davisswitch transport masters to use properties and notify...
2018-09-19 Paul Davisboost/atomic.hpp is not used
2018-09-18 Paul Davisnew transport slave/master implementation, libs/ edition
next