| 15 | { |
| 16 | public: |
| 17 | struct Parameters { |
| 18 | bool enable = false; |
| 19 | TimeQuantizeUtils::TimeDivisions division = TimeQuantizeUtils::_1_4; |
| 20 | float quantizationForce = 0.f; |
| 21 | }; |
| 22 | |
| 23 | struct TimeQuantizeInfo { |
| 24 | double bpm = 120.0; |
nothing calls this directly
no outgoing calls
no test coverage detected