[PD-cvs] pd/src notes.txt,1.1.1.4.2.4,1.1.1.4.2.5

ggeiger at users.sourceforge.net ggeiger at users.sourceforge.net
Wed Jan 14 16:45:41 CET 2004


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1:/tmp/cvs-serv25221

Modified Files:
      Tag: devel_0_37
	notes.txt 
Log Message:
Millers notes updated .. 

Index: notes.txt
===================================================================
RCS file: /cvsroot/pure-data/pd/src/notes.txt,v
retrieving revision 1.1.1.4.2.4
retrieving revision 1.1.1.4.2.5
diff -C2 -d -r1.1.1.4.2.4 -r1.1.1.4.2.5
*** notes.txt	18 Nov 2003 10:34:10 -0000	1.1.1.4.2.4
--- notes.txt	14 Jan 2004 15:45:39 -0000	1.1.1.4.2.5
***************
*** 1,45 ****
- test 7:
- Krzysztof's bug fix (persistent line traces after minimizing)
- reinstated search for tk versions for debian
- _exit() replaced with exit()
- jack support for Mac
- 
- vline object
- arrow keys in text objs for mac
- block_set method and help window
- writesf help window, support 32 bit wav files, and fix sample rate writing
- vline~ help window
- ALSA glitch fix
- possibly fixed URL opening in windows
- signal loops crash fix (plus "loop" detection)
- pd_error and find fix
- startup doesn't open A/D/A (but DSP 1 starts it up if not -nosound)
- stopping DSP closes A/D/A
- MIDI and path dialogs
- check audio doesn't misbehave with larger numbers of channels
- "set" message to makefilename
- avoided sleep() calls in portaudio
- savefunction and dialog into class structure
- mutex around scheduler
- g_bang compilation warnings in SUSE?
- self-extraction on MSW
- 
  ---------------- dolist --------------------
  
  fix for 0.37:
! ALSA readn - doesn't work yet.
  test MIDI I/O on all platforms, inc. sysex...
! canvas grows by 2 pixels? (what platform?)
  
  0.38:
  
  makefile to set SETUID bit on install?
  loading e-mailed patches without removing headers crashes pd
  investigate gcc 3.3 warnings; try to reinstate -fstrict-aliasing
- configure script to drop -Werror unless in the caller's environment
  message dialog not to disappear
  sprout inlets/outlets on objects whose creation failed.
- portaudio_pd files into src
- GOP bounding box object
  pd $1 bug ($1 is saved as it was evaluated, not as '$1')
  why does changing the name of an explode in jupiter patch take so long?
--- 1,28 ----
  ---------------- dolist --------------------
  
  fix for 0.37:
! pd exit, bad filedesc
! Make install makes an externs, and anyway, doesn't put help files in extra
! read xx.txt in "bad" gives warnings
! mess with RME ALSA some more; ALSA readn doesn't work yet.
  test MIDI I/O on all platforms, inc. sysex...
! windows quit doesn't confirm on Windows?
! check Pd in OSX 10.3
! OSS seems not to detect FIFO out of kilter
  
  0.38:
+ %x to %lx in all "tags" to make 64-bit safe
+ plug-in support
+ portaudio_pd files into src
+ settings saver (registry in Windows; .pdrc in linux; defaults system in OSX?)
+ text cut/copy/paste
+ GOP bounding box object
+ signal inlets to sense signals; fix +~ etc, vcf~, biquad~, and make a vcfb~
  
  makefile to set SETUID bit on install?
  loading e-mailed patches without removing headers crashes pd
  investigate gcc 3.3 warnings; try to reinstate -fstrict-aliasing
  message dialog not to disappear
  sprout inlets/outlets on objects whose creation failed.
  pd $1 bug ($1 is saved as it was evaluated, not as '$1')
  why does changing the name of an explode in jupiter patch take so long?
***************
*** 47,57 ****
  trouble typing into number boxes
  abstraction reload doesn't have to vis everyone??
- check MIDI device numbering on MSW
  show results of opening audio and MIDI on dialogs
- settings saver
- latency testing
  windows escape from control-C
  add standard bindings (ctl-o, etc) to dialogs
- 
  settable netsend and netreceive port numbers
  suspend/resume graphics updates
--- 30,36 ----
***************
*** 59,63 ****
  scheduler to do DSP computations even if no audio
  hook to scheduler to let others get called for DSP I/O
- figure out how to avoid "dac freeze" if nosound
  new: mline~, msnapshot~, abs~
  flags to defeat adding specified classes from libraries
--- 38,41 ----
***************
*** 70,73 ****
--- 48,52 ----
  
  problems:
+ qlist - 'next 1' seems not to work
  arrays of non-existent templates crash
  don't draw in/outlets on gui objects in graphs
***************
*** 87,90 ****
--- 66,70 ----
  
  data:
+ allow field*2+5 etc. in drawing commands
  vget, vset traversal objects
  cursor to show (x, y) location






More information about the Pd-cvs mailing list