remove unused API
[ardour.git] / libs / ardour / disk_reader.cc
2019-11-02 Paul Davisremove unused API
2019-11-02 Paul Davisadd another conditional to decide if we should merge...
2019-11-02 Paul Davisremove commented line
2019-11-02 Paul Davishelpful variable rename
2019-11-02 Paul Davisvarious adjustments so that a MidiPlaylist gets re...
2019-11-02 Paul Davisfix thinko when dealing with non-MIDI tracks
2019-11-02 Paul Davismove ownership of an RT MIDI buffer from DiskIO to...
2019-11-02 Paul Davisalter where note resolution happens when a re-rendering...
2019-11-02 Paul Davisrefactor SessionEvent and DiskIO so that we pass around...
2019-11-02 Paul Davischange MidiPlaylist::dump() into ::render(); change...
2019-11-02 Paul Davisremove unused member variable
2019-11-02 Paul Davisreimplement RTMidiBuffer using a highly optimized data...
2019-11-02 Paul Davisadd a MidiStateTracker to DiskReader and use to handle...
2019-11-02 Paul Davisintroduce new all-in-RAM MIDI datastructure and use...
2019-11-02 Paul Davisif a complete refill is called for, DiskReader cannot...
2019-11-01 Paul Davisif looping, squish DiskReader::playback_sample into...
2019-09-22 Paul Davisuse internal seek to implement DiskReader::seek() when...
2019-09-20 Paul Davisdo not abort in the event that we cannot internal-seek...
2019-09-18 Robin GareusConsistent use of abort() /* NOTREACHED */
2019-09-18 Paul Davisadd finite state machine to control/manage transport...
2019-09-17 Paul Davisuse const int rather than macro
2019-08-03 Robin GareusUpdate libardour GPL boilerplate and (C) from git log
2019-05-26 Robin GareusFix a -Wmaybe-uninitialized (disk-reader, no audio)
2019-03-19 Robin GareusFix Playlist refcount when deleting track
2019-03-17 Robin GareusTemporary change to make auto-return work with broken...
2019-03-05 Robin GareusEnable de-click in disk-reader
2019-02-21 Robin GareusAdd API to check for ongoing de-click
2019-02-18 Robin GareusRemain silent while a disk-buffer is overwritten
2019-02-09 Robin GareusFix llabs() ambiguity
2019-02-08 Robin GareusFix some disk-buffer threading issues
2019-02-08 Robin GareusNO-OP: clarify internal API, prepare for overwrite...
2019-02-07 Robin GareusRemove disk-reader local MIDI vari-speed
2019-02-07 Robin GareusPrefer AudioBuffer reference over raw buffer
2019-02-07 Robin GareusPrepare dedicated Disk-reader de-click gain-stage
2019-02-06 Robin GareusImplement backwards micro-locates
2019-02-06 Robin GareusPrepare Disk-reader for bi-directional micro-locates
2019-02-06 Robin GareusOptimize buffer zero-filling
2019-02-05 Robin GareusTowards a new disk-reader ringbuffer
2018-12-21 Robin GareusFix insert/remove time duplicate automation move -...
2018-11-29 Robin GareusDisk I/O: only allocate midi-buffer if needed
2018-10-04 Paul Davisadd new ::update_interval() method for transport master...
2018-07-31 Robin GareusFix mismatched delete/delete[]
2018-07-09 Robin GareusNO-OP: Rename disk-reader buffer for consistency
2018-07-09 Robin GareusPrepare API for per disk-reader de-click
2018-07-09 Robin GareusSeparate ChannelInfo for disk reader and writer
2018-07-09 Robin GareusRemove unused disk-reader vari-speed
2018-07-09 Robin GareusRemove global declick API
2017-10-31 Robin GareusMove Loop Location to Processors
2017-10-26 Paul Davisremove unused variable
2017-10-26 Paul Davisswitch from std::auto_ptr<> (deprecated) to boost:...
2017-10-26 Paul Davisoptimization for track with zero audio channels should...
2017-10-03 Robin GareusClean up State API:
2017-10-02 Paul Davisuse new CubicInterpolation API
2017-10-02 Paul DavisDiskReader should do nothing at all if there are no...
2017-10-02 Paul Davisremove cruft
2017-10-01 Robin GareusFix MIDI rec-region display
2017-09-30 Robin GareusMake MIDI disk-reader a bit less buggy :)
2017-09-30 Robin GareusMIDI debugging.
2017-09-30 Robin GareusDisk-reader don't silence buffers when not rolling
2017-09-29 Robin GareusOngoing work on latency compensation
2017-09-29 Robin GareusNo more disk-reader roll-delay
2017-09-21 Robin Gareusfix clang compilation (include header ordering)
2017-09-20 Paul Davisfix boolean logic for roll_delay vs. disk_samples_to_co...
2017-09-20 Paul Davisdo not advance DiskReader's idea of playback_sample...
2017-09-20 Paul Davisclearer catastrophic error message, rather than assert()
2017-09-19 Paul Davisattempt to fix roll delay logic by moving it into DiskR...
2017-09-19 Paul DavisRevert "remove unusued roll_delay member of DiskReader"
2017-09-19 Paul Davisremove unusued roll_delay member of DiskReader
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul Davisfix logic error that prevent input monitoring during...
2017-09-18 Paul Davisdon't attempt MIDI playback if there are no MIDI buffer...
2017-09-18 Paul Davisremove debug output
2017-09-18 Paul Davisremove all code related to "silent roll" concept. some...
2017-09-18 Paul Davismove disk_{writer,reader} into Route to allow for simpl...
2017-09-18 Paul Davisuse const
2017-09-18 Paul Davisremove unused + commented line
2017-09-18 Paul Davissubtle change to _need_butler logic to ensure correct...
2017-09-18 Paul Davisreinstate use of a MidiTrack's MIDI filter when reading...
2017-09-18 Paul Davismove _file_frame from DiskIOProcessor into DiskReader...
2017-09-18 Paul Davistweaks to disk io point mechanisms
2017-09-18 Paul Davisframework for silent-roll-while-slave-syncing
2017-09-18 Paul Davisprobable fix for out-of-sync issue across tracks after...
2017-09-18 Paul Daviswhen DiskReader checks to see if a locate is in progres...
2017-09-18 Paul Davischange visible name of disk i/o processors
2017-09-18 Paul Daviscomment out debug trace output
2017-09-18 Paul Davisdo not advance pointer; avoids illegal over-read during...
2017-09-18 Paul Davislocating no longer interrupts process()
2017-09-18 Paul Davismore DEBUG::Destruction messages
2017-09-18 Paul Davisfix inadvertent run of Interpolation object when transp...
2017-09-18 Paul Davisrename a method to be more clear; remove an unused...
2017-09-18 Paul Daviscue monitoring for MIDI
2017-09-18 Paul Daviscue monitoring for audio (libardour aspects)
2017-09-18 Paul Davismove channel-count setting for DiskReader so that it...
2017-09-18 Paul Davisuncomment existing machinery to deal with playlist...
2017-09-18 Paul Davismanual fixes for various XML API changes in master...
2017-09-18 Paul Davisremove all remaining vestiges of per-track varispeed...
2017-09-18 Paul Davisget diskreader working, and remove per-track varispeed...
2017-09-18 Paul Davissave processor type for Disk{Reader,Writer}
2017-09-18 Paul Davisaddd more DEBUG_TRACE for DiskIO; set DiskIOProcess...
2017-09-18 Paul Davisremove Diskstream from Track and derivatives; get ardou...
next