-
romulovieira-me
@seb-harmonik.ar It look likes that I do not install pdlua correctly. I will try reinstall and run the code again.
Thanks, Seb! Stay tuned on this post for news. -
romulovieira-me
@seb-harmonik.arI installed the pdlua library in Lua's package.path directory and the following error appeared:
./pd.lua:22: attempt to index a nil value (global 'pd')
stack traceback:
./pd.lua:22: in main chunk
[C]: in function 'require'
test.lua:1: in main chunk
[C]: in ?I'm getting inspiration from some codes present here: https://love2d.org/forums/viewtopic.php?t=90014
-
romulovieira-me
@seb-harmonik.ar I remove the require, but errors continue. I do not know what to do.
-
romulovieira-me
Hello,
I have this code in lua (teste.lua) that allows to create pure data patches in this language. However, when running it, the following error appears: "module 'pdlua' not found", even though I have the library installed.
Does anyone know the reason for the error?
-
romulovieira-me
@oid It look likes luajack package is broken =(
-
romulovieira-me
@oid Thanks for the answer.
I will run some tests with this tool and let you know the results. -
romulovieira-me
I'm creating a Lua script capable of capturing the sound of my microphone in real time. Can I use the Ofelia library to send the sounds captured in Pure Data to the Lua script?
-
romulovieira-me
@alexandros @seb-harmonik.ar Seb, you are right. I want to 'use' a Pd patch inside Lua.
For example, using the audio from my microphone (which is captured in Pure Data) in an application made in Lua.I discovered this library (https://love2d.org/forums/viewtopic.php?t=90014&sid=055636f859e6b8ab0e470c4aaeb8c605) but it looks like it's only useful for the LOVE game engine.
-
romulovieira-me
Hey guys
I know that it is possible to use Lua scripts in Pure Data using pd-lua. And the opposite, is it possible?
-
romulovieira-me
I'm trying to install external GEM using a pop_OS (based on ubuntu 20.04) but I'm not getting it.
Any suggestion?