aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/notes.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-02-08 04:56:22 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-02-08 04:56:22 +0000
commitdc4a78b2f4d1a017ec5dd151de1ed14fe1c8e2f6 (patch)
treec1ce8f9051ea841f30d5665191a5d7177a3602a3 /externals/grill/flext/notes.txt
parent5143f2e9971ce2aa33f58383dac62e7f16514f86 (diff)
Max: use high-priority click instead of qelem for message-posting
fixed buggy unbinding of receive symbols added method for clicks into object box svn path=/trunk/; revision=2559
Diffstat (limited to 'externals/grill/flext/notes.txt')
-rw-r--r--externals/grill/flext/notes.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/externals/grill/flext/notes.txt b/externals/grill/flext/notes.txt
index 67b4d11b..3538ca5f 100644
--- a/externals/grill/flext/notes.txt
+++ b/externals/grill/flext/notes.txt
@@ -42,7 +42,6 @@ TODO LIST:
- add double handlers
- add signal in/out connection query function
-- support creation of buffers
- support for Max qelem style
- flext::post and flext::error should print via a worker thread (and should be unlimited in characters)
@@ -57,8 +56,6 @@ TESTS TO DO:
- hard thread termination upon object destruction doesn't seem to work properly -> crash
- Max rounding bug ... buffer resize could be one sample less!
-- flext_dsp: Max/MSP doesn't correctly report in/out channel counts
-
- PD: figure out what "pointer" messages do and whether they are correctly implemented in flext
- Max buffer~ resize: flext_base::buffer::Frames(): must we use buffer or system sample rate?