move _file_frame from DiskIOProcessor into DiskReader (only place where it is needed...
[ardour.git] / libs / ardour / disk_reader.cc
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...
2017-09-18 Paul Davismega-commit to save state of first "it compilesand...
2017-09-18 Paul Davismerge almost all audio & midi diskstream code, redistri...
2017-09-18 Paul Davisremove duplicated (in heirarchy) loop location from...
2017-09-18 Paul Davismove need-butler from DiskReader to DiskIOProcessor
2017-09-18 Paul Davismove ChannelInfo structure from DiskReader into DiskIOP...
2017-09-18 Paul Davismerge MidiDiskstream into DiskReader (playback parts)
2017-09-18 Paul Davistwo additional AudioDiskstream methods, partially comme...
2017-09-18 Paul Davismerge AudioDiskstream playback code into DiskReader
2017-09-18 Paul Daviscrawling towards the APIs for separate disk i/o