[PD-cvs] pd/src TODO, 1.1.2.28.2.56, 1.1.2.28.2.57 ChangeLog, 1.1.4.11.2.32, 1.1.4.11.2.33

Mathieu Bouchard matju at users.sourceforge.net
Sat Aug 4 06:10:05 CEST 2007


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

Modified Files:
      Tag: desiredata
	TODO ChangeLog 
Log Message:
.


Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v
retrieving revision 1.1.2.28.2.56
retrieving revision 1.1.2.28.2.57
diff -C2 -d -r1.1.2.28.2.56 -r1.1.2.28.2.57
*** TODO	3 Aug 2007 22:54:35 -0000	1.1.2.28.2.56
--- TODO	4 Aug 2007 04:10:02 -0000	1.1.2.28.2.57
***************
*** 169,179 ****
      [ ] prospect
  
! [ ] iirc, bang~ registers a timer callback. the problem is that the timer callbacks are only executed every dac block,
      which is 64 samples. so running bang~ in subpatch with less than 64 samples, bang~ sets the same timer several times,
      but it's only executed once.
  
! [ ] 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
--- 169,179 ----
      [ ] prospect
  
! [s] iirc, bang~ registers a timer callback. the problem is that the timer callbacks are only executed every dac block,
      which is 64 samples. so running bang~ in subpatch with less than 64 samples, bang~ sets the same timer several times,
      but it's only executed once.
  
! [b] think about this «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
***************
*** 194,203 ****
  [s] carmen also needs strings (no symbol leakage)
  [c] right-click on labels for translations.
! [ ] http://www.w3.org/DesignIssues/Diff
! [ ] solve printing problems with GDB. use a pty (pseudo-teletype) ---> http://wiki.tcl.tk/3916
  [c] try TkZinc
  [c] try Tcl/Gtk (Gnocl) with emulation layer
! [ ] http://www.comparisonics.com/gallery.html
! [ ] obiwannabe writes:
      it would be good to have the choice as a comandline arg of the first one launched with a way
      to accept patches to open in the same instance from, say a web browser. Like also when you are
--- 194,203 ----
  [s] carmen also needs strings (no symbol leakage)
  [c] right-click on labels for translations.
! [b] http://www.w3.org/DesignIssues/Diff
! [c] solve printing problems with GDB. use a pty (pseudo-teletype) ---> http://wiki.tcl.tk/3916
  [c] try TkZinc
  [c] try Tcl/Gtk (Gnocl) with emulation layer
! [?] http://www.comparisonics.com/gallery.html
! [c] obiwannabe writes:
      it would be good to have the choice as a comandline arg of the first one launched with a way
      to accept patches to open in the same instance from, say a web browser. Like also when you are
***************
*** 207,226 ****
  [b] messagebox completion
  [c] tooltips on arguments/inlets/outlets
! [ ] option to make non-gui objects appear on a GOP (?)
! [ ] multilingual labels in objects
! [ ] multilingual comments
! [ ] what would be needed to be able to use gdb --pid=... ?
  [ ] set tk::mac::CGAntialiasLimit 2
! [ ] Vincent Lordier suggests trying:
!     [ ] Doxygen's callgraphs
!     [ ] splint (http://www.splint.org/)
!     [ ] uno
!     [ ] CCCC
!     [ ] OSX Shark
!     [ ] http://www.drugphish.ch/~jonny/cca.html
  [-] do we move the trac to artengine or not?
! [ ] remember that it's possible to use break in a bind-handler, to completely override system's behaviour.
! [ ] try: itcl itk iwidgets (itk implements megawidgets)
! [ ] try tkgate, a hardware sim program
  [ ] try libentity
  [c] try vtk-tcl
--- 207,225 ----
  [b] messagebox completion
  [c] tooltips on arguments/inlets/outlets
! [c] option to make non-gui objects appear on a GOP (?)
! [b] multilingual labels in objects
! [b] multilingual comments
! [b] what would be needed to be able to use gdb --pid=... ?
  [ ] set tk::mac::CGAntialiasLimit 2
! [ ] try Doxygen's callgraphs
! [ ] try splint (http://www.splint.org/)
! [ ] try uno
! [ ] try CCCC
! [ ] try OSX Shark
! [ ] try http://www.drugphish.ch/~jonny/cca.html
  [-] do we move the trac to artengine or not?
! [c] remember that it's possible to use break in a bind-handler, to completely override system's behaviour.
! [c] try: itcl itk iwidgets (itk implements megawidgets)
! [c] try tkgate, a hardware sim program
  [ ] try libentity
  [c] try vtk-tcl
***************
*** 246,250 ****
  [b] freeform comments (no atom parsing)
  [b] preserve whitespace in textboxes?
! [ ] inlet inspector to show what are the message types expected by an inlet
      that could read like "int: set left operand; bang: do it"
  [c] custom buttonbars (including premade objects with args like a [t b f] and such)
--- 245,249 ----
  [b] freeform comments (no atom parsing)
  [b] preserve whitespace in textboxes?
! [b] inlet inspector to show what are the message types expected by an inlet
      that could read like "int: set left operand; bang: do it"
  [c] custom buttonbars (including premade objects with args like a [t b f] and such)

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v
retrieving revision 1.1.4.11.2.32
retrieving revision 1.1.4.11.2.33
diff -C2 -d -r1.1.4.11.2.32 -r1.1.4.11.2.33
*** ChangeLog	3 Aug 2007 02:59:16 -0000	1.1.4.11.2.32
--- ChangeLog	4 Aug 2007 04:10:02 -0000	1.1.4.11.2.33
***************
*** 1,3 ****
! DesireData 2007.08.07 :
  
   * Unicode locales
--- 1,5 ----
! $Id$
! 
! DesireData 2007.08.04 :
  
   * Unicode locales
***************
*** 12,15 ****
--- 14,18 ----
   * added background grid
   * added snap to grid
+  * added new font selector (in client prefs)
  
  DesireData 2007.07.30 :





More information about the Pd-cvs mailing list