aboutsummaryrefslogtreecommitdiff
path: root/pd/src/notes.txt
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2005-07-24 19:41:15 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2005-07-24 19:41:15 +0000
commit2b5318216ea6804a84920979fd77f759e35889fd (patch)
treed720fd0990a3abaa465e39101e2fa0e918bb8244 /pd/src/notes.txt
parent9474b99117836c2b76485ab3f44035cfc933c1ab (diff)
New "list" object.
Added "addcomma", "addsemi", "adddollar", "adddollsym" messages to message object. worked on Mac compilation problems. svn path=/trunk/; revision=3371
Diffstat (limited to 'pd/src/notes.txt')
-rw-r--r--pd/src/notes.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/pd/src/notes.txt b/pd/src/notes.txt
index 038c2a94..8fa53b39 100644
--- a/pd/src/notes.txt
+++ b/pd/src/notes.txt
@@ -16,11 +16,16 @@ GOP font depends on abstraction, not parent
------------ 0.39 ---------
problems:
+windows:
+ modal dialogs confuse watchdog
+mac:
+ .pd extension not added when saving?
TK commands to nonexistent windows? (maybe fixed)
array name changes don't show up on parent
arrays that don't fit in bounds don't update (same as red rectangle problem?)
what about upsampling inlet~s? ask Pd list...
+
flag for array to suppress printing name
check:
@@ -40,7 +45,6 @@ block resampling arguments
document tabwrite~_start
problems:
-modal dialogs confuse watchdog
patcher inlets don't deal with scalars (zbug.pd)
Macintosh .pd extension not added to filenames
need to optimize canvas_motion (get rid of box hit test??)
@@ -70,7 +74,6 @@ features:
flag to suppress printing array name above graph
rename windowname-pd instead of pd-windowname
fix copyright notices
-update portmusic to latest
IEM guis to use queued updates
pixel font sizes
pd to find running ones (pd -new to defeat)
@@ -85,7 +88,6 @@ tables:
queued graphics updates for IEMGUIs and scalars
think of a way to embed abstractions in a patch
make watchdog work for MACOSX
-GOP bounding box object
IEMGUIs better default font size
search path to include both calling patch and abstraction, if different
abstraction reload shouldn't have to vis everyone
@@ -96,7 +98,7 @@ put serial object in main dist (see rat@telecoma, Apr. 25; winfried May 22)
open/save panel to take messages to init directory, and to set extent list
flags to defeat pre-loading specified classes
expr to parse exponential notation
-
+pipe to handle symbols&pointers (just takes floats now???)
data:
data copy/paste doesn't check templates aren't changed