summaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 679af8e..29d2123 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -151,7 +151,7 @@
## Misc
-- put streamwise blocking into MCOP, see artscat.cc to read really ugly
+- put streamwise blocking into MCOP, see artscat.cpp to read really ugly
source which lives without that feature
- implement plugins that transfer non-standard datatypes such as midi events,
video frames, fft packets, oscilloscope views, ... (which was impossible
@@ -185,7 +185,7 @@ Flowsystem transactions:
Example: problematic assertion
- assert(done[i] <= samples); /* synthschedule.cc:998 */
+ assert(done[i] <= samples); /* synthschedule.cpp:998 */
the problem with the assertion here is this - suppose some object reacts
in a way on some signal that will lead to the creation of new objects,