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

Method isPlayheadPlaying

NeuralNote/Source/TimeQuantizeOptions.cpp:160–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160bool TimeQuantizeOptions::isPlayheadPlaying(const Optional<AudioPlayHead::PositionInfo>& inPositionInfoPtr)
161{
162 if (inPositionInfoPtr.hasValue()) {
163 return inPositionInfoPtr->getIsPlaying();
164 }
165
166 return false;
167}
168
169void TimeQuantizeOptions::saveStateToValueTree(bool inSetExportTempo)
170{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected