From bc85bd220d7f2b4bd16aabc8a8729a36f688fb57 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Fri, 4 Dec 2015 22:47:31 -0500 Subject: [PATCH] update todo --- pd/nw/todo.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pd/nw/todo.txt b/pd/nw/todo.txt index 16181eac2..9f1d442c8 100644 --- a/pd/nw/todo.txt +++ b/pd/nw/todo.txt @@ -335,7 +335,9 @@ Everything else: (A [x] means we've fixed it) does _not_ send a key to Pd. Since <ctrl-v> is bound to "paste" and <ctrl-h> isn't bound to anything, that may somehow be causing an inconsistency. -[ ] make GUI server try again if the port is already in use + After some more research, it appears this problem doesn't happen + in OSX. +[x] make GUI server try again if the port is already in use [ ] fix ds-demos/splines.pd (arg number out of range) [x] figure out why OSX app bundle runs when using "open" from the terminal, but not when you click it -- GitLab