replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls
[ardour.git] / libs /
2018-10-26 Robin GareusFix some compiler warnings (exception catches)
2018-10-26 Robin GareusGlib throws a const FileError exception
2018-10-26 Robin GareusFix Lua bindings (music-time, mapping)
2018-10-25 Robin GareusFix race-condition/deadlock, plugin-copy while rolling
2018-10-23 Robin GareusFix typo in binding, amend 9bbbc7fbe
2018-10-23 John EmmasAdd some missing link libs to MSVC zita-convolver
2018-10-22 Robin GareusFix an edge-case in Dummy backend's random generator
2018-10-22 Robin GareusSort VST factory presets
2018-10-22 John EmmasRemaining changes needed to build zita-convolver with...
2018-10-22 John EmmasAdd MSVC support for building the 'zita-convolver'...
2018-10-22 John EmmasAccommodate newly introduced source(s) in our MSVC...
2018-10-21 Robin GareusPotential fix for lost VST MIDI events
2018-10-21 Robin GareusMSVC compatibility for zita-convolver
2018-10-20 Christopher ArndtAvoid use of 'std::to_string
2018-10-20 Christopher ArndtAdd plugin version and parameter count to VST user...
2018-10-19 Len OvensPersonal monitor now saves and restores
2018-10-19 Robin GareusLua bindings for convolution DSP
2018-10-19 Robin GareusImplement basic libardour convolution DSP
2018-10-19 Robin Gareuszita-convolver windows/mingw build fix
2018-10-19 Robin GareusNO-OP: clang-format whitespace
2018-10-19 Robin Gareuszita-convolver: add namespace & visibility, remove...
2018-10-19 Robin GareusAdd upstream libzita-convolver 4.0.3
2018-10-19 Robin GareusAllow Lua DSP processors to report latency
2018-10-19 Len OvensAdd personal monitor sends
2018-10-18 Robin GareusFix copy/edit in e047b01aa256
2018-10-18 Robin GareusFix scalar initialization of shared_ptr<>.
2018-10-18 Robin GareusFluidsynth 2.0 uses anonymous unions (added in c11...
2018-10-17 Andreas MüllerFollow fluidsynth's API changes introduced with 2.0.0
2018-10-17 Robin GareusUpdate Fluidsynth to 2.0.1
2018-10-17 Len OvensNoop: fix white space
2018-10-17 Len OvensOption to hide send if aux is hidden
2018-10-17 Andreas MüllerPrevent excessive meter redraws for inactive meters...
2018-10-17 Paul Daviscorrect comment
2018-10-17 Paul Davisadd new API for retrieving port flags from backend
2018-10-17 Paul Daviswhen calling Session::engine_halted() after a user...
2018-10-17 Jan LentferLCXL: complete overhaul and Mixbus support
2018-10-17 Térence ClastresLCXL: Assign one callback function per Knob/Fader
2018-10-16 Len OvensOSC: personal monitor can hide the aux bus
2018-10-16 Len OvensOSC: personal monitor send hidden follows aux hidden
2018-10-16 Len OvensOSC: personal monitor should only send signal present...
2018-10-15 Paul Davisindentation fix
2018-10-15 Paul Davis#include tidy-up
2018-10-15 John EmmasRemove a #include and substitute a forward declaration...
2018-10-15 John EmmasAdapt some MSVC projects to accommodate the changes...
2018-10-15 Len OvensOSC: allow personal monitor to add a send.
2018-10-15 Paul Davisremove use of hardcoded -fPIC compiler flag, and use...
2018-10-15 Paul Davisfix mixup with previous commit
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-13 John EmmasAccommodate newly introduced source(s) in our MSVC...
2018-10-12 Damien ZammitPT import: Fix circular dependency with libptformat...
2018-10-12 Damien ZammitPT import: Minor changes to session
2018-10-12 Damien ZammitPT import: Add new import_pt.cc session methods
2018-10-12 Damien Zammitlibptformat: Update lib to upstream e75320e (+source...
2018-10-11 Robin GareusAlways use internal, modified, zita-resampler
2018-10-11 Robin GareusConsolidate relative sched_get_priority computation
2018-10-11 Robin GareusUse new RT-priority API
2018-10-11 Robin GareusAdd API to query backend realtime thread priority
2018-10-10 Robin GareusFix master_send_enable_controllable for Mixbusses
2018-10-10 Robin GareusFix inconsistent controllable Lua binding names
2018-10-10 Robin GareusFix well-known control Lua bindings
2018-10-09 Robin GareusIgnore small (or negative) radii.
2018-10-09 Robin GareusConstant radian/degree factor
2018-10-09 Robin GareusRemove unused variable
2018-10-08 Paul Davissome rather simple code to allow MIDI Clock to set...
2018-10-07 Paul Davisfix duplicate name check for new transport master
2018-10-07 Paul Davisfix return value and avoid unnecessary extra conditional
2018-10-07 Paul Davisremove crazy thinko
2018-10-07 Ben LoftisFaderport(Classic): Add Record-PreRoll and Record-Count...
2018-10-05 Robin GareusProperly disable looping when deleting loop-range
2018-10-05 Robin GareusNO-OP: whitespace
2018-10-05 Paul Davismake remove work for transport masters (bug fix, really)
2018-10-05 Paul Davisstop MIDIClock transport master reporting continued...
2018-10-05 Paul Davismove away from "sync source" concepts
2018-10-05 Paul Davislaying the groundwork for adding/removing transport...
2018-10-05 Ben LoftisFix the User button for Mixbus; we use it as a button...
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 Paul Davisfix error introduced in MTC transport master
2018-10-04 Robin GareusSort Session templates alphabetically
2018-10-04 Robin GareusHandle generic-midi bindings per session.
2018-10-03 Robin GareusPersistent ctrl-surface state
2018-10-03 Robin GareusPrevent excessive meter redraws for inactive meters...
2018-10-03 Robin GareusProperly initialize midi-meters
2018-10-02 Robin GareusPrepare a boxy, no round borders, button-style
2018-10-02 Robin GareusFix false-positive duplicate format detection
2018-10-02 Damien Zammitlibptformat: Add ability to reuse object && add path...
2018-10-02 John EmmasRemove a call to 'fst_audio_master_idle()'
2018-09-30 Robin GareusFix Mixbus master-bus tape-saturation controllable
2018-09-30 John EmmasAdapt our remaining MSVC projects for 'boost::atomic...
2018-09-30 John EmmasAdapt our remaining MSVC projects for 'boost::atomic...
2018-09-30 John EmmasAdapt our remaining MSVC projects for 'boost::atomic...
2018-09-29 John EmmasAdd support (in our MSVC projects) for using 'boost...
2018-09-28 Robin GareusFP8/16: include makeup gain control
2018-09-27 Albert GraefMCP: Fix up the feedback for the view selection buttons.
2018-09-27 Albert GraefMCP: Allow the current bank to move right one channel...
2018-09-27 Albert GraefMCP: Fix up the feedback for the bank left/right buttons.
2018-09-27 Paul Davisconsolidate all transport masters on a SafeTime object...
2018-09-27 Paul Davischange type of MIDI::Parser::position signal to include...
2018-09-27 Paul Davismore objectification for SafeTime
next