Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv811
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.44 retrieving revision 1.1.2.28.2.45 diff -C2 -d -r1.1.2.28.2.44 -r1.1.2.28.2.45 *** TODO 17 Jul 2007 19:05:20 -0000 1.1.2.28.2.44 --- TODO 18 Jul 2007 20:23:51 -0000 1.1.2.28.2.45 *************** *** 1,4 **** --- 1,5 ---- DesireData's TODO list, $Id$
+ [ ] writesf_free has deadlock. [ ] look into race conditions and locking [ ] figure out what to do with pointer_sense, about the existence of [$self look] vs ordinary attributes. *************** *** 430,431 **** --- 431,458 ----
[ ] Ed Kelly morph_2016@yahoo.co.uk reports that ALSA 24-bit output does not work? + + to dave griffiths: I think that this is three feature requests: + 1. performing replacement of wire-object-wire by a single wire, as a + single operation in the GUI + 2. make that operation atomic in terms of DSP recompilation. + 3. break down DSP recompilation in pieces so that it is more "incremental" + for large patches. + In the case of object insertion, (2) and (3) are not implemented either, + but step (1) already has most of the desired effect; for the message + system, step (1) is all that is needed. DSP is more work and I know less + about DSP. It'll take me a while to get there; but (2) doesn't seem so + hard. + + http://www.tomsawyer.com/gallery/index.php + + to atwood: + If I had automatic positioning in DesireData, it would be as an option: + e.g. objects could default to "floating around" (that is, automatic + positioning), but be pinned down into specific positions. + In that case, an exception has to be done for [inlet] and [outlet] objects + mostly. (the DS subsystem should be skipped over as well...) + I could also have a use for some semi-automatic repositionings: for + example, there could be a keyboard shortcut to reposition a non-"floating" + object wherever it would go if it were floating, and if the user doesn't + want it s/he can Ctrl+z it. +