| 74 | } |
| 75 | |
| 76 | float ModWheelToCV::Value(int samplesIn) |
| 77 | { |
| 78 | float modWheel = mModWheel ? mModWheel->GetValue(samplesIn) : ModulationParameters::kDefaultModWheel; |
| 79 | return ofMap(modWheel, 0, 1, GetMin(), GetMax(), K(clamped)); |
| 80 | } |
| 81 | |
| 82 | void ModWheelToCV::SaveLayout(ofxJSONElement& moduleInfo) |
| 83 | { |