| 147 | } |
| 148 | |
| 149 | void TimeQuantizeOptions::clear() |
| 150 | { |
| 151 | // Kepp bpm and time signature, reset ref positions |
| 152 | mTimeQuantizeInfo.refPositionQn = 0; |
| 153 | mTimeQuantizeInfo.refLastBarQn = 0; |
| 154 | mTimeQuantizeInfo.refPositionSeconds = 0; |
| 155 | mWasRecording = false; |
| 156 | mWasPlaying = false; |
| 157 | mNumRecordedSamples = 0; |
| 158 | } |
| 159 | |
| 160 | bool TimeQuantizeOptions::isPlayheadPlaying(const Optional<AudioPlayHead::PositionInfo>& inPositionInfoPtr) |
| 161 | { |
nothing calls this directly
no outgoing calls
no test coverage detected