so, in your opinion, is it correct: Tcl_EvalFile at the creation of an object in order to source a tcl file containig a proc in pd a function like void tclvar_togui(Tcl_Interp *interp, t_floatarg f) { Tcl_Eval(interp, "fire 3"); return TCL_OK; } in pd in order to launch the tcl proc in another gui the same Tcl_EvalFile pd launch the tcl proc, the other gui display the proc result????
it seems weird, but can 2 gui can comunicate like that?
best regards nico