[LAU] Release candidate 6 of L2Ork iteration of pd-extended now available

From: Ivica Ico Bukvic <ico@email-addr-hidden>
Date: Tue Dec 07 2010 - 08:29:36 EET

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

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Tue Dec 7 08:15:01 2010

This archive was generated by hypermail 2.1.8 : Tue Dec 07 2010 - 08:15:02 EET