summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-18subtle change to _need_butler logic to ensure correct result in mixed-type co...Paul Davis
2017-09-18reinstate use of a MidiTrack's MIDI filter when reading from diskPaul Davis
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-18MidiTrack needs to set it's "need butler" statusPaul Davis
2017-09-18use a more useful and accurate heuristic to get ::input_streams() for the aud...Paul Davis
2017-09-18clear regions from "other" playlist type in auditioner when starting a new au...Paul Davis
2017-09-18auditioner does not care about the state of its diskwriter processorPaul Davis
2017-09-18change callers of changed Track::use_new_playlist() API and its implementationPaul Davis
2017-09-18remove Auditioner::prepare_playlist() - not usedPaul Davis
2017-09-18use new Track APIPaul Davis
2017-09-18add Track::use_default_new_playlist()Paul Davis
2017-09-18remove Track::hidden(); replace with Stripable::is_private_route()Paul Davis
2017-09-18emit required signalPaul Davis
2017-09-18basic GUI framework for setting Disk I/O optionsPaul Davis
2017-09-18mechanism to allow Track (or other Route-derived type) to add its own process...Paul Davis
2017-09-18add enum registration for DiskIOPointPaul Davis
2017-09-18tweaks to disk io point mechanismsPaul Davis
2017-09-18initial (incomplete) framework for DiskIOPoint manipulationPaul Davis
2017-09-18fix longstanding compiler warningPaul Davis
2017-09-18new enums for disk i/o positioningPaul Davis
2017-09-18framework for silent-roll-while-slave-syncingPaul Davis
2017-09-18do not queue multiple Locate or LocateRoll eventsPaul Davis
2017-09-18debug instrumentation for locate timePaul Davis
2017-09-18probable fix for out-of-sync issue across tracks after locatePaul Davis
2017-09-18when DiskReader checks to see if a locate is in progress, it must be atomic w...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-18do not change Session::_transport_frame is a locate is pendingPaul Davis
2017-09-18restart non-RT locate if a new request has been processed by RT context since...Paul Davis
2017-09-18adjust debug trace output messagePaul Davis
2017-09-18comment out debug trace outputPaul Davis
2017-09-18comment out debug trace outputPaul Davis
2017-09-18don't bother to re-seek/locate/refill buffers when disk IO processor config c...Paul Davis
2017-09-18add new debug trace outputPaul Davis
2017-09-18comment out debug trace outputPaul Davis
2017-09-18fix logic bug in deciding if there is outstanding disk i/o work in butlerPaul Davis
2017-09-18comment out debug trace outputPaul Davis
2017-09-18add new debug trace outputPaul Davis
2017-09-18NOOP: remove line split for conditionalPaul Davis
2017-09-18change debug trace outputPaul Davis
2017-09-18do not advance pointer; avoids illegal over-read during mix_buffers_no_gain()Paul Davis
2017-09-18locating no longer interrupts process()Paul Davis
2017-09-18since Session::fail_roll() just calls ::no_roll() make that more explicit whe...Paul Davis
2017-09-18missing file from previous commitPaul Davis
2017-09-18remove InputConfigurationChange from session events, since it is a no-op in t...Paul Davis
2017-09-18fix up error in manual rebase correctionPaul Davis
2017-09-18update disk writer input latency at transport stopPaul Davis
2017-09-18set + store signal chain latency for all processors; DiskWriter sets its capt...Paul Davis
2017-09-18the return of MIDI recording, plus refactor to move post-capture playlist man...Paul Davis