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

Method clearVoices

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

Source from the content-addressed store, hash-verified

124 }
125 void clearVoice(uint8 voice);
126 void clearVoices() { for (int i = 0; i < NUM_VOICES; ++i) clearVoice(i); }
127 void startPlay() { filterResetState(); _playing = true; }
128 void stopPlay() { _playing = false; }
129 void pausePlay(bool pause) { _playing = !pause; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected