We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d664374 commit be8983aCopy full SHA for be8983a
pdlua.c
@@ -922,9 +922,7 @@ static t_int *pdlua_perform(t_int *w){
922
lua_pushlightuserdata(__L(), o); // Use a unique key for your userdata
923
lua_seti(__L(), -2, PDLUA_OBJECT_REGISTRTY_ID); // Store the userdata in the registry
924
lua_pop(__L(), 1); // Pop the registry table from the stack
925
-
926
- //t_float *in1 = (t_float *)(w[3]);
927
- //t_float *in2 = (t_float *)(w[4]);
+
928
PDLUA_DEBUG("pdlua_perform: stack top %d", lua_gettop(__L()));
929
lua_getglobal(__L(), "pd");
930
lua_getfield (__L(), -1, "_perform_dsp");
0 commit comments