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