Allows the user to specify an explicit Tuning value, bypassing auto detection; or to specify Tuning::kAuto, reverting to auto detection.
| 116 | // Allows the user to specify an explicit Tuning value, bypassing auto |
| 117 | // detection; or to specify Tuning::kAuto, reverting to auto detection. |
| 118 | void SetTuning(Tuning tuning) { unresolved_tuning_ = tuning; } |
| 119 | |
| 120 | // Get an actual tuning --- that is the function that this class wanted to be. |
| 121 | Tuning Resolve(); |
no outgoing calls