(id)
| 306 | ] |
| 307 | |
| 308 | function getParameterSettingsEntry(id) { |
| 309 | let parameter = PARAMETERS.filter((p) => p.id === id) |
| 310 | if (parameter.length === 0) { |
| 311 | return |
| 312 | } |
| 313 | return parameter[0].settingsEntry |
| 314 | } |
| 315 | |
| 316 | function sliderUpdate(event) { |
| 317 | if (event.srcElement.id.endsWith("-input")) { |
no outgoing calls
no test coverage detected