summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
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
2017-09-18remove all code related to "silent roll" concept. some debug output addedPaul Davis
2017-09-18move disk_{writer,reader} into Route to allow for simple, sensible implementa...Paul Davis
2017-09-18move _file_frame from DiskIOProcessor into DiskReader (only place where it is...Paul Davis
2017-09-18remove Auditioner::prepare_playlist() - not usedPaul Davis
2017-09-18add Track::use_default_new_playlist()Paul Davis
2017-09-18remove Track::hidden(); replace with Stripable::is_private_route()Paul Davis
2017-09-18mechanism to allow Track (or other Route-derived type) to add its own process...Paul Davis
2017-09-18tweaks to disk io point mechanismsPaul Davis
2017-09-18initial (incomplete) framework for DiskIOPoint manipulationPaul Davis
2017-09-18new enums for disk i/o positioningPaul Davis
2017-09-18framework for silent-roll-while-slave-syncingPaul Davis
2017-09-18when DiskReader checks to see if a locate is in progress, it must be atomic w...Paul Davis
2017-09-18locating no longer interrupts process()Paul Davis
2017-09-18remove InputConfigurationChange from session events, since it is a no-op in t...Paul Davis
2017-09-18fix up error in manual rebase correctionPaul Davis
2017-09-18update disk writer input latency at transport stopPaul Davis
2017-09-18set + store signal chain latency for all processors; DiskWriter sets its capt...Paul Davis
2017-09-18the return of MIDI recording, plus refactor to move post-capture playlist man...Paul Davis
2017-09-18more DEBUG::Destruction messagesPaul Davis
2017-09-18drop route shared_ptr when Route::GoingAway is emittedPaul Davis
2017-09-18rename a method to be more clear; remove an unused method from DiskReaderPaul Davis
2017-09-18cue monitoring for MIDIPaul Davis
2017-09-18get sdio branch working with MIDI tracksPaul Davis
2017-09-18cue monitoring for audio (libardour aspects)Paul Davis
2017-09-18fix various naming issues with Disk{Reader,Writer}Paul Davis
2017-09-18alignment choice now owned by Track, as a proxy for DiskWriterPaul Davis
2017-09-18remove all remaining vestiges of per-track varispeed from libardourPaul Davis
2017-09-18get diskreader working, and remove per-track varispeed API and mechanismPaul Davis
2017-09-18addd more DEBUG_TRACE for DiskIO; set DiskIOProcess::_need_butler more approp...Paul Davis
2017-09-18nothing to do anymore at the Track level when input config changesPaul Davis
2017-09-18fully remove diskstream codePaul Davis
2017-09-18random changes required to get an audio track created and transport functionalPaul Davis
2017-09-18remove Diskstream from Track and derivatives; get ardour to actually startupPaul Davis
2017-09-18add DEBUG::DiskIOPaul Davis
2017-09-18remove Session::track_by_diskstream_id()Paul Davis
2017-09-18mega-commit to save state of first "it compilesand links" state for separated...Paul Davis
2017-09-18merge almost all audio & midi diskstream code, redistribute between DiskIOPro...Paul Davis
2017-09-18remove duplicated (in heirarchy) loop location from DiskReaderPaul Davis
2017-09-18move need-butler from DiskReader to DiskIOProcessorPaul Davis
2017-09-18move ChannelInfo structure from DiskReader into DiskIOProcessorPaul Davis
2017-09-18merge MidiDiskstream into DiskReader (playback parts)Paul Davis
2017-09-18merge AudioDiskstream playback code into DiskReaderPaul Davis
2017-09-18crawling towards the APIs for separate disk i/oPaul Davis
2017-09-18totally crude mockup of new disk_io.h headerPaul Davis
2017-09-18Add support for Latch AutomationRobin Gareus