[PD-cvs] pd/src TODO,1.1.2.28.2.43,1.1.2.28.2.44

Mathieu Bouchard matju at users.sourceforge.net
Tue Jul 17 21:05:23 CEST 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30348

Modified Files:
      Tag: desiredata
	TODO 
Log Message:
.


Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v
retrieving revision 1.1.2.28.2.43
retrieving revision 1.1.2.28.2.44
diff -C2 -d -r1.1.2.28.2.43 -r1.1.2.28.2.44
*** TODO	10 Jul 2007 22:55:53 -0000	1.1.2.28.2.43
--- TODO	17 Jul 2007 19:05:20 -0000	1.1.2.28.2.44
***************
*** 1,9 ****
  DesireData's TODO list, $Id$
  
! ---------------------------------------------------------------- 0.40.pre6
  
- removed this line from ChangeLog (not ready):
  [ ] figure out how to keep [pd] subscribed even when closed.
- [ ] [parse], [unparse]
  [ ] new parser for string support
  [ ] update s_audio.c to support any number of devices (not just max 4)
--- 1,21 ----
  DesireData's TODO list, $Id$
  
! [ ] look into race conditions and locking
! [ ] figure out what to do with pointer_sense, about the existence of [$self look] vs ordinary attributes.
! 
! [ ] [error]
! [ ] merge error() and pd_error()
! [ ] localise error messages
! [ ] colorised console with hyperlinked error messages
! 
! [ ] atomic undo
! [ ] undo subpatch
! 
! [ ] slider: is_log
! [ ] numbox: is_log
! [ ] [hradio] : chg -> is_log
! [ ] [vu] props : scale should appear instead of is_log
  
  [ ] figure out how to keep [pd] subscribed even when closed.
  [ ] new parser for string support
  [ ] update s_audio.c to support any number of devices (not just max 4)
***************
*** 14,17 ****
--- 26,30 ----
  [ ] too much duplication of inlets vs outlets
  [ ] too much duplication of adc vs dac (see s_audio.c)
+ [ ] implement multiple cascaded languages (use listbox+up+down)
  
   def Menuable raise {} {
***************
*** 44,48 ****
  [ ] prevent hidden subpatches/abstraction-instances from being loaded in the client all of the time.
  [ ] -lib in .ddrc crashes server: http://pastebin.ca/286300
! [ ] server don't pick up changes via NumBox reload, ie the width: 
      <- .x8068058 reload 2 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 256;
      -> 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;}
--- 57,61 ----
  [ ] prevent hidden subpatches/abstraction-instances from being loaded in the client all of the time.
  [ ] -lib in .ddrc crashes server: http://pastebin.ca/286300
! [ ] server don't pick up changes via NumBox reload, ie the width:
      <- .x8068058 reload 2 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 256;
      -> 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;}
***************
*** 64,68 ****
      [x] fix infinite loop if no result returned
  [ ] note that Marius Schebella is interested in benchmarks
! [ ] atomically with multiple level 
  [ ] tidy_up/snap to grid
  
--- 77,81 ----
      [x] fix infinite loop if no result returned
  [ ] note that Marius Schebella is interested in benchmarks
! [ ] atomically with multiple level
  [ ] tidy_up/snap to grid
  
***************
*** 80,84 ****
     [operator2-rule] [operator2-test]
  
! ---------------------------------------------------------------- 0.40.pre7-...
  <shift8> matju: another big bug for me - v/h sliders in existing patches bounce
   repeatedly back to bottom when some kind of event occurs.  you have to move the
--- 93,102 ----
     [operator2-rule] [operator2-test]
  
! [ ] those are the externs that have to be recompiled if I want to trap calls to return values of getfn.
!   ./externals/olafmatt/clone/clone.c:544:    mess1(&cv->gl_pd, gensym("dsp"), sp);
!   ./externals/grill/dynext/src/main.cpp:952: mess1((t_pd *)canvas,const_cast<t_symbol *>(sym_dsp),NULL);
! 
! 
! 
  <shift8> matju: another big bug for me - v/h sliders in existing patches bounce
   repeatedly back to bottom when some kind of event occurs.  you have to move the
***************
*** 124,128 ****
  [ ] def def
  [ ] take care of needless "save changes?"
- [ ] atomic undo
  [ ] merge 0.41 (no?)
  [ ] make List objects, to manage children, visible_children, wires, selection, selection_wires.
--- 142,145 ----
***************
*** 141,145 ****
  [ ] devlist isn't supposed to be like a choice, rather like several choices.
  [ ] implement def Canvas tidy
- [ ] localize error messages
  [ ] set tk::mac::useCGDrawing 1
  [m] differential upload
--- 158,161 ----
***************
*** 204,208 ****
  [ ] messagebox completion
  [ ] tooltips on arguments/inlets/outlets
- [ ] colorised console with hyperlinked error messages
  [ ] option to make non-gui objects appear on a GOP (?)
  [ ] multilingual labels in objects
--- 220,223 ----
***************
*** 226,233 ****
  [ ] test rcv_able, snd_able
  [ ] iem: snd/rcv problem(s) ?
- [ ] slider: is_log
- [ ] numbox: is_log
- [ ] [hradio] : chg -> is_log
- [ ] [vu] props : scale should appear instead of is_log
  [ ] [vu] have fcol in props !
  [ ] [vu] has snd in props !
--- 241,244 ----
***************
*** 418,419 ****
--- 429,431 ----
  -- Johannes, june 19
  
+ [ ] Ed Kelly <morph_2016 at yahoo.co.uk> reports that ALSA 24-bit output does not work?





More information about the Pd-cvs mailing list