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

Method filterResetState

Source/Amiga/paula.cpp:289–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void Paula::filterResetState() {
290 for (int i = 0; i < NUM_VOICES; i++)
291 for (int j = 0; j < 5; j++)
292 _filterState.rc[i][j] = 0.0f;
293}
294
295/* Based on UAE.
296 * Original comment in UAE:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected