aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/notes.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-01-08 04:58:31 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-01-08 04:58:31 +0000
commit0709ac9fabf4184675df1c3d8e205a2790adaadb (patch)
tree828916c3a4f0cde9641a4ed40961f5e7d56966be /externals/grill/flext/notes.txt
parentdad0b0542c08240f4431a34d46e6676461e0d83b (diff)
minor updates
adapted the queue stuff to work with the new set_callback functionality reconsidered flext::buffer:Update added object construction and destruction flags updated autoconf system small updates better templates, some minor changes update for linux cleanups svn path=/trunk/; revision=2476
Diffstat (limited to 'externals/grill/flext/notes.txt')
-rw-r--r--externals/grill/flext/notes.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/flext/notes.txt b/externals/grill/flext/notes.txt
index a1f5ab44..d056236a 100644
--- a/externals/grill/flext/notes.txt
+++ b/externals/grill/flext/notes.txt
@@ -55,6 +55,7 @@ TESTS TO DO:
- PD: problems with timed buffer redrawing (takes a lot of cpu time)
- 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
@@ -62,4 +63,4 @@ TESTS TO DO:
- Max buffer~ resize: flext_base::buffer::Frames(): must we use buffer or system sample rate?
- check whether m_dsp gets called upon deletion of a used buffer (PD and MaxMSP may behave differently).
- -> PD does call m_dsp
+ -> PD does call m_dsp, Max/MSP does not