| 146 | } |
| 147 | |
| 148 | void AudioSend::SetUpFromSaveData() |
| 149 | { |
| 150 | SetTarget(TheSynth->FindModule(mModuleSaveData.GetString("target"))); |
| 151 | IClickable* target2 = TheSynth->FindModule(mModuleSaveData.GetString("target2")); |
| 152 | if (target2) |
| 153 | mPatchCableSource2->AddPatchCable(target2); |
| 154 | } |
nothing calls this directly
no test coverage detected