| 244 | } |
| 245 | |
| 246 | void Vocoder::CheckboxUpdated(Checkbox* checkbox, double time) |
| 247 | { |
| 248 | if (checkbox == mEnabledCheckbox) |
| 249 | { |
| 250 | mGate.SetEnabled(mEnabled); |
| 251 | } |
| 252 | } |
| 253 | |
| 254 | void Vocoder::LoadLayout(const ofxJSONElement& moduleInfo) |
| 255 | { |
nothing calls this directly
no test coverage detected