summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2019-12-03New approach for Lua bindings to avoid LuaBridge_API in GUI codeRobin Gareus
2019-12-03Libardour part of 1caef18 (Windows Lua bindings)Robin Gareus
2019-12-03Amend previous commit, fluidsynth tablesRobin Gareus
2019-12-03Update to fluidsynth-2.1Robin Gareus
2019-12-01Add Lua typecast from C++ vector to C-ArrayRobin Gareus
2019-11-26Fix thread-safety issue in a-fluidsynth.Stefan Westerfeld
2019-11-24fix crash when using Region > LoopPaul Davis
2019-11-23remove debug outputPaul Davis
2019-11-23remove debug outputPaul Davis
2019-11-23tweak comment textPaul Davis
2019-11-232nd part of fix for autoloop event removal when loop bounds are changed while...Paul Davis
2019-11-23remove debug message about LOCATE WITHOUT DECLICK. This behavior is normal an...Paul Davis
2019-11-23fix incorrect removal of autoloop event when loop bounds are changed while lo...Paul Davis
2019-11-23fix locate-while-rollingPaul Davis
2019-11-23fix startup crash if no loop range is definedPaul Davis
2019-11-23more tweaks to correctly (or more correctly) reload disk reader buffers when ...Paul Davis
2019-11-22redesign of declicking and fades around loop boundariesPaul Davis
2019-11-22Save VST paths after successful scanRobin Gareus
2019-11-22Add support for LV2/KX transient-ID optionRobin Gareus
2019-11-21Fix buffer-overflow when vari-speedingRobin Gareus
2019-11-21Use new boost::optional APIRobin Gareus
2019-11-21Fix multi-channel de-clickRobin Gareus
2019-11-19Fix declick offset position for multi-channel tracksRobin Gareus
2019-11-18DiskReader::_declick_offs should only advance once per ::run() callPaul Davis
2019-11-18DiskReader::_declick_amp needs to repeat the same work for each audio channel...Paul Davis
2019-11-18fix transport FSM to stop first and declick laterPaul Davis
2019-11-18small changes to make declick out triggered by just stoppingPaul Davis
2019-11-18unset _reversed whenever RTMidiBuffer gets ::clear()'edPaul Davis
2019-11-18add missing NULL checkPaul Davis
2019-11-18Latency compensation is independent of transport-logicRobin Gareus
2019-11-18use reverse-reading of MIDI data in DiskReaderPaul Davis
2019-11-18support backwards reading of MIDI from RTMidiBufferPaul Davis
2019-11-18fix typo/thinko in logic to decide if MIDI buffers in DiskWriter require the ...Paul Davis
2019-11-18Fix automation lookup when rolling backwardsRobin Gareus
2019-11-18NO-OP: simplify codeRobin Gareus
2019-11-18Automation event lookup when rolling backwardsRobin Gareus
2019-11-15remove debug outputPaul Davis
2019-11-15fix questionable and not entirely intended change that was a part of dad47e44...Paul Davis
2019-11-15better transport master behavior when working with sample-clock-synced transp...Paul Davis
2019-11-15improve behavior when synced to JACK transportPaul Davis
2019-11-15improve initial coordinate with JACK transport statePaul Davis
2019-11-15better debugging messagePaul Davis
2019-11-15consolidate setting of "get roll after locate" in TFSMPaul Davis
2019-11-15NO-OP: move bracePaul Davis
2019-11-15when synced to JACK transport, transport requests go there first.Paul Davis
2019-11-15fix behavior of Session::maybe_stop() when synced to JACK TransportPaul Davis
2019-11-15make comment more accuratePaul Davis
2019-11-15consolidate Session::locate() and Session::do_locate()Paul Davis
2019-11-15no need for MidiClockTransportMaster::starting() methodPaul Davis
2019-11-15improve behavior of JACK transport sync callback.Paul Davis