summaryrefslogtreecommitdiff
path: root/libs/ardour/disk_io.cc
AgeCommit message (Expand)Author
2017-09-18channel config changes during ::configure_io() must be scoped to ensure they ...Paul Davis
2017-09-18move _file_frame from DiskIOProcessor into DiskReader (only place where it is...Paul Davis
2017-09-18tweaks to disk io point mechanismsPaul Davis
2017-09-18don't bother to re-seek/locate/refill buffers when disk IO processor config c...Paul Davis
2017-09-18drop route shared_ptr when Route::GoingAway is emittedPaul Davis
2017-09-18get sdio branch working with MIDI tracksPaul 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-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-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-18move need-butler from DiskReader to DiskIOProcessorPaul Davis
2017-09-18move ChannelInfo structure from DiskReader into DiskIOProcessorPaul Davis
2017-09-18crawling towards the APIs for separate disk i/oPaul Davis