| 106 | } |
| 107 | |
| 108 | void LooperGranulator::OnCommit() |
| 109 | { |
| 110 | mOn = false; |
| 111 | mFreeze = false; |
| 112 | if (mPosSlider->GetLFO()) |
| 113 | mPosSlider->GetLFO()->SetLFOEnabled(false); |
| 114 | } |
| 115 | |
| 116 | void LooperGranulator::PostRepatch(PatchCableSource* cableSource, bool fromUserClick) |
| 117 | { |
no test coverage detected