Clean up Latency API (Processor vs Plugin)
[ardour.git] / libs / ardour /
2019-02-17 Robin GareusClean up Latency API (Processor vs Plugin)
2019-02-16 Robin GareusNO-OP: whitespace
2019-02-16 Robin GareusPrepare to allow to disable latency-compensation
2019-02-15 Robin GareusSimply debugging port-registration failures
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-09 Robin GareusFix llabs() ambiguity
2019-02-08 Robin GareusFix MIDI-bypass for inplace plugins -- #7722
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 GareusRemove disk-reader local MIDI vari-speed
2019-02-07 Robin GareusPrefer AudioBuffer reference over raw buffer
2019-02-07 Robin GareusPrepare dedicated Disk-reader de-click gain-stage
2019-02-06 Paul Davisdo not use green for "OK" deltas in transport master...
2019-02-06 Paul Davisuse correct value for silent sample count delivered...
2019-02-06 Robin GareusFix rolling backwards
2019-02-06 Robin GareusImplement backwards micro-locates
2019-02-06 Robin GareusPrepare Disk-reader for bi-directional micro-locates
2019-02-06 Robin GareusOptimize buffer zero-filling
2019-02-05 Robin GareusTowards a new disk-reader ringbuffer
2019-02-04 Paul Davisuse ::reset() not ::update()
2019-02-04 Paul Davisreset "current" in LTC transport master when necessary
2019-02-04 Paul Daviscorrectly initialize LTC transport master port latency...
2019-02-04 Paul DavisNOOP: whitespace in function call
2019-02-04 Paul Davisfully initialize all LTC transport master members
2019-02-04 Paul Davisremove debug output
2019-02-04 Paul Davisadd DEBUG::Destruction output for Port
2019-02-04 Paul Davisextend debug output statement
2019-02-04 Paul Davisadd new DEBUG_TRACE output for transport masters
2019-02-04 Paul Davisremove commented code
2019-01-27 Paul Davisforce execution of ARDOUR::init_post_engine() before...
2019-01-27 Paul Davisdo not reset ControlProtocol state for every engine...
2019-01-25 Paul Davisnew approach to handling Transport Masters when engine...
2019-01-22 Robin GareusLV2: Immediately respond after processing scheduled...
2019-01-19 Robin GareusUse correct playlist when loading Ardour5 session
2019-01-18 Len OvensHmm, balanced panner didn't seem to make it in
2019-01-18 Len Ovensfoldback sends should have unlinked balanced panner
2019-01-16 Paul Davis(libs) call ARDOUR::init_post_engine() from within...
2018-12-28 Robin GareusNO-OP: whitespace
2018-12-28 Alex PilonCheck whether punch-in is enabled and record is enabled...
2018-12-28 Paul Davisremove configure-time --no-lv2 option. LV2 is integral...
2018-12-27 Paul Davisremove debug output
2018-12-27 Paul Davisdiv wrapping
2018-12-24 Robin GareusNO-OP: whitespace
2018-12-24 Robin GareusUpdate Convolver/LuaConvolver
2018-12-23 Robin GareusFix cases where there's no MIDI buffer (e.g. audio...
2018-12-21 Robin GareusFix insert/remove time duplicate automation move -...
2018-12-21 Robin GareusNO-OP: whitespace
2018-12-21 Robin GareusRemove duplicate automation shift
2018-12-20 Robin GareusAmend e4304f3bf, plugin-preset, preset-record
2018-12-20 David RobillardUse lilv_world_get()
2018-12-20 David RobillardRemove conditional support for ancient versions of...
2018-12-18 Robin GareusWouldn't it be nice if plugin presets had a description...
2018-12-18 Robin GareusAdd LV2 option/extension for plugin thread sched priority
2018-12-17 John EmmasMSVC won't allow us to erase an item that's managed...
2018-12-16 Robin GareusNO-OP: whitespace
2018-12-16 Robin GareusRemove cruft: previous set_value_unchecked optimization
2018-12-16 Robin GareusOptimize automation-event process splitting
2018-12-16 Robin GareusOptimize plugin-processing for non-automated params
2018-12-13 Robin GareusFix ExportFormatSpecification copy-c'tor
2018-12-11 Paul Davismake session/Config now responsible for adding/removing...
2018-12-09 Robin Gareus"only" 1048576 -- sounds like it's not sufficient
2018-12-07 Robin GareusFix progress report when resampling to fixed-point...
2018-12-07 Robin GareusFix importing to a fixed-point format with resampling
2018-12-05 Robin GareusSkip silent sources on session-archive -- fixes #7699
2018-12-05 Robin GareusPrevent endless read of silent files
2018-12-04 Robin GareusUse atomic read for an atomic variable
2018-12-04 Robin GareusFix logic-error in d1cf2163: hide info for optimized...
2018-12-03 Robin GareusSpecial case Mixbus Chanstrip for load calculation
2018-12-03 Robin GareusConsistent AU factory Preset IDs
2018-12-02 Robin GareusDon't invalidate AU preset on load
2018-12-02 Robin GareusImplement AU plugin-preset removal
2018-12-02 Robin GareusRestore actual plugin-preset on session-load
2018-12-01 Robin GareusTowards fixing AU preset invalidation
2018-12-01 Robin GareusAU: mark preset dirty when parameter changes
2018-12-01 Robin GareusFix AU preset handling
2018-11-29 Robin GareusFix a tiny memory leak, add_instant_xml() copies the...
2018-11-29 Robin GareusDisk I/O: only allocate midi-buffer if needed
2018-11-28 Robin GareusFix a potential memory-corruption
2018-11-28 Robin GareusRemove ambiguous API implementation
2018-11-28 Robin GareusConsolidate ambiguous engine API calls
2018-11-26 Robin GareusFix stuck connection block when template load fails.
2018-11-26 Robin GareusPrevent deadlock when removing routes w/o engine
2018-11-26 Robin GareusDon't allow to add/remove monitor-section w/o engine
2018-11-26 Robin GareusFix various issues when the engine disconnects:
2018-11-25 Robin GareusDo not allocate MIDI buffers for signal analysis
2018-11-25 Robin GareusFix Linux/PPC64 runtime
2018-11-24 Robin GareusAuditioner: check if removing synth succeeds
2018-11-23 Robin GareusNO-OP: whitespace and re-organization
2018-11-23 Robin GareusLoad audition synth on demand
2018-11-23 John EmmasAdd/remove source(s) in our MSVC project (libardour)
2018-11-22 Robin GareusAmend prev. commit, actually remove (1.0 - x) as was...
2018-11-22 Robin GareusBackwards compatible sndfile support
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 GareusInclude session-metadata in external/ffmpeg export
next