summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2017-09-18remove all code related to "silent roll" concept. some debug output addedPaul Davis
2017-09-18NO-OP: mark various state property names as explicitly non-translatedPaul Davis
2017-09-18move disk_{writer,reader} into Route to allow for simple, sensible implementa...Paul Davis
2017-09-18don't (re)create disk reader/writer if they already existPaul Davis
2017-09-18auditioner always runs at normal speed, independent of transport speedPaul Davis
2017-09-18add to LUA API (new Stripable API)Paul Davis
2017-09-18use constPaul Davis
2017-09-18remove unused + commented linePaul Davis
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-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-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