summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2018-11-01Update names of sidechains.Johannes Mueller
2018-11-01Skip VST version check to detect MIDI inputsRobin Gareus
2018-10-31Add option to limit automatable control parmatersRobin Gareus
2018-10-31Remove duplicate callRobin Gareus
2018-10-30Add ListenBus to stripable typesLen Ovens
2018-10-29Safe-guard non-rt-safe sidechain operationsRobin Gareus
2018-10-27Fix incorrect VST callback fall-though (effective NOOP)Robin Gareus
2018-10-27Fix another compiler warningRobin Gareus
2018-10-26Fix some Wimplicit-fallthroughRobin Gareus
2018-10-26Fix some compiler warnings (exception catches)Robin Gareus
2018-10-26Glib throws a const FileError exceptionRobin Gareus
2018-10-26Fix Lua bindings (music-time, mapping)Robin Gareus
2018-10-25Fix race-condition/deadlock, plugin-copy while rollingRobin Gareus
2018-10-24Fix typo in binding, amend 9bbbc7fbeRobin Gareus
2018-10-22Sort VST factory presetsRobin Gareus
2018-10-22Remaining changes needed to build zita-convolver with MSVCJohn Emmas
2018-10-22Add MSVC support for building the 'zita-convolver' library (which is now need...John Emmas
2018-10-21Potential fix for lost VST MIDI eventsRobin Gareus
2018-10-21Avoid use of 'std::to_stringChristopher Arndt
2018-10-21Add plugin version and parameter count to VST user presetsChristopher Arndt
2018-10-19Personal monitor now saves and restoresLen Ovens
2018-10-20Lua bindings for convolution DSPRobin Gareus
2018-10-20Implement basic libardour convolution DSPRobin Gareus
2018-10-20Allow Lua DSP processors to report latencyRobin Gareus
2018-10-19Add personal monitor sendsLen Ovens
2018-10-18Follow fluidsynth's API changes introduced with 2.0.0Andreas Müller
2018-10-17Noop: fix white spaceLen Ovens
2018-10-17Option to hide send if aux is hiddenLen Ovens
2018-10-17correct commentPaul Davis
2018-10-17add new API for retrieving port flags from backendPaul Davis
2018-10-17when calling Session::engine_halted() after a user-driven engine stop, make s...Paul Davis
2018-10-16OSC: personal monitor send hidden follows aux hiddenLen Ovens
2018-10-15indentation fixPaul Davis
2018-10-15#include tidy-upPaul Davis
2018-10-15Remove a #include and substitute a forward declaration (to simplify and speed...John Emmas
2018-10-15Adapt some MSVC projects to accommodate the changes to 'ptformat' libraryJohn Emmas
2018-10-14fix several inter-related problems with libptformatPaul Davis
2018-10-13Clarify where the file 'ptfformat.h' can be foundJohn Emmas
2018-10-13Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2018-10-12PT import: Minor changes to sessionDamien Zammit
2018-10-12PT import: Add new import_pt.cc session methodsDamien Zammit
2018-10-11Use new RT-priority APIRobin Gareus
2018-10-11Add API to query backend realtime thread priorityRobin Gareus
2018-10-10Fix master_send_enable_controllable for MixbussesRobin Gareus
2018-10-10Fix inconsistent controllable Lua binding namesRobin Gareus
2018-10-10Fix well-known control Lua bindingsRobin Gareus
2018-10-09Remove unused variableRobin Gareus
2018-10-08some rather simple code to allow MIDI Clock to set the tempo of the session.Paul Davis
2018-10-07fix duplicate name check for new transport masterPaul Davis
2018-10-07fix return value and avoid unnecessary extra conditionalPaul Davis