When sending a "vis 1" to a GOP subpatch, it produces a "consistency check failed: canvas_vis" though it seems to work fine. I am wondering if this is still supposed to be true: x == glist_getcanvas(x). In g_editor.c, canvas_vis() starts out with:

void canvas_vis(t_canvas *x, t_floatarg f)
{
    char buf[30];
    int flag = (f != 0);
    if (x != glist_getcanvas(x))
        bug("canvas_vis");



.hc





----------------------------------------------------------------------------

"It is convenient to imagine a power beyond us because that means we don't have to examine our own lives.", from "The Idols of Environmentalism", by Curtis White





_______________________________________________
Pd-dev mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-dev

Reply via email to