Hardware Dependent Classes
MIDI I/O interface.
- Needed for the following classes:
- Works with these configuration:
- Linux on Intel (soon)
- OpenStep on Intel (hopefully soon)
- Hardware dependent functions in the class:
The timer class measures time by keeping track of the CPU clock
cycle count. This class works as-is on Intel Pentium or later
processors regardless of the operating system.
- Needed for the following classes:
- Works with these configuration:
- Linux with Intel CPU.
- NextStep 3.2 with Intel CPU.
- OpenStep 4.2 with Intel CPU.
- Windows 95 with Intel CPU.
- Hardware dependent functions in the class:
- clockCycles -- returns the clock cycle count
which is a 64-bit number (an unsigned long long int).