summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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-23Add some missing link libs to MSVC zita-convolverJohn Emmas
2018-10-22Fix an edge-case in Dummy backend's random generatorRobin 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-22Accommodate newly introduced source(s) in our MSVC project (fluidsynth)John Emmas
2018-10-21Potential fix for lost VST MIDI eventsRobin Gareus
2018-10-21MSVC compatibility for zita-convolverRobin 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-20zita-convolver windows/mingw build fixRobin Gareus
2018-10-20NO-OP: clang-format whitespaceRobin Gareus
2018-10-20zita-convolver: add namespace & visibility, remove global externsRobin Gareus
2018-10-20Add upstream libzita-convolver 4.0.3Robin Gareus
2018-10-20Allow Lua DSP processors to report latencyRobin Gareus
2018-10-19Add personal monitor sendsLen Ovens
2018-10-18Fix copy/edit in e047b01aa256Robin Gareus
2018-10-18Fix scalar initialization of shared_ptr<>.Robin Gareus
2018-10-18Fluidsynth 2.0 uses anonymous unions (added in c11, or gnu99)Robin Gareus
2018-10-18Follow fluidsynth's API changes introduced with 2.0.0Andreas Müller
2018-10-18Update Fluidsynth to 2.0.1Robin Gareus
2018-10-17Noop: fix white spaceLen Ovens
2018-10-17Option to hide send if aux is hiddenLen Ovens
2018-10-17Prevent excessive meter redraws for inactive meters at zero IIAndreas Müller
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-17LCXL: complete overhaul and Mixbus supportJan Lentfer
2018-10-17LCXL: Assign one callback function per Knob/FaderTérence Clastres
2018-10-16OSC: personal monitor can hide the aux busLen Ovens
2018-10-16OSC: personal monitor send hidden follows aux hiddenLen Ovens
2018-10-16OSC: personal monitor should only send signal present on changeLen 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-14OSC: allow personal monitor to add a send.Len Ovens
2018-10-14remove use of hardcoded -fPIC compiler flag, and use compiler flag dict insteadPaul Davis
2018-10-14fix mixup with previous commitPaul Davis