summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-12fix mouse-audition playback of a given regionPaul Davis
2020-05-12essentially a no-op to just make conditional clearer more explicitPaul Davis
2020-05-12find a different way to NOT unset play loop when locating to start of loopPaul Davis
2020-05-12NO-OP: remove commented linePaul Davis
2020-05-12DiskReader::overwrite_existing_audio() now only overwrites data that would be...Paul Davis
2020-05-12NO-OP: expand comments for DiskReader::audio_read() parametersPaul Davis
2020-05-12after an overwrite with the loop location set, reset the next sample to be readPaul Davis
2020-05-12remove Session::loop_changingPaul Davis
2020-05-12remove #ifdef'ed codePaul Davis
2020-05-12restore mistakenly remove condition for locatingPaul Davis
2020-05-12NO-OP: remove newline in function definitionPaul Davis
2020-05-12remove debug/information messagePaul Davis
2020-05-12As in previous commit, never locate because of loop handlingPaul Davis
2020-05-12We use seamless looping always now. Never any need to locate for loop changesPaul Davis
2020-05-12make conditional logic fully explicitPaul Davis
2020-05-12Add API to PlaybackBuffer to compute amount of data that can overwrittenPaul Davis
2020-05-12LocateRoll session events should always roll-after locatePaul Davis
2020-05-12trivial reorder of variable assigmentPaul Davis
2020-05-12Don't bother even checking let alone doing internal seeks for zero distancesPaul Davis
2020-05-12use more standard mechanism for "squishing" start of audio read into loop rangePaul Davis
2020-05-12new mechanism to refill pre-loop buffer when loop changes (used for xfading l...Paul Davis
2020-05-12Use better method call to determine rolling status when loop is changedPaul Davis
2020-05-12remove unused variablePaul Davis
2020-05-12remove Route::reload_loop() and derivativesPaul Davis
2020-05-12use const; style guide (no spaces around conditional parenthesis)Paul Davis
2020-05-12NO-OP: style guide issues (always use braces; no spaces around conditional pa...Paul Davis
2020-05-12Fix spacing of engine-delta displayRobin Gareus
2020-05-12Use byte-offset when reading size at ringbuffer boundaryRobin Gareus
2020-05-12Ignore idempotent set_name() callsRobin Gareus
2020-05-12Optimize AudioClock info-text renderingRobin Gareus
2020-05-12Consolidate delta-string format, avoid markupRobin Gareus
2020-05-12Optimize drawing of buttons with changing textRobin Gareus
2020-05-12GNU libc 2.31 compatibility part twoRobin Gareus
2020-05-12Fix MTC delta reportRobin Gareus
2020-05-12Dummy Backend: remove hardcoded MTC sequenceRobin Gareus
2020-05-12Dummy Backend: add a MTC generatorRobin Gareus
2020-05-11Transport Masters dialog: don't use an uninitialized char array.Ben Loftis
2020-05-11Transport Masters dialog: various layout changes to improve legibilityBen Loftis
2020-05-11Transport Masters dialog: use delta symbol in all delta_strings (libardour tw...Ben Loftis
2020-05-11Transport Masters dialog: fix typoBen Loftis
2020-05-11Double dummy MTC sequence durationRobin Gareus
2020-05-11Slave delta display tweaksRobin Gareus
2020-05-11TMM GUI: display delta time from all slavesRobin Gareus
2020-05-11Fix TCM requiring port-reconnect when engine restartsRobin Gareus
2020-05-11Fix MTC latency compensationRobin Gareus
2020-05-11Fix MTC slave port latencyRobin Gareus
2020-05-10ALSA: Use same period for in+out #8075Robin Gareus
2020-05-10LTC: sync-lock is only relevant when clock is syncedRobin Gareus
2020-05-10Work around a race conditionJohannes Mueller
2020-05-09Fix initial sync to external time sourceRobin Gareus