hi list,
I've found some deviations from previous pd versions in pd 0.43 (extended) (on Win XP):
in previous versions, with the message "pd open [patch.pd] [folder]/;" you could open a patch in a subfolder, which doesn't work in pd 0.43
dynamic patching: i have this message:
"editmode 1, mouse 12526 541 0 0, motion 12526 2000 0, mouseup 12526 2000 0 0, mouse 21 -500 0 0, mouseup 250000 1999 0 0, cut, mouse 12526 2000 0 0, motion 12526 541 0, mouseup 100 100 0 0"
(sent to a pd-window). in pd 0.43 i need to divide the message in two parts:
"editmode 1, mouse 12526 541 0 0, motion 12526 2000 0, mouseup 12526 2000 0 0"
and
"mouse 21 -500 0 0, mouseup 250000 1999 0 0, cut, mouse 12526 2000 0 0, motion 12526 541 0, mouseup 100 100 0 0"
and i need a delay of at least 4ms between both actions that it works properly.
i regret that there's no "path" menu anymore / the "path" function in the preferences doesn't work when entering a path name with spaces (then, stuff like vslider doesn't work anymore). i have a path including spaces, therefore the "path"-function was very helpful.
as already posted yesterday, "key" doesn't detect the tabulator key anymore (unfortunately i use this key in my patches very often)
i hope this report is helpful.
best Mirko