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

Method saveStateToValueTree

NeuralNote/Source/Player.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void Player::saveStateToValueTree()
174{
175 mProcessor->getValueTree().setPropertyExcludingListener(this, NnId::PlayheadPositionSecId, mPlayheadTime, nullptr);
176}
177
178void Player::valueTreePropertyChanged(ValueTree& treeWhosePropertyHasChanged, const Identifier& property)
179{

Callers 2

getStateInformationMethod · 0.45
timerCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected