summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2017-10-02tracks no longer need to be notified about speed changesPaul Davis
2017-10-01Fix MIDI rec-region displayRobin Gareus
2017-10-01Fix recording MIDIRobin Gareus
2017-09-30Make MIDI disk-reader a bit less buggy :)Robin Gareus
2017-09-30Immediate-event/out-of-band injection update & tweak clearing buffersRobin Gareus
2017-09-30Remove unused IO::process_input() APIRobin Gareus
2017-09-30First part of consolidating ::roll(), ::no_roll()Robin Gareus
2017-09-30remove unused Route::_silentRobin Gareus
2017-09-30Towards fixing no_roll()Robin Gareus
2017-09-29remove cruftRobin Gareus
2017-09-29remove *.orig files (accidentally added in cba53a202)Robin Gareus
2017-09-29Remove unused punch+preroll APIRobin Gareus
2017-09-29remove cruftRobin Gareus
2017-09-29Aux-Send Latency compensation, part 2 & code-consolidationRobin Gareus
2017-09-29Update Send: Include internal 'thru' delay-lineRobin Gareus
2017-09-29Aux-Send Latency compensation, part 1: latent sourcesRobin Gareus
2017-09-29Delayline: report if set_delay() actually changed the delayRobin Gareus
2017-09-29Delayline naming -- for debug purposesRobin Gareus
2017-09-29Properly aligned export (Stem + Session)Robin Gareus
2017-09-29Remove unused mechanismRobin Gareus
2017-09-29Ongoing work on latency compensationRobin Gareus
2017-09-29Add API to query IO latenciesRobin Gareus
2017-09-29Add Processor API for global session-transport alignmentRobin Gareus
2017-09-29Prepare removal of initial_delayRobin Gareus
2017-09-29clean up route header, NO-OP (except variable re-order)Robin Gareus
2017-09-29NO-OP: WhitespaceRobin Gareus
2017-09-29Remove code related to capture-offset.Robin Gareus
2017-09-29No more disk-reader roll-delayRobin Gareus
2017-09-24fix header order and space alignmentPaul Davis
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-24change libtimecode to libtemporal, add Evoral::Beats, positional types and su...Paul Davis
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-22AlignmentChoise is a Track PropertyRobin Gareus
2017-09-21s/created with/modified with/Robin Gareus
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-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-18amend prev. commitRobin Gareus
2017-09-18Tweak default configRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul 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-18fix for loading older sessions, where the rest for "is-track" was "has-diskst...Paul Davis
2017-09-18reinstate "restart seek" behaviour but use a new Session::_seek_counter membe...Paul Davis