[L2Ork-dev] Release candidate 6 of L2Ork iteration of pd-extended now available
Ivica Ico Bukvic
ico at vt.edu
Tue Dec 7 06:29:36 UTC 2010
Fixes include:
*colored selection rectangle the same color as default select color
*fixed bug where gop-ed abstractions with hidden text should not resize
when activated to accommodate text that is not there to begin with
*fixed segfault when trying to disconnect (NB: core Pd developers may
want to check this one out as it may affect core Pd as well--it is very
sporadic and difficult to reproduce, however--I finally caught it by
using Pd via gdb for an extended period of time working on patches).
FWIW, this may be also specific to magicGlass feature.
m_obj.c line 527 if (!(oc = o->o_connections)) return;
change to: if (!o || !(oc = o->o_connections)) return;
*added ignore attempts at obj_connect that involve same object (happened
sometimes when using undo/redo due to the ugly workaround for the
tk_canvas unique id bug)
http://l2ork.music.vt.edu/main/?page_id=56
Cheers!
Ico
More information about the L2Ork-dev
mailing list