1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-13 04:55:01 +00:00
CLK/Storage/Disk
2016-08-04 21:41:12 -04:00
..
Encodings
Formats
DigitalPhaseLockedLoop.cpp
DigitalPhaseLockedLoop.hpp
Disk.cpp
Disk.hpp Made an attempt to add the necessary extension to Track, with a concrete implementation in PCMTrack, to support time-based seeking, the intended mechanism for not magically spinning the disk back to the index hole upon every head step. 2016-08-03 06:59:45 -04:00
DiskDrive.cpp Removed dead instance storage. 2016-08-04 21:41:12 -04:00
DiskDrive.hpp Removed dead instance storage. 2016-08-04 21:41:12 -04:00
PCMTrack.cpp Made an attempt to insert proper conversions to/from rotational speed. The Time class is now really turning into a full-on quotient. Might need refactoring. 2016-08-04 21:36:39 -04:00
PCMTrack.hpp Made an attempt to add the necessary extension to Track, with a concrete implementation in PCMTrack, to support time-based seeking, the intended mechanism for not magically spinning the disk back to the index hole upon every head step. 2016-08-03 06:59:45 -04:00