summaryrefslogtreecommitdiff
path: root/libs/ardour/disk_reader.cc
AgeCommit message (Expand)Author
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-05-26Fix a -Wmaybe-uninitialized (disk-reader, no audio)Robin Gareus
2019-03-19Fix Playlist refcount when deleting trackRobin Gareus
2019-03-17Temporary change to make auto-return work with broken transport-logicRobin Gareus
2019-03-05Enable de-click in disk-readerRobin Gareus
2019-02-21Add API to check for ongoing de-clickRobin Gareus
2019-02-18Remain silent while a disk-buffer is overwrittenRobin Gareus
2019-02-09Fix llabs() ambiguityRobin Gareus
2019-02-08Fix some disk-buffer threading issuesRobin Gareus
2019-02-08NO-OP: clarify internal API, prepare for overwrite queueRobin Gareus
2019-02-07Remove disk-reader local MIDI vari-speedRobin Gareus
2019-02-07Prefer AudioBuffer reference over raw bufferRobin Gareus
2019-02-07Prepare dedicated Disk-reader de-click gain-stageRobin Gareus
2019-02-06Implement backwards micro-locatesRobin Gareus
2019-02-06Prepare Disk-reader for bi-directional micro-locatesRobin Gareus
2019-02-06Optimize buffer zero-fillingRobin Gareus
2019-02-05Towards a new disk-reader ringbufferRobin Gareus
2018-12-21Fix insert/remove time duplicate automation move -- #7712Robin Gareus
2018-11-29Disk I/O: only allocate midi-buffer if neededRobin Gareus
2018-10-04add new ::update_interval() method for transport masters, and use in shared :...Paul Davis
2018-07-31Fix mismatched delete/delete[]Robin Gareus
2018-07-09NO-OP: Rename disk-reader buffer for consistencyRobin Gareus
2018-07-09Prepare API for per disk-reader de-clickRobin Gareus
2018-07-09Separate ChannelInfo for disk reader and writerRobin Gareus
2018-07-09Remove unused disk-reader vari-speedRobin Gareus
2018-07-09Remove global declick APIRobin Gareus
2017-10-31Move Loop Location to ProcessorsRobin Gareus
2017-10-26remove unused variablePaul Davis
2017-10-26switch from std::auto_ptr<> (deprecated) to boost::scoped_ptr<>Paul Davis
2017-10-26optimization for track with zero audio channels should not short-circuit MIDI...Paul Davis
2017-10-04Clean up State API:Robin Gareus
2017-10-02use new CubicInterpolation APIPaul Davis
2017-10-02DiskReader should do nothing at all if there are no channelsPaul Davis
2017-10-02remove cruftPaul Davis
2017-10-01Fix MIDI rec-region displayRobin Gareus
2017-09-30Make MIDI disk-reader a bit less buggy :)Robin Gareus
2017-09-30MIDI debugging.Robin Gareus
2017-09-30Disk-reader don't silence buffers when not rollingRobin Gareus
2017-09-29Ongoing work on latency compensationRobin Gareus
2017-09-29No more disk-reader roll-delayRobin Gareus
2017-09-21fix clang compilation (include header ordering)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-18globally change all use of "frame" to refer to audio into "sample".Paul 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