i'm currently using pdext 40.3.rc3 but all errors were present in whatever 41.4
version i had before
-select wtf?
sel s wont recognize |symbol 1( even if you send it exactly this msg 2 times. i want
to use it to detect key 1 with keyname
interestingly a select f recognizes a |symbol q ( but not a float 1 combined with a
pressed 1
-unpack s s s
wont convert a |1 2 3 ( to symbol why? numbers should be able to be symbols too!
or what about at least a unpack a a a ?
-selecting keyname , and ;
keyname seems to put out \, and \; but you cant use \ in pd. the main window says keycode 92 dropped... duh :/
-dsp loop
if you make a patch / pd subwindow with a
inlet~ -> delwrite~
delread~ -> outlet~
pd wont see that there is no loop if you feed the output back to the input
should be easy to implement just one boolean after reading and building a graph for the patch. and i know you do some analysis becouse how would you detect the loop whithout
-slow redraw
why is there a redraw at almost every mouse event, while moving objects?
just use the last one or of you want to make it float around, make a list and use the position of event at 25% 50% 75% and 100% or whatever
-better looking connections?
i bet the developers already think about doing this but how about adding dots to connections instead of making workarounds with +~ and whatever to make a patch look better
and maybe even bspline or bezier-curves?
even better! autoalign /-organize like in http://www.graphviz.org/ ? i know its SLOW!
-not realy a pd problem
on my keyboard _ is uppercase for - but with capslock the output is -
but this seems not to be a direct pd error because windows does this mistake... why i wonder
-ET phones home?
why does pd.exe and wish84.exe regulary try to phone home? and what is wish84 anyway? mal-/adware?
enough nagging for today
thanks for working on pd @all devs
i realy like the graphical changes in 40.3ext-rc3 looks much better and everything
and thanks to all who answer me beforehand
p.s. i could make a patch with some of the bugs if you want