summaryrefslogtreecommitdiff
path: root/libs/ardour/disk_writer.cc
AgeCommit message (Expand)Author
2020-04-14Fix playback alignment when adding/removing channelsRobin Gareus
2020-04-07use shared_ptr to manage backend port lifetimes (Pulse,ALSA,Dummy,JACK)Paul Davis
2020-03-29Fix optimized build crashes (missing return value) - #7958Robin Gareus
2020-03-28Create write sources for template/dup tracks - #7940Robin Gareus
2020-03-17remove destructive/tape mode tracksPaul Davis
2020-03-08Replace strftime() with Glib::DateTime()Robin Gareus
2020-02-19fix old write source names being used after a track is renamedPaul Davis
2020-01-29Fix MIDI loop capture alignmentRobin Gareus
2020-01-29Allow to dis/engage rec-arm while loopingRobin Gareus
2020-01-29Fix loop recording alignmentRobin Gareus
2020-01-18Fix MIDI capture alignmentRobin Gareus
2020-01-18Zero capture-offset regardless of data-typeRobin Gareus
2020-01-09Fix MIDI loop recording - Revert "Fix MIDI disk-writer flush"Robin Gareus
2020-01-09Towards fixing MIDI capture alignmentRobin Gareus
2020-01-09Fix CaptureAlignment debug messsageRobin Gareus
2020-01-07Fix MIDI disk-writer flushRobin Gareus
2019-12-11variable renaming in Butler for various buffer sizesPaul Davis
2019-11-18fix typo/thinko in logic to decide if MIDI buffers in DiskWriter require the ...Paul Davis
2019-11-02refactor SessionEvent and DiskIO so that we pass around boost::shared_ptr<Tra...Paul Davis
2019-09-26Don't try to process MIDI input in a DiskWriter if it has no _midi_bufPaul Davis
2019-09-05Reset write-source only when necessaryRobin Gareus
2019-08-12NO-OP: mark private variables, remove cruftRobin Gareus
2019-08-12Initialize some more uninitialized variablesRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-08-01(Source List) Clean up the natural_position implementation (libardour part).Ben Loftis
2019-08-01(Source List) Source property signals (libardour part)Ben Loftis
2019-08-01(Source List) Take-ID: new (working) implementation.Ben Loftis
2018-12-23Fix cases where there's no MIDI buffer (e.g. audio audition)Robin Gareus
2018-11-29Disk I/O: only allocate midi-buffer if neededRobin Gareus
2018-07-09Separate ChannelInfo for disk reader and writerRobin Gareus
2017-10-31Move Loop Location to ProcessorsRobin Gareus
2017-10-04Clean up State API:Robin Gareus
2017-10-02remove cruftPaul Davis
2017-10-01Fix MIDI rec-region displayRobin Gareus
2017-10-01Fix recording MIDIRobin Gareus
2017-09-30Disk-writer: don't record immediate/oob eventsRobin Gareus
2017-09-30Align punch in/out recording with latency-compensationRobin Gareus
2017-09-29Remove unused punch+preroll APIRobin Gareus
2017-09-29Ongoing work on latency compensationRobin Gareus
2017-09-29NO-OP: WhitespaceRobin Gareus
2017-09-29Remove code related to capture-offset.Robin Gareus
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-22NO-OP: whitespaceRobin Gareus
2017-09-22AlignmentChoise is a Track PropertyRobin Gareus
2017-09-21fix clang compilation (include header ordering)Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18move _file_frame from DiskIOProcessor into DiskReader (only place where it is...Paul Davis
2017-09-18DiskWriter needs to drop source refs in its destructor.Paul Davis
2017-09-18change visible name of disk i/o processorsPaul Davis
2017-09-18comment out debug trace outputPaul Davis