summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2017-09-24change libtimecode to libtemporal, add Evoral::Beats, positional types and su...Paul Davis
2017-09-23prefer floor() over round(), this avoids "-0"Robin Gareus
2017-09-23NO-OP: whitespaceRobin Gareus
2017-09-23Fix changing playlist (Track is responsible for signal emission)Robin Gareus
2017-09-23Consolidate check for internal/non-removable processorsRobin Gareus
2017-09-23Fix order of [initial] latency-computationRobin Gareus
2017-09-23NO-OP: whitespaceRobin Gareus
2017-09-22Enforce disk-reader to be after the disk-writerRobin Gareus
2017-09-22NO-OP: whitespaceRobin Gareus
2017-09-22AlignmentChoise is a Track PropertyRobin Gareus
2017-09-21Don't recurse into MacVST bundle-folders during plugin-scanRobin Gareus
2017-09-21fix clang compilation (include header ordering)Robin Gareus
2017-09-21Fix crash when unloading a partially loaded session.Robin Gareus
2017-09-21s/created with/modified with/Robin Gareus
2017-09-19fix boolean logic for roll_delay vs. disk_samples_to_consumePaul Davis
2017-09-19do not advance DiskReader's idea of playback_sample while waiting for _roll_d...Paul Davis
2017-09-19clearer catastrophic error message, rather than assert()Paul Davis
2017-09-19attempt to fix roll delay logic by moving it into DiskReader (the only place ...Paul Davis
2017-09-19Revert "remove unusued roll_delay member of DiskReader"Paul Davis
2017-09-19remove unusued roll_delay member of DiskReaderPaul Davis
2017-09-19Fix nightly typos'n'thinkos: initial-delay calculationRobin Gareus
2017-09-19Accommodate newly added/removed source(s) in our MSVC project (libardour)John Emmas
2017-09-19More s/frame/sample/ - fixes unit-test compilationRobin Gareus
2017-09-19More Coreaudio SDK fixes, after 30b087ab3Robin Gareus
2017-09-19Amend c8a9b28d3 and 40aebce. Fix gain automation edge-cases:Robin Gareus
2017-09-18remove getter for Amp::_apply_automation_gain; reset member to false after us...Paul Davis
2017-09-18consolidate roll methods into Route::roll()Paul Davis
2017-09-19Various updates and fixes for Latency CompensationRobin Gareus
2017-09-18remove debug outputPaul Davis
2017-09-18amend prev. commitRobin Gareus
2017-09-18Tweak default configRobin Gareus
2017-09-18Disk IO "pre-fader" means pre-trim, not post-trimPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18fix issue with initialization of a BBT_Time variable.6.0-pre0Paul Davis
2017-09-18add _locked() variants to new tempo experimentPaul Davis
2017-09-18changes required to operate with the Evoral::Beats ticktime commitPaul Davis
2017-09-18new header file for superclock stuffPaul Davis
2017-09-18remove locate debugging outputPaul Davis
2017-09-18fix for loading older sessions, where the rest for "is-track" was "has-diskst...Paul Davis
2017-09-18sort of no-op ... remove debug output ... just basically put it in git so tha...Paul Davis
2017-09-18reinstate "restart seek" behaviour but use a new Session::_seek_counter membe...Paul Davis
2017-09-18no more locate-restart based on mismatch transport_frame and locate targetPaul Davis
2017-09-18remove tests for locate_pending() before deciding whether to increment transp...Paul Davis
2017-09-18more verbose debug output for slave debuggingPaul Davis
2017-09-18verbose debug output for slave debuggingPaul Davis
2017-09-18attempt fix for LTC slave when locatingPaul Davis
2017-09-18delete slave during Session::destroyPaul Davis
2017-09-18fix logic error that prevent input monitoring during slave wait statesPaul Davis
2017-09-18don't attempt MIDI playback if there are no MIDI buffers provided for processingPaul Davis
2017-09-18additional DEBUG_TRACE output for slave/diskreaderPaul Davis