summaryrefslogtreecommitdiff
path: root/libs/ardour/disk_reader.cc
AgeCommit message (Expand)Author
2020-05-15DiskReader: initialize pre-loop-buffer at the right timesPaul Davis
2020-05-13DiskReader: improve commentPaul Davis
2020-05-13DiskReader: always reset file_sample[AUDIO] after an overwritePaul Davis
2020-05-13avoid off-by-one error when overwriting w/loopPaul Davis
2020-05-12NO-OP: remove commented linePaul Davis
2020-05-12DiskReader::overwrite_existing_audio() now only overwrites data that would be...Paul Davis
2020-05-12NO-OP: expand comments for DiskReader::audio_read() parametersPaul Davis
2020-05-12after an overwrite with the loop location set, reset the next sample to be readPaul Davis
2020-05-12trivial reorder of variable assigmentPaul Davis
2020-05-12Don't bother even checking let alone doing internal seeks for zero distancesPaul Davis
2020-05-12use more standard mechanism for "squishing" start of audio read into loop rangePaul Davis
2020-05-12new mechanism to refill pre-loop buffer when loop changes (used for xfading l...Paul Davis
2020-05-12remove Route::reload_loop() and derivativesPaul Davis
2020-05-07fix comment typoPaul Davis
2020-05-07Fix initial disk-reader fade-inRobin Gareus
2020-05-04Set de-click reason monitor vs. start/stop.Robin Gareus
2020-05-04Fix alignment and de-click when monitoring changes while playingRobin Gareus
2020-04-30fix 52b906651180 (incorrect logic). Restores audio playback from diskPaul Davis
2020-04-29do not set declick_amp's gain for declick out during export of MIDI-only tracksPaul Davis
2020-04-14Fix disk-reader alignment when creating tracks while playingRobin Gareus
2020-04-14Fix playback alignment when adding/removing channelsRobin Gareus
2020-04-10remove debug outputPaul Davis
2020-04-10fix mistaken geometrical-math for xfaded loopsPaul Davis
2020-04-10use cout not cerr for some temporary debugging messagesPaul Davis
2020-04-10more debug info for DiskReader::maybe_xfade_loop()Paul Davis
2020-04-08Cont'd work on disk reader channel initializationRobin Gareus
2020-04-08Fix false-positive under-run messagesRobin Gareus
2020-04-07"fix" some uses of foo<bar<>> by change the closing chars to "> >" (windowsPaul Davis
2020-04-07NO-OP: whitespaceRobin Gareus
2020-04-07Remove unused variableRobin Gareus
2020-04-07NO-OP: whitespaceRobin Gareus
2020-04-01fix boolean logic PART FOUR when trying to avoid complete_refill heuristicPaul Davis
2020-03-31fix boolean logic PART THREE when trying to avoid complete_refill heuristicPaul Davis
2020-03-31fix boolean logic PART TWO when trying to avoid complete_refill heuristicPaul Davis
2020-03-31fix boolean logic when trying to avoid complete_refill heuristicPaul Davis
2020-03-31change variable name and debug messages for underrun case (information was mi...Paul Davis
2020-03-31clean up logic for declick out in DiskReaderPaul Davis
2020-03-31if a locate brings us within a heuristic-specified distance of the current po...Paul Davis
2020-03-06Fix MIDI export and post-export transport issuesRobin Gareus
2020-03-06Do not de-click during freewheel exportRobin Gareus
2020-02-21fix playback glitch : do not adjust file_sample[Type] after read, it is canon...Paul Davis
2020-02-21centralize determination of "read-audio-data-in-reverse" and fix seek "shift"...Paul Davis
2020-02-20add commentPaul Davis
2020-02-20when seeking in disk reader, adjust start of read (if possible) to allow some...Paul Davis
2020-02-20fix test to decide if we can skip disk buffer refill because we're close enou...Paul Davis
2020-02-20variable name change (ffa ... 2nd f was "frame" => fsa ... s is "sample")Paul Davis
2020-02-20correctly track is disk read (audio) should be forwards/backwards, and what w...Paul Davis
2020-02-20change variable name to be more meaningful/indicativePaul Davis
2020-02-20remove debug outputPaul Davis
2020-02-20Revert "fix behavior of DiskReader when moved after an instrument"Robin Gareus