aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dyn/todo.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-10-27 18:19:51 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-10-27 18:19:51 +0000
commit1471f1a6b3cf6169c6aae49f2cef643bc3c3c872 (patch)
tree50ae6f3e94d60b611cfd9f6cdad98b7eed180645 /externals/grill/dyn/todo.txt
parent89ca5ec0c49ae8923a206668ef9284257c56a104 (diff)
fixes for dsp and abstraction inlets
a few fixes dyn documentation more functionality only one dyn_id type for clarity better interface for listeners dyn_Finish instead of dyn_Flush all the major things are working in dyn! OSX checkin name changes for svn repository small fixes doesn't really work, but should compile dyn python module checkin now able to have real root patchers initial coding a few more things deleted test/mar patches (moved to /doc branch) dyn SWIG module dyn additions a _few_ changes in UIUI, establishing node groups made API headers monolithic first working dyn! updated todo list svn path=/trunk/; revision=2173
Diffstat (limited to 'externals/grill/dyn/todo.txt')
-rwxr-xr-xexternals/grill/dyn/todo.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/externals/grill/dyn/todo.txt b/externals/grill/dyn/todo.txt
new file mode 100755
index 00000000..21fd62b4
--- /dev/null
+++ b/externals/grill/dyn/todo.txt
@@ -0,0 +1,8 @@
+TODO:
+- PD could destroy present connections of objects connected to a sub-patcher when deleting inlet objects therein.
+ -> how to deal with that?
+
+- what happens if an error occurs during object creation (as it is only scheduled, not immediately executed).... callback with error message?
+
+- define search path for objects/abstractions
+