| 6599 | }; |
| 6600 | |
| 6601 | ScriptingApi::Content::ScriptSlider * ScriptingApi::Content::addKnob(Identifier knobName, int x, int y) |
| 6602 | { |
| 6603 | return addComponent<ScriptSlider>(knobName, x, y); |
| 6604 | }; |
| 6605 | |
| 6606 | ScriptingApi::Content::ScriptImage * ScriptingApi::Content::addImage(Identifier knobName, int x, int y) |
| 6607 | { |
no outgoing calls
no test coverage detected