I have the following Patch on Pure Data. In it, I want to send the value of the number object to a pipe in Lua, using the foo object (which I created using pd-lua).
This is the foo object code --> foo.pd_lua
This is the Lua pipe code --> scriptb.lua
Can anyone help me to find out the error?