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