diff options
Diffstat (limited to 'pd/src')
-rw-r--r-- | pd/src/notes.txt | 2 | ||||
-rw-r--r-- | pd/src/s_main.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/pd/src/notes.txt b/pd/src/notes.txt index 4afe9542..3e02b0bf 100644 --- a/pd/src/notes.txt +++ b/pd/src/notes.txt @@ -17,6 +17,7 @@ document tabwrite~_start "list" to signal inlet (e.g., "*~") or float inlet (f) complains. problems: +"save as" with spaces in filename still messes up don't filter locked click() through getrect better scalar hit detection (getrect is too greedy) when retyping abstractions, offer to save dirty one @@ -42,6 +43,7 @@ check if _vsnprintf with zero argument in windows works any better... detect adc~ and dac~ reblocking features: +hook for table mousing integrate video into tilde objects flag to suppress printing array name above graph flag to suppress scrollbars in canvases diff --git a/pd/src/s_main.c b/pd/src/s_main.c index b722d960..76e69046 100644 --- a/pd/src/s_main.c +++ b/pd/src/s_main.c @@ -2,7 +2,7 @@ * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ -char pd_version[] = "Pd version 0.39-2\n"; +char pd_version[] = "Pd version 0.40-0test01\n"; char pd_compiletime[] = __TIME__; char pd_compiledate[] = __DATE__; |