We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d64573 commit bb42757Copy full SHA for bb42757
src/objects/scripting/LuaScript.cpp
@@ -97,8 +97,8 @@ LuaScript::LuaScript() : PatchObject("lua script"){
97
void LuaScript::newObject(){
98
PatchObject::setName( this->objectName );
99
100
- this->addInlet(VP_LINK_ARRAY,"data");
101
- this->addInlet(VP_LINK_STRING,"string");
+ this->addInlet(VP_LINK_ARRAY,"_mosaic_data_inlet");
+ this->addInlet(VP_LINK_STRING,"_mosaic_string_inlet");
102
103
this->addOutlet(VP_LINK_TEXTURE,"generatedTexture");
104
this->addOutlet(VP_LINK_SPECIAL,"mouseKeyboardInteractivity");
0 commit comments