Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1411
Modified Files: Tag: desiredata ChangeLog TODO Log Message: .
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v retrieving revision 1.1.2.28.2.33 retrieving revision 1.1.2.28.2.34 diff -C2 -d -r1.1.2.28.2.33 -r1.1.2.28.2.34 *** TODO 11 Jan 2007 15:05:26 -0000 1.1.2.28.2.33 --- TODO 15 Jan 2007 21:45:08 -0000 1.1.2.28.2.34 *************** *** 2,8 ****
---------------------------------------------------------------- 0.40.pre6 [ ] get rid of stderr in server [ ] slider val has to change back to centipixels but as a float. ! [ ] <matju> chun: this is a feature called "loading", which is in pd but not in dd. [ ] prevent hidden subpatches/abstraction-instances from being loaded in the client all of the time. [ ] -lib in .ddrc crashes server: http://pastebin.ca/286300 --- 2,17 ----
---------------------------------------------------------------- 0.40.pre6 + <chun> 1. fix double delete [pd] + <chun> 2. new way to do View get_canvas + + [ ] switch iemguis to using only t_atoms + [ ] GOP problems are back due to recent changes in canvas_map and canvas_vis + [ ] [route] should accept mixed types (float, symbol) + [ ] [select] should accept mixed types (float, symbol, pointer) + [ ] server-side slider outputs wrong value + [ ] remove MAXPDSTRING [ ] get rid of stderr in server [ ] slider val has to change back to centipixels but as a float. ! [x] <matju> chun: this is a feature called "loading", which is in pd but not in dd. [ ] prevent hidden subpatches/abstraction-instances from being loaded in the client all of the time. [ ] -lib in .ddrc crashes server: http://pastebin.ca/286300 *************** *** 11,14 **** --- 20,24 ---- -> change x8068058 x8067c50 {#X obj 335 166 nbx 8 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 256;} [x] fix {;} {$1} in TextBox, loads fine, but there is bug in redraw + [ ] <tim168> matju: in a message box in dd a "," gets replaced by "(,)" [ ] fix gop [ ] reimplement View get_canvas so that it does not rely on [focus] *************** *** 40,43 **** --- 50,54 ---- [x] after ctrl+1 focus gets lost if click on the ObjectBox [x] ctrl+c brok for GUI objects + [ ] note that Marius Schebella is interested in benchmarks
[ ] PureUnity *************** *** 120,124 **** [ ] implement a mark-and-sweep in order to find leaks... (?) [ ] rewrite [image], [display], [knob], [grid], [popup], ... ! [ ] make a statistical profiler for Tcl, if possible [ ] try to use profiler.tcl (tcllib) in a sensible way --- 131,135 ---- [ ] implement a mark-and-sweep in order to find leaks... (?) [ ] rewrite [image], [display], [knob], [grid], [popup], ... ! [ ] this seems fishy but might have good ideas -> http://www.rebelscience.org/Cosas/Reliability.htm [ ] make a statistical profiler for Tcl, if possible [ ] try to use profiler.tcl (tcllib) in a sensible way *************** *** 131,134 **** --- 142,153 ---- [ ] prospect
+ [ ] if you are reconsidering properties panels, I strongly encourage all y'all to make them Pd patches. + This is how Max/MSP does it and I think it would work very well for Pd as well. Sounds like this + is a good opportunity to make the switch. -- hcs + + <chun> 1. a keyboard operated cursor, a bit like Active, but one can use it like the mouse pointer + <chun> 2. snap to grid feature, or similiar + <chun> 3. prefix keybindings, like M-x in emacs + Iohannes said about redirecting stdout/stderr: #!/bin/sh *************** *** 151,156 **** [ ] http://www.w3.org/DesignIssues/Diff [ ] solve printing problems with GDB. use a pty (pseudo-teletype) ---> http://wiki.tcl.tk/3916 - [ ] PureUnity test suite should help ensuring all branches of pd are - in sync with each other and with previous versions of themselves [ ] try TkZinc [ ] try Tcl/Gtk (Gnocl) with emulation layer --- 170,173 ----
Index: ChangeLog =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v retrieving revision 1.1.4.11.2.14 retrieving revision 1.1.4.11.2.15 diff -C2 -d -r1.1.4.11.2.14 -r1.1.4.11.2.15 *** ChangeLog 11 Jan 2007 13:34:25 -0000 1.1.4.11.2.14 --- ChangeLog 15 Jan 2007 21:45:08 -0000 1.1.4.11.2.15 *************** *** 1,5 **** $Id$
! Desire 0.40.pre6 (2006.01.06) (-r desiredata; ./configure && make) :
* merged new loader from Miller's pd 0.40-2 --- 1,5 ---- $Id$
! Desire 0.40.pre6 (2006.01.12) (-r desiredata; ./configure && make) :
* merged new loader from Miller's pd 0.40-2 *************** *** 14,18 **** run also on Miller's 0.40). * IEMGUI can now by controled with keyboard ! Desire 0.40.pre5 (2006.12.19) (-r desiredata; ./configure && make) :
--- 14,30 ---- run also on Miller's 0.40). * IEMGUI can now by controled with keyboard ! * merged t_alist and t_binbuf together and aliased them to t_list ! * delay uploading until #X restore or #X pop ! * don't upload all abstractions instances to client (much faster) ! * PureUnity has type suffixes for some class families; for each $1 in ! f,~,# (float,signal,grid) there is [inlet.$1] [outlet.$1] [taa.$1] ! [op2.$1] [rand.$1] [norm.$1] [swap.$1] [packunpack3.$1] ! * Other PureUnity classes: [^] [rtimer] [commutator] [associator] ! [invertor] [distributor] [tree] [protocols-tree] [glue-test] ! [comparators-test] [arith-test] ! [operator1-rule] [operator1-test] ! [operator2-rule] [operator2-test] ! ... ! Desire 0.40.pre5 (2006.12.19) (-r desiredata; ./configure && make) :