MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / setPlayingState

Method setPlayingState

NeuralNote/Source/Player.cpp:139–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void Player::setPlayingState(bool inIsPlaying)
140{
141 mIsPlaying.store(inIsPlaying);
142
143 if (!inIsPlaying) {
144 mSynth->turnOffAllVoices(true);
145 }
146}
147
148void Player::reset()
149{

Callers 2

NeuralNoteMainViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected