Hi, trying to set the id of a live.object using the following code but get an error message saying that live.object doesn't understand id. Anyone any ideas? thx
t_atom rv;
long id_long = id;
t_object *p_obj = newobject_sprintf( p_patcher, "@maxclass newobj @text \"live.object\" @patching_position %d %d", 100, 100 );
object_method_long( p_obj, gensym( "id" ), id_long, &rv );