summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2020-01-30Fix assert() when removing track(s)Robin Gareus
2020-01-30Use session-version when loading processor stateRobin Gareus
2020-01-30Fix recursive locks during undo/redo due to state saveRobin Gareus
2020-01-30Allow StateProtector to save pending filesRobin Gareus
2020-01-30Add some sanity checks for Session::save parametersRobin Gareus
2020-01-30Cont'd work on loading old route templatesRobin Gareus
2020-01-29Save/Use state-version with route templatesRobin Gareus
2020-01-29Fix tests failing to build by adding LIB_FFTW3FNikolaus Gullotta
2020-01-29Reduce overhead of Lua session-scriptsRobin Gareus
2020-01-29Fix MIDI loop capture alignmentRobin Gareus
2020-01-29Allow to dis/engage rec-arm while loopingRobin Gareus
2020-01-29Fix loop recording alignmentRobin Gareus
2020-01-28Micro optimization: query PI flags onceRobin Gareus
2020-01-28fix previous commit, and another instance of the same (incorrect constructor)...Paul Davis
2020-01-28fix assert-crash caused by not constructing a StopTransport event correctlyPaul Davis
2020-01-27correct location of resolved note-offs after region is renderedPaul Davis
2020-01-27Fix sending MMC Start/Stop messagesRobin Gareus
2020-01-27Add new requirements from AudioEngine::stop to ::drop_backendRobin Gareus
2020-01-27Fix building unit-testsRobin Gareus
2020-01-27Fix two more clang static analysis warningsRobin Gareus
2020-01-27Delete out-of-bounds metronome clicksRobin Gareus
2020-01-27Fix some clang-scan warningsRobin Gareus
2020-01-26Fix the ability to set Session Start&End Range on a new, empty sessionBen Loftis
2020-01-26Fix Loop-length (no pre-roll on loop-iterations)Robin Gareus
2020-01-25remove debug outputPaul Davis
2020-01-25Remove midi-event by iterator, not key -- #7885Robin Gareus
2020-01-25Update waf2.x "subst" feature uses obj attributesRobin Gareus
2020-01-25Downgrade "using all channels" warning to info - part 2Robin Gareus
2020-01-25Tweaks to build/package scripts for new wafRobin Gareus
2020-01-25Explicitly use OSXRobin Gareus
2020-01-25Towards waf python 2+3 supportDavid Runge
2020-01-25Special case checkbox border color in TreeviewRobin Gareus
2020-01-24Downgrade "using all channels" warning to info messageRobin Gareus
2020-01-24Engine: debug-print alignmentRobin Gareus
2020-01-23tentative fix for stop-transport not working after a locate at loop endPaul Davis
2020-01-23add more debug outputPaul Davis
2020-01-23use Session::locate_initiated(), appropriatelyPaul Davis
2020-01-23add Session::locate_initiated()Paul Davis
2020-01-23add TransportFSM::declicking_for_locate()Paul Davis
2020-01-23extend DEBUG_TRACE outputPaul Davis
2020-01-23NOOP: whitespace/indent fixes from emacsPaul Davis
2020-01-23MIDI-region specific naming logicPaul Davis
2020-01-23NOOP: remove blank linePaul Davis
2020-01-23remove no-longer used PostTransportWork bits and renumber the restPaul Davis
2020-01-23after the butler has finished work, by definition there is nothing left to doPaul Davis
2020-01-23variable not used without debug modePaul Davis
2020-01-23Only select all routes in a given group if the group is activeNikolaus Gullotta
2020-01-21do not clear any PostTransportWork flags in butler threadPaul Davis
2020-01-21add a heuristic to avoid refilling playback buffers at transport stopPaul Davis
2020-01-21remove debug outputPaul Davis