MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Offset

Class Offset

Source/Amiga/paula.hpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92 /* TODO: Document this */
93 struct Offset {
94 unsigned int int_off; // integral part of the offset
95 frac_t rem_off; // fractional part of the offset, at least 0 and less than 1
96
97 explicit Offset(int off = 0) : int_off(off), rem_off(0) {}
98 };
99
100 struct FilterState {
101 FilterMode mode;

Callers 3

enableChannelMethod · 0.85
setChannelDataMethod · 0.85
clearVoiceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected