1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-03 10:54:46 +00:00
CLK/Storage/Disk
2017-07-21 21:53:05 -04:00
..
Encodings Fixed differing types of loop variables and targets. 2017-07-21 21:53:05 -04:00
Formats Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
DigitalPhaseLockedLoop.cpp Ensured offset means exactly one thing. 2017-07-21 20:58:17 -04:00
DigitalPhaseLockedLoop.hpp Settled on the new average-of-length approach to a PLL window sizing, eliminating the old errors-of-phase approach. Since it anchors automatically to the original target clocks per bit, killed the explicit mention of a tolerance. 2017-07-16 19:03:50 -04:00
Disk.cpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
Disk.hpp
DiskController.cpp Settled on the new average-of-length approach to a PLL window sizing, eliminating the old errors-of-phase approach. Since it anchors automatically to the original target clocks per bit, killed the explicit mention of a tolerance. 2017-07-16 19:03:50 -04:00
DiskController.hpp
Drive.cpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
Drive.hpp
PCMPatchedTrack.cpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
PCMPatchedTrack.hpp
PCMSegment.cpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
PCMSegment.hpp
PCMTrack.cpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
PCMTrack.hpp After a quick bit of reading, discovered the virtual copy constructor pattern really is only a convention in C++, and conformed to it. Which hopefully gives copyable tracks. 2016-12-30 17:25:39 -05:00