pac-dev / protoplug

Create audio plugins on-the-fly with LuaJIT.
Other
285 stars 36 forks source link

print does not work as expected #9

Closed sonoro1234 closed 9 years ago

sonoro1234 commented 9 years ago

print(1,2,3) prints only 1 print(function() end) prints nothing print({}) prints nothing

pac-dev commented 9 years ago

Indeed! Fixed. The fix is in C++ so you need to pull changes and recompile protoplug (or wait for the next release which should be soon).