| 198 | } |
| 199 | |
| 200 | TimeQuantizeOptions::TimeQuantizeInfo TimeQuantizeOptions::getTimeQuantizeInfo() const |
| 201 | { |
| 202 | return mTimeQuantizeInfo; |
| 203 | } |
| 204 | |
| 205 | double TimeQuantizeOptions::_quantizeTime( |
| 206 | double inEventTime, double inBPM, double inTimeDivision, double inStartTimeQN, float inQuantizationForce) |
no outgoing calls
no test coverage detected